[Live-devel] [PATCH] Sets RTP-Info for every subsession
Ross Finlayson
finlayson at live555.com
Mon Sep 8 23:35:21 PDT 2008
>I understand that the 2nd call to parseRTPInfoHeader() should go away:
>parse the rtpinfo once, and then associate it to all subsessions.
That's not correct. Each subsession should have a *separate* list of
parameters, within the "RTP-Info:" header. E.g., consider the
example given in RFC 2326:
RTP-Info:
url=rtsp://foo.com/bar.avi/streamid=0;seq=45102,url=rtsp://foo.com/bar.avi/streamid=1;seq=30211
Note the two parameter lists, separated by ",".
As far as I can tell, the existing code correctly handles reponses
from compliant servers.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
More information about the live-devel
mailing list