Re-Publish YouTube stream using FlashPhoner Server

ykumawat123

New Member
Hello Team,

I want to re-publish the youtube stream using flashphoner server and then use it in any RMTP. So can you provide me what things I need to do or what setting to implement it?

If it is possible on the "flashphoner server", then what are the steps to configure it.

Can we need to configure it on our windows or Linux server or it is possible without configuring on the external server?

Please provide me details for the same so I can Implement it.
 

ykumawat123

New Member
Hello,

can you share me more details. so I can republish YouTube stream from API and test it on the flashphoner server.
can we need external server to Re-publish the YouTube stream.
 

Max

Administrator
Staff member
can you share me more details. so I can republish YouTube stream from API and test it on the flashphoner server.
The article mentioned above supposes the following workflow:
1. Capture stream from Youtube by youtube-dl
2. Publish the stream captured from Youtube to WCS as RTMP by ffmpeg
3. Play RTMP stream published to WCS as WebRTC
can we need external server to Re-publish the YouTube stream
You can install youtube-dl and ffmpeg to the same server as WCS, so the external server is not needed. In this case, you can run republishing script from the article like this
Code:
./streamer.py https://www.youtube.com/watch?v=9cQT4urTlXM stream1 rtmp://localhost:1935/live
then you can play stream1 as WebRTC in Embed Player or Player
 
Top