[vlc-commits] rtsp: support Range header in responses

Pierre Ynard git at videolan.org
Tue Jan 25 20:08:45 CET 2011


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue Jan 25 19:51:32 2011 +0100| [53fc8f8c68f3d3bb45fb1e8c770515fc1d01462e] | committer: Pierre Ynard

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.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=53fc8f8c68f3d3bb45fb1e8c770515fc1d01462e
---

 include/vlc_vod.h         |    4 ++--
 modules/misc/rtsp.c       |    6 ++++--
 modules/stream_out/rtp.c  |   17 +++++++++++++----
 modules/stream_out/rtp.h  |    7 ++++---
 modules/stream_out/rtsp.c |   22 ++++++++++++++++------
 modules/stream_out/vod.c  |   37 +++++++++++++++----------------------
 src/input/vlm.c           |   27 +++++++++++++++++++++++++++
 7 files changed, 81 insertions(+), 39 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=53fc8f8c68f3d3bb45fb1e8c770515fc1d01462e


More information about the vlc-commits mailing list