Re: [Live-devel] RTP unicast

2013-01-03 Thread Ross Finlayson
> I have some device that is capable only to push RTP by multicast or unicast. > Is there a way to use live555ProxyServer or anyting else to serve content to > multiple clients. You can't use a proxy RTSP server, because that requires the input have its own RTSP server. However, with a little

[Live-devel] RTP unicast

2013-01-03 Thread Darko Mijatovic
Hi, I have some device that is capable only to push RTP by multicast or unicast. Is there a way to use live555ProxyServer or anyting else to serve content to multiple clients. Main goal is to use one stream from device via inetrnet to some server and from that point to serve clients (not all in

Re: [Live-devel] RTP Unicast of ADTS AAC file

2008-06-03 Thread Ross Finlayson
I have written a simple program to stream an ADTS AAC file that I extracted from an MPEG-4 file using mp4create -extract. I based my test program off of ADTSAudioFileServerMediaSubsession and ADTSAudioFileSource. When I open the stream with VLC on my remote pc, it connects but does not decode an

[Live-devel] RTP Unicast of ADTS AAC file

2008-06-03 Thread Mike Gilorma
hi, I have written a simple program to stream an ADTS AAC file that I extracted from an MPEG-4 file using mp4create -extract. I based my test program off of ADTSAudioFileServerMediaSubsession and ADTSAudioFileSource. When I open the stream with VLC on my remote pc, it connects but does not decod