-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi,
First of all, thank you for the great project. I am currently working with a Raspberry Pi 2 and a Logitech C925e.
The local streaming with your project works on the first try, but unfortunately this is not what I want to achieve.
I would like to transfer the h264 stream of the camera via rtmp to Youtube.
I already got this working successfully with ffmpeg and the raspberry pi camera and I think the easiest way would be to use the ffmpeg software for the Logitech camera as well.
For this project I would have to write the h264 camera data to stdout and forward it to ffmpeg.
Currently I am not sure how to implement this. Where can I find the h264 video data and how can I write it to stdout?
I would be grateful for any help.
Best regards,
Sven