You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the RPi_Cam_Web_Interface to view a remote bird-box camera over wifi using a version 2 pi camera and a Raspberry Pi Zero W.
I want to capture the stream on my desktop (Linux) and stream it live to my YouTube account or a web page. Is there a way to do this using an encoder or some other method?
The text was updated successfully, but these errors were encountered:
I haven't done this myself but my understanding is you need an x264 stream to feed into Youtube live. This software uses a mjpeg stream for its preview and you can access this stream direct via a url (e.g. http:///cam_pic_new.php?)
You would then need to transcode this to x264 which I think can be done with something like ffmpeg. This is fairly processor intensive so you would need a decent raspberry model if doing this on that platform.
I use the RPi_Cam_Web_Interface to view a remote bird-box camera over wifi using a version 2 pi camera and a Raspberry Pi Zero W.
I want to capture the stream on my desktop (Linux) and stream it live to my YouTube account or a web page. Is there a way to do this using an encoder or some other method?
The text was updated successfully, but these errors were encountered: