]> git.sesse.net Git - vlc/commit
Fix Range handling
authorRémi Denis-Courmont <rem@videolan.org>
Wed, 7 May 2008 16:38:48 +0000 (19:38 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Wed, 7 May 2008 16:38:48 +0000 (19:38 +0300)
commit75f050b3c60cf51ca70de494b8a9e3b7f7b12e02
tree72e18f6012822a01dddf76baf3a5b429e74cb61d
parentd8023cde60406013265bdd5aaa6ab69b352b5de2
Fix Range handling

In RTSP/1.0, don't return any range (as far as I understand).
In RTSP/2.0, we'd have to compute the time from the beginning.
modules/stream_out/rtsp.c