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
> 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
> 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
> 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
> 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
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
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
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