sony-camera-stream-receiver icon indicating copy to clipboard operation
sony-camera-stream-receiver copied to clipboard

Youtube )

Open MakarkinPRO opened this issue 7 years ago • 4 comments

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)

MakarkinPRO avatar Mar 31 '19 16:03 MakarkinPRO

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

LucaLanziani avatar Apr 12 '19 13:04 LucaLanziani

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:

  1. start sony-samera-stream-receiver
  2. 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

  1. invite your friends to watch the show. Enjoy!

andrusz avatar Jul 07 '20 20:07 andrusz

Hello @andrusz thanks for contributing to the discussion, do you mind if I add these steps to the readme?

LucaLanziani avatar Jul 08 '20 05:07 LucaLanziani

Hi Luca, thanks for the receiver! Sure, feel free to use them.

andrusz avatar Jul 08 '20 21:07 andrusz