>I'm trying to develop a streamer process that send JPEG images receive from
>another process (I use pipes to do it) to a remote client (VLC client, etc).
OK, so you will need to first parse the stream into discrete JPEG
images, and feed these to a subclass of "JPEGVideoSource" - that you
would
Thanks in advance for your help.
Best regards,
Raphael
-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] la part de Ross Finlayson
Envoye : jeudi 10 avril 2008 15:33
A : LIVE555 Streaming Media - development & use
Objet : Re: [Live-devel] JPEGVideoRTPSource and JP
>What's the difference between JPEGVideoRTPSource and JPEGVideoSource?
>What JPEGVideoRTPSource do that JPEGVideoSource doesn't do (and vice-versa)?
"JPEGVideoRTPSource" encapsulates an incoming stream of motion-JPEG
RTP packets. This class is used by clients that receive network
packets.
"JPE