Hi!
I'm use your class rtsp server.
if I creat below, it is operator very good with multi-client connected to
ServerMediaSession. No packet loss.
ServerMediaSession* sms =
ServerMediaSession::createNew(*env, streamName, streamName,
descriptionString);
sms->addSubsession(H264Vid
After reviewing RFC 4175 (and your code), I've decided not to implement this
RTP payload format in the released "LIVE555 Streaming Media" source code (at
least, not right now). There are a number of issues:
1/ For the "RTPSource" subclass (for receiving RTP packets using this payload
format):