How to use RTPSocket to send RTP packets

Posted by Afro Genius on Stack Overflow See other posts from Stack Overflow or by Afro Genius
Published on 2010-05-19T13:58:08Z Indexed on 2010/05/19 14:00 UTC
Read the original article Hit count: 418

Filed under:
|
|
|
|

Hi there, am relatively new to JMF but have gone through the documents and have a sufficient understanding of how it works. That been said am having some trouble implementing a the server side for RTPSockets.

After looking at their illustrations and example. I am still abit confused. Am I to develop a datasource and also datasink classes to handle the transfer? What am trying to do is stream data from my application to the underlying network and receive it back through another application. I have and understand receiving but just can't get my head around the steps involved for sending.

Any help would be most appreciated.

© Stack Overflow or respective owner

Related posts about java

Related posts about jmf