Basnetwork Posted October 12, 2022 Share Posted October 12, 2022 Please i need help with my stream, i have done everything right but unfortunately i can get to stream to Youtube and i don't know what is wrong. Link to comment Share on other sites More sharing options...
0 Connessione Posted October 12, 2022 Share Posted October 12, 2022 2 hours ago, Basnetwork said: Please i need help with my stream, i have done everything right but unfortunately i can get to stream to Youtube and i don't know what is wrong. Ant media community does seem to support simulcast via RTMP. ,ask sure your settings are compatible with YouTube and lookout for any errors in your log file. Link to comment Share on other sites More sharing options...
0 mustafaboleken Posted October 13, 2022 Share Posted October 13, 2022 We are supporting restream to RTMP. When I tested it on my side, it works with Youtube. Could you please share your logs located in /usr/local/antmedia/logs? Link to comment Share on other sites More sharing options...
0 Yash Posted October 13, 2022 Share Posted October 13, 2022 Hi @BasnetworkPlease also ensure that the stream contains audio, otherwise it will not stream to You Tube. If there is no audio then there should be at least dummy audio track. 1 Link to comment Share on other sites More sharing options...
0 mustafaboleken Posted October 28, 2022 Share Posted October 28, 2022 Yash is right. The problem is probably related to the audio track. We can fix it using Filter Plugin. For the solution, we got 2 options. The first one is adding audio from another stream. curl -i -X POST -H "Accept: Application/json" -H "Content-Type: application/json" "http://localhost:5080/LiveApp/rest/v2/filters/create" -d '{"filterId":"filter1","inputStreams":["stream1","stream2"],"outputStreams":["test"],"videoFilter":"[in0]copy[out0]","audioFilter":"[in1]acopy[out0]","videoEnabled":"true","audioEnabled":"true"}' The second one is generating audio using audioFilter: curl -i -X POST -H "Accept: Application/json" -H "Content-Type: application/json" "http://localhost:5080/LiveApp/rest/v2/filters/create" -d '{"filterId":"filter1","inputStreams":["stream1"],"outputStreams":["test"],"videoFilter":"[in0]copy[out0]","audioFilter":"sine=frequency=1000:sample_rate=48000:duration=5000[s0];[s0]acopy[out0]","videoEnabled":"true","audioEnabled":"true"}' Note: Filter Plugin is only supported in Enterprise Edition. Link to comment Share on other sites More sharing options...
Question
Basnetwork
Please i need help with my stream, i have done everything right but unfortunately i can get to stream to Youtube and i don't know what is wrong.
Link to comment
Share on other sites
Top Posters For This Question
2
1
1
1
Popular Days
Oct 12
2
Oct 13
2
Oct 28
1
Top Posters For This Question
mustafaboleken 2 posts
Yash 1 post
Connessione 1 post
Basnetwork 1 post
Popular Days
Oct 12 2022
2 posts
Oct 13 2022
2 posts
Oct 28 2022
1 post
Popular Posts
Yash
Hi @BasnetworkPlease also ensure that the stream contains audio, otherwise it will not stream to You Tube. If there is no audio then there should be at least dummy audio track.
4 answers to this question
Recommended Posts