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.
the flow is like this:
1.put video frame data to decode , using Vdec_putBitstreamBuffer, and the buffer alloc and read ,i am sure is right.
2.call Vdis_setMosaicParams to set the layout mode by myself, only display decode frames.
3.change layoutmode ,only display the capture data
4. do step 2
somtimes we got problem here, green screen will appear
i dont know why.i need your help . thank you!
你好,
1。请确认是否会rtsp传输的特定码流有关?如果和特定码流有关,可以例如DVR RDK里面的解码显示例子复现。如果能复现,请提供相关码流。
2. 如果无关,能否写一个抓rtsp流的程序,能够捕获出问题时候的码流,再离线解码,看问题是否能复现
你好,
1. 离线方式能复现问题么?也就是你自己做一个机制本地解码显示。
2.能否评估一下是否需要不停的打开/关闭解码器?在未收到解码数据的时候,link是可以被hold住,而显示是显示最新的一帧数据的。显示的内容,你也是可以修改的。
离线方式还没有去尝试,因为和现有的流程不是完全一致。不过最后如果没有办法,只能去尝试了。
打开解码器的时候,显示还是显示的本地画面,而不是解码器的画面,直到解码器收到key frame并且正常解码之后,才会更改显示内容,改为显示解码器的内容。
再请教个题外话:解码器没有解码数据的时候,link被hold住,这个时候怎么修改显示内容啊,不会是修改成显示其他的link吧?。