Re: [Live-devel] MPEG4 dynamic live streaming

2009-11-10 Thread RAJESH AWATE
Hello All, As I said earlier, I am trying to stream continous MPEG4 Stream data coming over some port using testMPEG4VideoStreamer.exe. But this application reads data from test.*. So, as per your suggstions, I find testrelay.exe which matches with my need(at least input part i.e reading from udp

Re: [Live-devel] MPEG4 dynamic live streaming

2009-11-06 Thread Ross Finlayson
I think u should go with "MPEG Relay" application. It recieves a multicast stream from a IP:Port and retransmit it on some another IP:Port. That will work only if the incoming multicast stream is RTP. If, instead, it's raw UDP, then you can't just relay this 'as is', because few - if any - m

Re: [Live-devel] MPEG4 dynamic live streaming

2009-11-05 Thread Bikramjeet Singh
I think u should go with "MPEG Relay" application. It recieves a multicast stream from a IP:Port and retransmit it on some another IP:Port. On Fri, Nov 6, 2009 at 8:24 AM, Ross Finlayson wrote: > i m using Live555 tool testMPEG4VideoStreamer.exe for streaming from a >> file. >> But i want to use

Re: [Live-devel] MPEG4 dynamic live streaming

2009-11-05 Thread Ross Finlayson
i m using Live555 tool testMPEG4VideoStreamer.exe for streaming from a file. But i want to use it now read data from some dyanamic thing instead of from static local file(e.g. some port). If your input device is named in the file system (e.g., "/dev/something"), then you can just use the same

[Live-devel] MPEG4 dynamic live streaming

2009-11-05 Thread RAJESH AWATE
hi i m using Live555 tool testMPEG4VideoStreamer.exe for streaming from a file. But i want to use it now read data from some dyanamic thing instead of from static local file(e.g. some port). Please guide me with respect to my query... Thanking You, Rajesh Awate. __