[vlc-commits] livehttp: use vlc_array to store segment info

Ilkka Ollakka git at videolan.org
Sun Apr 7 20:21:40 CEST 2013


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Tue Apr  2 23:14:45 2013 +0300| [e8b7b5983e0345cdd5c7e5c3cbe5110514b265a9] | committer: Ilkka Ollakka

livehttp: use vlc_array to store segment info

This contains filename and url and key_url, so we don't need to
iterate filename again and again and allows for example generate
other style of filenames than just segment-numbers.

Also actually allows to use strftime specifiers in filenames.

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

 modules/access_output/livehttp.c |  187 +++++++++++++++++++++-----------------
 1 file changed, 106 insertions(+), 81 deletions(-)

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


More information about the vlc-commits mailing list