-
-
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
APPLICATION: forward to external servers #706
Comments
I even tried to edit srs_app_forward.cpp, but it did not worked. |
Here is my approach by using srs v1.FYI I also prefer to use FORWARD for this purpose. ===========
=========== |
@bzdk You use the ingester to forward which need to forward one by one. The forward can apply rulers to all stream which publish to origin. I think it's ok when there is only few streams to forward, but we must use forward for amount of streams under the same ruler. |
@winlinvip agreed. |
What is the state for this feature in 3.0? OSB -----> SRS -----> (streaming platform A: xxx.com/key123) In 2.0 I think the only solution is the copy transcode. application live{ live on; |
Dup to #1342 |
This goes as feature request.
I downloaded and compiled srs then I tried to forward with this config:
v2:
v3:
And i noticed that as tcUrl the server adds vHost and other information and other not nice things.
Is there a way to accomplish that? If not can an option for external forward to "not srs server" be added?
I would like to stream to my server and this one should stream to multiple targets.
e.g.:
destination live-cdg.twitch.tv:1935/app/live_KryGoHere a.rtmp.youtube.com:1935/live2/key1234
The text was updated successfully, but these errors were encountered: