[Live-devel] H.264VideoReceiver

Ross Finlayson finlayson at live555.com
Sun Jul 6 22:57:49 PDT 2008


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


More information about the live-devel mailing list