Are you trying to implement a RTSP server that serves (transmits) metadata from
some local source? If so, then you don’t call "SimpleRTPSource::createNew()”
at all. “SimpleRTPSource” is for *receiving* RTP streams, not transmitting
them.
What you need to do is:
1/ Implement a “FramedS
Dear Ross,
So far I know how to transfer H.264 video streams to clients by subclassing
the class OnDemandServerMediaSubsession. To send metadata to the client I
am using the same way as the video stream, and also I follow your answer I
found here:
http://lists.live555.com/pipermail/live-devel/2018