• Post Reply 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

Playback of RTP Audio/Video Streams.

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am fairly good at JMF, and have created a good Corba based video conferencing solution on peer to peer kinda design, that works perfectly well but with one problem. I can request the remote nodes to send me the rtp streams, and I can send them as two seperate streams or both merged in the required compressed format. But I can only play them back with the JMF Studio Open RTP Session dialogue or either one audio or video rtp stream at a time from within my program. The real problem is this. When I use one player for the audio input stream, realize it and create the video player, I cannot seem to have two players at the same time. Ok, fair enough, I thought lets go to the processor level, and I created the two player processors one for audio and video, without luck. The reason I need both to work using this method is to in some way synchronize both the players for presentation. I just want to make this work somehow. BTW, I do have the AvRecieve2 method, however its just not good enough, having two new players seperately is just not what I'm looking for, I've pretty much ready everything I can find on this topic. Any suggestions ???
[ January 06, 2005: Message edited by: Ruben Gerad Mathew ]
reply
    Bookmark Topic Watch Topic
  • New Topic