[Live-devel] Bad Response on Get Param

2018-02-28 Thread Eric HEURTEL
ng, parameterName, parameterNameLen) == 0) { Regards, Eric Heurtel - SOUND4 ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Patch : Modification of Client MediaSession & Subsession to extend SDP attributes in derived class.

2013-05-17 Thread Eric HEURTEL
I think MediaSession::initializeWithSDP() is not parsing first SDP line (which is usually v=0, though unused). No, that is incorrect. The existing code works correctly, parsing all SDP lines. You're on a 'wild goose chase'. Perhaps I miss something, but the following spy shows that first

[Live-devel] SDP first line is skipped

2013-05-16 Thread Eric HEURTEL
Hi, I think MediaSession::initializeWithSDP() is not parsing first SDP line (which is usually v=0, though unused). I've corrected it as follow: // Begin by processing all SDP lines until we see the first "m=" char const* sdpLine; char const* nextSDPLine = sdpDescription; while (1) {

[Live-devel] RTSPClient::parseTransportParams() crashes if "Transport:" line is missing

2013-02-26 Thread Eric HEURTEL
Hi Ross, just to inform you that if "Transport:" line is missing in Server Setup Response, Live crashes (RTSPClient::parseTransportParams() does not accept NULL paramStr) (yes this line is required, it's just for more safety...) Regards, E. HEURTEL ___

Re: [Live-devel] SDP attribute extension

2013-01-02 Thread Eric HEURTEL
I have to deal with application-specific SDP attributes (a=my_attribute:value). I have my own subclass of MediaSubsession. I was wondering if parsing of subsession description lines (c=, b=, a=rtpmap... ) could be done in a virtual new method (ie MediaSubsession::parseSDPline()) that could be o

[Live-devel] SDP attribute extension

2012-12-31 Thread Eric HEURTEL
Hi, I have to deal with application-specific SDP attributes (a=my_attribute:value). I have my own subclass of MediaSubsession. I was wondering if parsing of subsession description lines (c=, b=, a=rtpmap... ) could be done in a virtual new method (ie MediaSubsession::parseSDPline()) that could

Re: [Live-devel] RTSP/1.0 454 Session Not Found

2012-12-31 Thread Eric HEURTEL
Hi, At some point my RTSP source answers with error code "RTSP/1.0 454 Session Not Found" to RTSP commands but seems not being handled by RTSP client. Why? Is this an invalid error code? Yes. It is usually returned by the server when the client attempts to access a stream using an invalid RTSP

[Live-devel] RTSPClientSessions lifetime

2012-09-27 Thread Eric HEURTEL
Sessions are closed and destroyed : is it when all Connections sharing a Session are closed ? Or is there a timeout somewhere ? Eric HEURTEL ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel