• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

How To Transmit Merge DataSource Over network?

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please somebody help me?

I am trying to transmit mergable datasource.

I have merged an audio datasource and video datasource into a single datasource(i.e merged datasorce).

I have tried to transmit it in two way::

first one::
I passed this datasource directly into createSendStream() method argument



but it throws an Unsupported Exception ::

javax.media.format.UnsupportedFormatException: Format of Stream not supported in RTP Session Manager

I thought without creation of processor I cannot transmit
Am I right?
I think so....
.So
I have created and programed the processor

Second Way::




I also got send stream event which is instance of new send stream event.
Ok. Now I start Transmitting I got something at recevier
just audio ..

but I want both on that player of receiver audio as well as video.

what should be wrong with me?

help me!
 
catch it before it slithers away! Oh wait, it's a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic