posted 15 years ago
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!