]> git.sesse.net Git - vlc/commit
livehttp: use vlc_array to store segment info
authorIlkka Ollakka <ileoo@videolan.org>
Tue, 2 Apr 2013 20:14:45 +0000 (23:14 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Sun, 7 Apr 2013 18:20:49 +0000 (21:20 +0300)
commite8b7b5983e0345cdd5c7e5c3cbe5110514b265a9
tree195beebfe7c6513da0a2ce179f4266d09d2f1c98
parent6d044920bf71720d0bffcdae8f3fba4b3894a881
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.
modules/access_output/livehttp.c