Re: [Live-devel] H.264VideoReceiver

2008-07-07 Thread Ross Finlayson
Would you mind introducing steps simply about how to support a new media type in server? You will need: 1/ A new subclass of MultiFramedRTPSink for the particular RTP payload format that you wish to support 2/ A new class (or perhaps a chain of classes (source class + 'framer' (filter) class)

[Live-devel] lightweight RTSP proxy server

2008-07-07 Thread Steve DeLaney
First off, being new to liveMedia, I wanted to say what a great job was done on the design and code. Now on to the topic at hand. I am adapting testOnDemandRTSPServer to make a lightweight rtsp proxy. We already have ffmpeg streaming multicast MPEG4 over RTP, and generating an SDP file.