Commit Graph

7 Commits

Author SHA1 Message Date
Yoann Peronneau
7158665d4b * src/misc/vlm.c: start exporting some VLM control functions 2005-01-23 17:53:40 +00:00
Gildas Bazin
dd153084fa * src/misc/vlm.c: added support for the 'mux' option for VOD.
This option tells the vod server to send an encapsulated stream.
* modules/misc/rtsp.c: support for mp2t (MPEG TS) and mp2p (MPEG PS) mux types.
* doc/vlm.txt: update for the mux option.
2004-10-20 12:01:09 +00:00
Gildas Bazin
99e83fd48e * modules/misc/rtsp.c, src/misc/vlm.c: VOD RTSP support is beginning to work. 2004-09-20 21:50:18 +00:00
Gildas Bazin
555e2ac8d4 * src/misc/vlm.c:
+ major cleanup and bug fixing.
   + added support for spawning and controlling several media instances.
2004-09-19 21:38:12 +00:00
Gildas Bazin
e9097e4f6d * src/misc/vlm.c: started "vod server" integration (not much done yet).
* modules/misc/rtsp.c, include/vlc_vod.h: vod server api update.
* include/vlc_input.h: extended input_item_t a bit for the vod server.
2004-09-14 20:30:12 +00:00
Gildas Bazin
562ab59b24 * src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_NAME to input_Control().
* src/input/input.c:
   + introduced input_item_t that is shared between the playlist/vlm and the input thread (contains input name, options, infos, etc...).
   + changed prototype of input_CreateThread() to input_thread_t *input_CreateThread( vlc_object_t *, input_item_t * ).
* ALL: use input_item_t and INPUT_ADD_INFO when necessary.
2004-03-31 20:52:31 +00:00
Laurent Aimar
756605b711 * vlm.*: move vlm to the core (now, vlm_New create only one instance)
* http.c: begin support of vlm interraction (not yet documented).
2004-03-21 12:26:20 +00:00