Youtube )
Any idea of how to stream to youtube? May be you have a step-by-step? )
I have only LTE Mobile phone with me and WiFi on it) I want stream FULLHD or whatever MAX resolution is possible) thx)
I'm sorry @MakarkinPRO but I don't have any step-by-step guide, you might want to have a look on how to acquire rtmp and stream then to youtube
You probably can use ffmpeg to redirect a stream to youtube. I have not tested it, yet, but did it for Twitch.
This is how you can broadcast video from Sony camera to Twitch.
Steps:
- start sony-samera-stream-receiver
- in a separate sessions run ffmpeg to redirect the stream to twitch.tv:
ffmpeg -i rtmp://localhost/<channel_number>/broadcaster/<live_number> -c copy -f flv rtmp://live.twitch.tv/app/<transmission_key>
where: <transmission_key> is your Twitch transmission key.
eg.
ffmpeg -i rtmp://localhost/999111/broadcaster/live8806 -c copy -f flv rtmp://live.twitch.tv/app/live_12345432_ashdgajhsgdhaj
- invite your friends to watch the show. Enjoy!
Hello @andrusz thanks for contributing to the discussion, do you mind if I add these steps to the readme?
Hi Luca, thanks for the receiver! Sure, feel free to use them.