-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Origin server cluster, pulling the stream directly from the origin server will fail. #2045
Comments
Just tested again, the player provided by ossrs.net can stream normally, but VLC cannot.
|
Continue testing, even using the SRS live official Android app, it is still unable to properly stream the 122 flow.
|
Use the Android version of EasyRTMP, which has the same effect as VLC.
|
To summarize, no matter what streaming tool is used, as long as the stream is pulled directly from two source servers, there will always be one source server's stream that cannot be pulled.
|
Do not play the stream directly from the source server cluster. Won't fix.
|
The origin server cluster must not be accessed from a specific origin server, but rather from the edge to pull the stream. Please refer to the document for details, buddy.
|
Description'
Please ensure that the markdown structure is maintained.
OSB pushes stream to 192.168.1.121, push stream address rtmp://192.168.1.121:1935/live/livestream/1
VLC pulls stream from 192.168.1.121, pull stream address rtmp://192.168.1.121:1935/live/livestream/1, can play normally
VLC pulls stream from 192.168.1.131, pull stream address rtmp://192.168.1.121:1935/live/livestream/1, can play normally
VLC pulls stream from 192.168.1.122, pull stream address rtmp://192.168.1.122:1935/live/livestream/1, cannot play
Expected behavior (Expect)
> Describe your expectation (Please describe your expectation)
> Hope the cluster can work properly
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: