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.

Transferring media and RTP packets in Linux

Hi Experts,

How the RTP packets are transmitted into the Linux SDK in AM335x EVM SK ?

Would like to learn and trace the transmission of audio and video codecs into the IP format and tracing of the same ?

Regards,

Lyf

  • Hi Lyf,

    I suggest you to start with reading a short tutorial about RTP protocol:
    www.siptutorial.net/.../
    If it is clear skip this step. After that I recommend you to instal a VoIP client application on your board and one on your PC. Download a IP network capture program on the PC - Wireshark for example:
    www.wireshark.org/download.html
    and when make a call between both VoIP clients you can see all IP packets and trace not only the RTP packets but whole IP traffic but you could use display filters to see only chosen packets.

    BR
    Tsvetolin Shulev