Planar YUV 4:2:0 format not supported.

Sukwon Choi

New Member
Hi, I'm using WCS in AWS Marketplace to stream multiple ip camera video though rtsp in our web platform.

However, I found that some rtsp url failed to stream with WCS. (It works perfectly with VLC)

After several tests, I found that among videos using the H264 codec, videos using the YUV 4:2:0 Planar format spit errors.

Below image is codec information opened through VLC.

There were several videos that spit out errors, but they all had same 'Decoded format" Planar 4:2:0 YUV.

I want to know whether Planar YUV 4:2:0 is not officially supported or if there is another way I can do it.

Thanks.


1668755864271.png
 

Max

Administrator
Staff member
We checked the stream. Camera SDP shows the video codec MP4V-ES which is unsupported by WCS:
1669001407665.png

WCS supports H264 or VP8 video codecs only, so adjust your stream to use one of them.
 

Max

Administrator
Staff member
The stream is successfully playing on WCS build 5.2.1485.
Please update your instance to the latest WCS build 5.2.1487 and check again
You should also disable strict keyframe detection if enabled:
Code:
h264_strict_kframe_detect=false
 
Last edited:

Sukwon Choi

New Member
Thanks!

I updated to WCS version 5.2.1482 (which is latest version in AWS market place). It's working well.


However, there are still unresolved cases.

I resent the new rtsp url in the private form.
 
Last edited:

Max

Administrator
Staff member
Ticket WCS-3641 has been submitted for the new RTSP, we'll notify in this thread about an update.
 
Top