[Live-devel] RTSP and MJPEG
    Ross Finlayson 
    finlayson at live.com
       
    Wed Sep 15 16:40:24 PDT 2004
    
    
  
>Is it possible to use the classes to build an RTSP server that reads from 
>JPEG files and streams them into MPEG-4 format.
Note that the "LIVE.COM Streaming Media" classes don't include any codecs - 
i.e., encoders or decoders - so to do this, you would need to write your 
own "FramedFilter" subclass(es) that (i) decode each JPEG into an image, 
and (ii) encode the resulting images into MPEG-4 video frames.
But if you did this, you would be able to use the LIVE.COM code to build a 
RTSP server that streams the resulting MPEG-4 video stream.
	Ross Finlayson
	LIVE.COM
	<http://www.live.com/>
    
    
More information about the live-devel
mailing list