[Live-devel] RTSP Server lost packet when stream multi-file.

2014-07-27 Thread Cường Lê
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

Re: [Live-devel] RFC4175 uncompressed video streaming: variable payload header length

2014-07-27 Thread Ross Finlayson
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):