-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stream works in local machine but crashes when deployed on the server #623
Comments
Please attach full log from OME and Server.xml |
@fcqpl for the Server.xml I used the one that comes by default and here u can see the logs :
|
@fcqpl Im stucking with my project and i really need help here bro ,please give me some suggestions if you have |
There is no log of attempts to connect to the WebRTC signaling port(default 3333/tcp). Check the error message displayed on the OvenPlayer console. The command to run docker may be wrong, or it may be a mixed contents issue (problem when trying to connect from https to ws) (This has nothing to do with this issue) Your server seems to be very underpowered. If the message that the queue is full continues to be output, even if it is played, the playback may be interrupted. Check out the troubleshooting documentation. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I was trying rtmp stream locally and it works perfectly but when i deployed the docker image on the server i couldn't play my stream in ovenPlayer "it keep say : " can not play for unknown reasons "
i made my test using OvenStreamEncoder android app and the stream sent successfully to my local network but when i tried to sent it to the server using this configuration it didn't work :
Also when i try to display the logs of ports 1935 and 3333 using command : tcpdump -i any port
i can see that the input port "1935" recives the stream paquets successfully but the output port "3333" didn't send back anything
ps : all the ports mentioned in OVM docs installion are opened
So what can be the cause of this problem ?any suggestion ?
The text was updated successfully, but these errors were encountered: