mpromonet / v4l2rtspserver

RTSP Server for V4L2 device capture supporting HEVC/H264/JPEG/VP8/VP9
The Unlicense
1.86k stars 428 forks source link

Cannot set pixelformat to:H264 format is:YUYV #180

Closed webgps closed 4 years ago

webgps commented 4 years ago

Hi

I have the follownig error:

[ERROR] /tmp/v4l2rtspserver/v4l2wrapper/src/V4l2Device.cpp:193 Cannot set pixelformat to:H264 format is:YUYV

Please help

mpromonet commented 4 years ago

Hi webgps,

This means the capture device doesnot support H264. If you do not specify -f parameter, it tries H264, MJPG, JPEG format.

Best Regards, Michel.