Good morning! I'm creating a KLV metadata stream using SimpleRTPSink:
RTPSink* MetadataSubsession::createNewRTPSink (Groupsock* rtpGroupsock, unsigned char rtpPayloadTypeIfDynamic, FramedSource* inputSource) { return SimpleRTPSink::createNew ( envir (), rtpGroupsock, rtpPayloadTypeIfDynamic, 90000, "application", "smpte336m", 1, false, true); } (MetadataSubsession is a subclass of OnDemandServerMediaSubsession) I would like to set the codec ID to 100356 (for a customer request); is there a way to accomplish this? Patrick Weber IEC Infrared http://www.iecinfrared.com _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel