Skip to main content

All Questions

1 vote
0 answers
290 views

Raspberry Pi with Bullseye: how to stream from camera to Youtube Live, and simultaneously save the stream to video files locally

I have raspberry pi 3b+ with Arducam camera and Debian Bullseye, and I would like to achieve the following: get video from libcamera-vid, 800x600, 15 fps get audio from default audio source stream ...
tputkonen's user avatar
  • 385
0 votes
2 answers
1k views

ffmpeg does not stram audio from rtsp to youtube

I use my Raspberry 3 to stream my rtsp camera to youtube. But I don't have audio in the youtube stream... ffmpeg -thread_queue_size 512 -re -f lavfi -i anullsrc -rtsp_transport udp \ -...
zarg404's user avatar
  • 151
0 votes
1 answer
2k views

ffmpeg to YouTube on Raspberry Pi Zero

I'm attempting to use a Raspberry Pi Zero to live stream video from a Logitech C270 to YouTube. After a bit of Googling I came up with this: ffmpeg -thread_queue_size 512 -f v4l2 -i /dev/video0 -f ...
Phil's user avatar
  • 1