>What would I do to add a extension RTP header?? I saw there are some functions >in MultiFramedRTPSink that seems to do this (setSpecialHeaderBytes / >setSpecialHeaderBytes) ? Is it OK? In that case, exactly where and when have I >to add a call to this functions for a correct implementation?
Ramon, The code currently does not support RTP extension headers (except to ignore them if it sees them in incomig packets). You would need to modify "MultiFramedRTPSink" (for sending) and "MultiFramedRTPSource" (for receiving) to support them. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ _______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
