Hi, I struggled a little bit about hw accelerated decoding of a raw h264 stream from an raspberry pi. I now have the solution, if someone is interested in building a network webcam:
ffmpeg -f h264 -hwaccel vdpau -i tcp://goldeneye:5000 -f v4l2 -pix_fmt yuv420p /dev/video0 It reads a raw h264 stream from a tcp server and hw decodes the data to a v4l2loopback device. Regards Tobias _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
