Re: [Live-devel] Stream VP9 video via RTP

2016-08-06 Thread Ross Finlayson
> I tried to stream VP9 video via RTP using RTSP server. I refer the examples > which are for H264 to do this.Though you provide H264VideoStreamFramer you > doesn't provide VP9VideoStreamFramer in your library.Is there any other way > to do this without using streamframer? How can I do this? S

[Live-devel] A possible minor bug in RTSPClient::handleResponseBytes()

2016-08-06 Thread Yaobing Deng
Hi Ross, While trying to use Live555 RTSPClient for a Sat>IP client, I noticed a possible bug inside RTSTClient::handleResponseBytes() function. The problem code is in this line: else if (checkForHeader(lineStart, "com.ses.streamID:", 16, headerParamsStr)) { Here the number of bytes 16 s