Re: [Live-devel] How to dispatch media data to multiple sinks?

2011-10-31 Thread alphax
On 2011-10-14 17:04, Ross Finlayson wrote: Now, I can use this filter as the source of my custom subsession object, then pass True as reuseFirstSource argument of the subsession constructor, so I can just use one filter to serve multiple remote player, right? Yes, that should work. However,

Re: [Live-devel] How to dispatch media data to multiple sinks?

2011-10-14 Thread alphax
At 2011-10-14 12:34:56,"Ross Finlayson" wrote: No, unfortunately there's no general 'frame duplicator' mechanism in our library. Now, I known I can use a FileSink for save the media data to file. RTPSource -> FileSink But, how to send to the live player simultaneously? Should I make a Filt

[Live-devel] How to dispatch media data to multiple sinks?

2011-10-13 Thread alphax
Hi, When I receive data from RTPSource, then I want to do: 1) save to the file 2) If there is some live player requested, send to the live player. Now, I known I can use a FileSink for save the media data to file. RTPSource -> FileSink But, how to send to the live player simultaneously? Should

[Live-devel] About send/receive video and audio simultaneously and RTCPInstance questions

2011-10-12 Thread alphax
Hi, Our device want to send both video and audio data to the our server simultaneously, but I don't how many port I should use in server for receive the video and audio data. Should I send both the video and audio data to same port of the server? Can the multiple RTPSources receive from same p