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) that delivers discrete media frames (of the desired type) from some input source, setting an appropriate presentation time ("fPresentationTime") and frame duration ("fDurationInMicroseconds") for each frame. 3/ A new subclass of "ServerMediaSubsession" that creates, on demand, instances of 1/ and 2/

Note the several existing examples (for existing media types) in the code.
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to