[Live-devel] use live555 with raw rgb data input

2013-06-10 Thread jacob s
Is it possible to use live555 as an rtsp server that its input is raw rgb images and the output stream is mpeg4/h264 ? ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Streaming H.264 avc

2013-06-10 Thread Ross Finlayson
> I wanted to know if the live supports streaming of H.264/MPEG4 AVC (part 10) > (h264). Of course it does. We provide several examples of this. > > I ran the testOnDemandRTSPServer, > > but when I stream the h.264 movie and play it with vlc, the image is > corrupted. > The format of the vi

Re: [Live-devel] LIVE555 Streaming Media android port

2013-06-10 Thread Ross Finlayson
> Hi, is there an android port for LIVE555 Streaming Media. > 'Android' is just a type of Linux, so one of our existing "config.*linux*' configuration files should work. E.g., try running genMakefiles linux to create your Makefiles. > preferably a native executable? > The "LIVE555

Re: [Live-devel] multicast port of client

2013-06-10 Thread Ross Finlayson
> I open two clients(using vlc) at the same host connecting to the same > multicast source of live555 and I found that these two clients use the same > port of rtp and rtcp Yes, of course they do, because that's what multicast means: Each packet is sent - just once - to a single (multicast) IP

Re: [Live-devel] Streaming faster than real time

2013-06-10 Thread Ross Finlayson
> Somewhere in the code you must have some logic to throttle to the parsed > framerate, else you would stream out at wire speed since you're reading from > a file and don't have to wait for live video. If I simply remove that > throttle then I am magically RTP streaming at wire speed, i.e. a fi

Re: [Live-devel] Streaming faster than real time

2013-06-10 Thread Jim VanVorst
Somewhere in the code you must have some logic to throttle to the parsed framerate, else you would stream out at wire speed since you're reading from a file and don't have to wait for live video. If I simply remove that throttle then I am magically RTP streaming at wire speed, i.e. a file copy

[Live-devel] Hi, is there any java script or asp .NET source of project openRTSP or live555 or mmpeg media streaming servers?

2013-06-10 Thread Sonay D
Hi Is there any java script or asp .NET source of project openRTSP or live555 or mmpeg media streaming servers that works on webpages without support of windows shell and command prompts? Please reply ASAP Thanking you With Regards AndroidMediaTeam

Re: [Live-devel] Does it may cause crash?

2013-06-10 Thread Ross Finlayson
On Jun 1, 2013, at 12:52 AM, 谢永达 wrote: > I'm a newbee We know; your email address tells us this :-) > , and nice to see you all. > > at RTPInterface.cpp > line 354 > delete fSubChannelHashTable; > fSubChannelHashTable = NULL;// is it necessary? I don't know why a 'newbie' would