Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I unicast streams on a single host?

host Streams unicast
0
10 Posted

Can I unicast streams on a single host?

0

Yes. This is possible if the two RTPManager objects for the sending and receiving sides don’t bind to the same port. You will need to set up a transmission from Port A to Port B. The first RTPManager binds to Port A and transmits from Port A to Port B on this host. The second RTPManager binds to Port B, receives RTP data on Port B and sends RTCP feedback from Port B to Port A.You can try the Tx and Rx examples on the JMF solutions page to set-up a unicast session on a single host:For further information, check: http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/index.

0

Yes. This is possible if the two RTPManager objects for the sending and receiving sides don’t bind to the same port. You will need to set up a transmission from Port A to Port B. The first RTPManager binds to Port A and transmits from Port A to Port B on this host. The second RTPManager binds to Port B, receives RTP data on Port B and sends RTCP feedback from Port B to Port A. You can try the Tx and Rx examples on the JMF solutions page to set-up a unicast session on a single host: For further information, check: http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/index.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123