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.

Getting video mode

Hi,

I am developping an IP  decoder based on the DM6467. It gets an RTP stream as an input (video codec - H264) and sends an HDMI as an output. The HDMI Transmitter (AD9889) settings should be derived from the input video parameters - picture highet, width as well as frame rate. What is the best way to get these paramters?

  •  Hi,

     Do you have RTSP to initiate the RTP session? If yes, you can check the SDP to get the width, height and framerate. Otherwise, your H264 decoder can give you the width and height from the sps and pps.

     

    -Alexy

     

    Please mark my post as answered if it solves your problem.