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
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
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) {
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
___
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
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
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
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