Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

avTransmit and avReceive problem

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hello

I'm trying avTransmit2 and avReceive2

They didn't work

When i run the avTransmit then run avReceive , it gives me an error :

avTransmit2:

Track 0 is set to transmit as:
H263/RTP, 352x288
Created RTP session: 127.0.0.1 22222
Start transmission for 60 seconds...
...transmission ended.

avReceive2:

- Open RTP session for: addr: 127.0.0.1 port: 22222 ttl: 16
Cannot create the RTP Session: Can't open local data port: 22222
javax.media.rtp.InvalidSessionAddressException: Can't open local data port: 22222
at com.sun.media.rtp.RTPSessionMgr.initialize(RTPSessionMgr.java:2688)
at com.sun.media.rtp.RTPSessionMgr.initialize(RTPSessionMgr.java:2515)
at videoconferencing.AVReceive2.initialize(AVReceive2.java:115)
at videoconferencing.AVReceive2.main(AVReceive2.java:483)
Failed to initialize the sessions.
Java Result: -1
 
Sheriff
Posts: 22781
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Once is enough. UseOneThreadPerQuestion.
 
    Bookmark Topic Watch Topic
  • New Topic