[vlc-devel] [PATCH] live555: fix the subtitles issue
Rémi Denis-Courmont
remi at remlab.net
Mon Dec 30 11:02:29 CET 2013
Le lundi 30 décembre 2013, 10:58:40 Gilles Chanteperdrix a écrit :
> When the user selects a subtitle track, pause the other sub-title tracks
> instead of tearing them down. As the tearing down is normally reserved to
> ending sessions, restarting a tore down track later on fails, whereas
> restarting a paused track works.
In my vague recollection, this contradicts the RTSP RFC. I believe there was
no warranty that single sub-streams could be PAUSE'd individually within a
single session. Furthermore, PAUSE is likely to time out eventually.
TEARDOWN seems like the correct thing (I did not write the code).
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list