There is an Encoder that streaming other monitors screen to my pc with rtsp protocol. Everything is ok when streaming format YUV422p or lower, but when I configurate it as YUV444P getting error such as bellow:
ffmpeg -i rtsp://10.1.10.14:3049/S1 out.mp4
[h264 @ 0000020ad88e9500] separate color planes are not supported
Last message repeated 2 times
[h264 @ 0000020ad88e9500] Error decoding the extradata
[h264 @ 0000020ad88e9500] separate color planes are not supported
Last message repeated 2 times
[h264 @ 0000020ad88e9500] non-existing PPS 2 referenced
Last message repeated 1 times
[h264 @ 0000020ad88e9500] decode_slice_header error
[h264 @ 0000020ad88e9500] non-existing PPS 2 referenced
[h264 @ 0000020ad88e9500] decode_slice_header error
[h264 @ 0000020ad88e9500] no frame!
[h264 @ 0000020ad88e9500] non-existing PPS 2 referenced
Last message repeated 1 times
[h264 @ 0000020ad88e9500] decode_slice_header error
[h264 @ 0000020ad88e9500] non-existing PPS 2 referenced
[h264 @ 0000020ad88e9500] decode_slice_header error
[h264 @ 0000020ad88e9500] no frame!
I tried
ffprobe -show_format
to see streams' details but it gives same error.
I'm waiting for your precious helps.
Best Regards