-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Piping h264 video stream to stdout #17
Comments
I used to think about this as well. GStreamer also has an mjpegh264 demuxer, maybe that is more suitable for you. https://gstreamer.freedesktop.org/documentation/uvch264/uvch264mjpgdemux.html But with this code: Initalize the camera and such like in fmp4streamer.py, create an MP4Writer instead of Streamingserver,
|
Thank you very much for your help. Unfortunately, I can't get either of the two variants to work. I have carried out some tests for the gstreamer variant. The following two pieplines work without problems.
But when I add the demuxer "uvch264mjpgdemux" to the piepline it doesn't work.
The following error report is displayed:
I know the problem has nothing to do with your software, but do you have any idea what the error could be? |
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
The text was updated successfully, but these errors were encountered: