]> git.sesse.net Git - vlc/commit
rtsp: support Range header in responses
authorPierre Ynard <linkfanel@yahoo.fr>
Tue, 25 Jan 2011 18:51:32 +0000 (19:51 +0100)
committerPierre Ynard <linkfanel@yahoo.fr>
Tue, 25 Jan 2011 18:51:32 +0000 (19:51 +0100)
commit53fc8f8c68f3d3bb45fb1e8c770515fc1d01462e
tree1513167b1f4fb7f6f449121f540cf7ca0c1e9b25
parent31b8ffbf04d9ebea6869d5301450c2b1575d015b
rtsp: support Range header in responses

For VoD, the synchronization is bad, but accurate synchronization would
require at least changes in the core to add support for some kind of
"instant pausing" to the stream output. Synchronous calls to the VLM
shouldn't cause delay problems, no operation waits for the input.
include/vlc_vod.h
modules/misc/rtsp.c
modules/stream_out/rtp.c
modules/stream_out/rtp.h
modules/stream_out/rtsp.c
modules/stream_out/vod.c
src/input/vlm.c