1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
vlc/modules/access_output
Ilkka Ollakka 3debbab958 livehttp: follow draf on segment duration
Currently Draft on HTTP live streaming says that segment should be upto
TAGETDURATION length. This change makes sure segments are upto
seglen+10% length, it doesn't mind if they are left quite a lot shorter
(like 10s keyint and 10s seglen can create segment with 2 sec long if
next segment is 10s).

Livehttp-module buffers blocks until header-block turns up. Then it
will check if current buffer would fit on current segment without making
it overflow, or starts new segment if it goes over.
2013-01-24 20:18:37 +02:00
..
.gitignore
bonjour.c Converted bonjour module to vlc_clone(). 2011-05-20 20:08:07 +02:00
bonjour.h
dummy.c Remove most stray semi-colons in module descriptions 2008-10-29 22:14:26 +02:00
file.c file out: print I/O error to log and fix error handling 2012-11-29 17:38:18 +02:00
http.c http out: remove dead code 2012-08-21 21:31:52 +03:00
livehttp.c livehttp: follow draf on segment duration 2013-01-24 20:18:37 +02:00
Modules.am Remove the RTMP output too 2012-07-02 16:46:08 +02:00
shout.c Shout: remove tabs in sourcecode 2012-12-04 19:08:47 +01:00
udp.c Obsolete confusing --miface-addr option and rework net_SetMcastOut() 2011-08-22 18:02:08 +03:00