How to read rtp stream in a particular port using jnetpcap

132 views Asked by At

I am trying to capture all rtp packets received in a particular port. I already know through which excat port I am receiving the packets (for generating rtp packets I am using vlc stream option). I want to use jnetpcap for easy processing. Or is there any other way to read rtp packets in java and save the payload into a sample media file? Thank you in advance.

0

There are 0 answers