This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how to get 3 stream h264 in dm8127

hi, everyone

I modify a usercase based on the VA demo in RDK 3.2. I try to get the four streamers. The four channels are 1920X1080 H264, 720X480 H264, 1920X1080 MJPEG and 320X240 H264. I can get the first three video streamers through VLC player. However, I cann't get the 320X240 H264 video streamer url. From the uart log infor, the M3Video does the four channels video encoding. It seems the wis-streamer cann't get the fourth video bitstream.

BTW, how to set the third h264 in MCFW? It seems MCFW only have two h264 stream type , two mpeg stream type and 1 Mjpeg stream type. So where is the third h264 stream type?

  • in mcfw , the stream type only have STREAM_H264_1 and STREAM_H264_2.  Should I have to add the STREAM_H264_3?

    in wis-streamer, if svcenable is 0, the video input type only have VIDEO_TYPE_H264_CIF and VIDEO_TYPE_H264, where is the third streamer?  Should i open the svcenable?