Page 1 of 1

HTTPS streaming - encrypted?

Posted: 06 Aug 2013 17:29
by henz99
Hi,

I want a confirmation about one thing. When we do https streaming using vlc, is the traffic encrypted or is the TLS certificate only used for the initial authentication (TLS handshake)?

I tried these commands:
* server:
vlc -I telnet --http-cert="vlc.crt" --http-key="key.pem" --sout '#std{access=https,mux=ts,dst=localhost:8080/test1}' test.wav

* client:
vlc https://localhost:8080/test1

It works, but when I see the traffic using wireshark, I can see the HTTP traffic in clear (not encrypted). Could someone help me on how to encrypt the HTTP traffic using TLS (which options should be added to the server)?

Re: HTTPS streaming - encrypted?

Posted: 07 Aug 2013 13:17
by InTheWings
Key is for encryption.

Post logs or wireshark dump.

Re: HTTPS streaming - encrypted?

Posted: 07 Aug 2013 14:45
by henz99
Thank you for your reply.

Here is the server.log
VLC media player 2.0.7 Twoflower (revision 2.0.6-54-g7dd7e4d)
[0x9328908] main libvlc debug: VLC media player - 2.0.7 Twoflower
[0x9328908] main libvlc debug: Copyright © 1996-2013 VLC authors and VideoLAN
[0x9328908] main libvlc debug: revision 2.0.6-54-g7dd7e4d
[0x9328908] main libvlc debug: configured with ./configure
[0x9328908] main libvlc debug: searching plug-in modules
[0x9328908] main libvlc debug: loading plugins cache file /usr/local/lib/vlc/plugins/plugins.dat
[0x9328908] main libvlc debug: recursively browsing `/usr/local/lib/vlc/plugins'
[0x9328908] main libvlc debug: saving plugins cache /usr/local/lib/vlc/plugins/plugins.dat
[0x9328908] main libvlc debug: plug-ins loaded: 415 modules
[0x9328908] main libvlc debug: opening config file (/home/henz/.config/vlc/vlcrc)
[0x9328908] main libvlc debug: translation test: code is "fr"
[0x9328908] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 FPU
[0x9328908] main libvlc debug: looking for memcpy module: 4 candidates
[0x9328908] main libvlc debug: using memcpy module "memcpymmxext"
[0x93c28f8] main input debug: Creating an input for 'Bibliothèque'
[0x93c28f8] main input debug: Input is a meta file: disabling unneeded options
[0x93c28f8] main input debug: using timeshift granularity of 50 MiB, in path '/tmp'
[0x93c28f8] main input debug: `file/xspf-open:///home/henz/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/henz/.local/share/vlc/ml.xspf'
[0x93c28f8] main input debug: creating demux: access='file' demux='xspf-open' location='/home/henz/.local/share/vlc/ml.xspf' file='/home/henz/.local/share/vlc/ml.xspf'
[0x93bd4b8] main demux debug: looking for access_demux module: 3 candidates
[0x93bd4b8] main demux debug: no access_demux module matching "file" could be loaded
[0x93bd4b8] main demux debug: TIMER module_need() : 0.746 ms - Total 0.746 ms / 1 intvls (Avg 0.746 ms)
[0x93c28f8] main input debug: creating access 'file' location='/home/henz/.local/share/vlc/ml.xspf', path='/home/henz/.local/share/vlc/ml.xspf'
[0x93bf668] main access debug: looking for access module: 2 candidates
[0x93bf668] filesystem access debug: opening file `/home/henz/.local/share/vlc/ml.xspf'
[0x93bf668] main access debug: using access module "filesystem"
[0x93bf668] main access debug: TIMER module_need() : 0.363 ms - Total 0.363 ms / 1 intvls (Avg 0.363 ms)
[0x93c0658] main stream debug: Using stream method for AStream*
[0x93c0658] main stream debug: starting pre-buffering
[0x93c0658] main stream debug: received first data after 0 ms
[0x93c0658] main stream debug: pre-buffering done 296 bytes in 0s - 5353 KiB/s
[0x93bfb20] main stream debug: looking for stream_filter module: 7 candidates
[0x93bfb20] main stream debug: no stream_filter module matching "any" could be loaded
[0x93bfb20] main stream debug: TIMER module_need() : 2.118 ms - Total 2.118 ms / 1 intvls (Avg 2.118 ms)
[0x93bfb20] main stream debug: looking for stream_filter module: 1 candidate
[0x93bfb20] main stream debug: using stream_filter module "stream_filter_record"
[0x93bfb20] main stream debug: TIMER module_need() : 0.228 ms - Total 0.228 ms / 1 intvls (Avg 0.228 ms)
[0x93c28f8] main input debug: creating demux: access='file' demux='xspf-open' location='/home/henz/.local/share/vlc/ml.xspf' file='/home/henz/.local/share/vlc/ml.xspf'
[0x93bdf80] main demux debug: looking for demux module: 1 candidate
[0x93bdf80] playlist demux debug: using XSPF playlist reader
[0x93bdf80] main demux debug: using demux module "playlist"
[0x93bdf80] main demux debug: TIMER module_need() : 0.268 ms - Total 0.268 ms / 1 intvls (Avg 0.268 ms)
[0x93cc6c8] main demux meta debug: looking for meta reader module: 2 candidates
[0x93cc6c8] lua demux meta debug: Trying Lua scripts in /home/henz/.local/share/vlc/lua/meta/reader
[0x93cc6c8] lua demux meta debug: Trying Lua scripts in /usr/local/lib/vlc/lua/meta/reader
[0x93cc6c8] lua demux meta debug: Trying Lua playlist script /usr/local/lib/vlc/lua/meta/reader/filename.luac
[0x93cc6c8] lua demux meta debug: Trying Lua scripts in /usr/local/share/vlc/lua/meta/reader
[0x93cc6c8] main demux meta debug: no meta reader module matching "any" could be loaded
[0x93cc6c8] main demux meta debug: TIMER module_need() : 2.168 ms - Total 2.168 ms / 1 intvls (Avg 2.168 ms)
[0x93c28f8] main input debug: `file/xspf-open:///home/henz/.local/share/vlc/ml.xspf' successfully opened
[0x93d0288] main xml reader debug: looking for xml reader module: 1 candidate
[0x93d0288] main xml reader debug: using xml reader module "xml"
[0x93d0288] main xml reader debug: TIMER module_need() : 1.020 ms - Total 1.020 ms / 1 intvls (Avg 1.020 ms)
[0x93bdf80] playlist demux debug: parsed 0 tracks successfully
[0x93c28f8] main input debug: EOF reached
[0x93bdf80] main demux debug: removing module "playlist"
[0x93bfb20] main stream debug: removing module "stream_filter_record"
[0x93bf668] main access debug: removing module "filesystem"
[0x93c28f8] main input debug: TIMER input launching for 'Bibliothèque' : 6.921 ms - Total 6.921 ms / 1 intvls (Avg 6.921 ms)
[0x93d0168] main interface debug: looking for interface module: 1 candidate
[0x93d0168] main interface debug: using interface module "hotkeys"
[0x93d0168] main interface debug: TIMER module_need() : 0.446 ms - Total 0.446 ms / 1 intvls (Avg 0.446 ms)
[0x93bc710] main interface debug: looking for interface module: 1 candidate
[0x93b9e30] main playlist debug: playlist threads correctly activated
[0x93bc710] main interface debug: using interface module "inhibit"
[0x93bc710] main interface debug: TIMER module_need() : 5.295 ms - Total 5.295 ms / 1 intvls (Avg 5.295 ms)
[0x93b9e30] main playlist debug: adding item `S1_48k_8s.wav' ( file:///home/henz/Bureau/vlc_https/S1_48k_8s.wav )
[0x93bfac0] main interface debug: looking for interface module: 1 candidate
[0xb6d00560] main input debug: Creating an input for 'S1_48k_8s.wav'
[0x93bfac0] main interface debug: using interface module "globalhotkeys"
[0x93bfac0] main interface debug: TIMER module_need() : 1.492 ms - Total 1.492 ms / 1 intvls (Avg 1.492 ms)
[0x93cfb20] main interface debug: looking for interface module: 1 candidate
[0x93cfb20] [telnet] lua interface debug: Found lua interface script: /usr/local/lib/vlc/lua/intf/telnet.luac
[0x93cfb20] [telnet] lua interface debug: Setting config variable: config={telnet={host='telnet://localhost:4212',password='******'}}
[0x93cfb20] [telnet] main interface debug: using interface module "lua"
[0x93b9e30] main playlist debug: rebuilding array of current - root Liste de lecture
[0x93cfb20] [telnet] main interface debug: TIMER module_need() : 1.178 ms - Total 1.178 ms / 1 intvls (Avg 1.178 ms)
[0x93b9e30] main playlist debug: rebuild done - 1 items, index -1
[0x93cfb20] [telnet] main interface debug: creating VLM
[0x93b9e30] main playlist debug: no fetch required for (null) (art currently (null))
[0x93cfb20] [telnet] lua interface: Listening on host "telnet://localhost:4212".
[0x93cfb20] [telnet] main interface debug: net: listening to localhost port 4212
[0x93b9e30] main playlist debug: processing request item: null, node: Liste de lecture, skip: 0
[0x93b9e30] main playlist debug: starting playback of the new playlist item
[0x93b9e30] main playlist debug: resyncing on S1_48k_8s.wav
[0x93b9e30] main playlist debug: S1_48k_8s.wav is at 0
[0x93b9e30] main playlist debug: creating new input thread
[0xb6b005f0] main input debug: Creating an input for 'S1_48k_8s.wav'
[0xb6d00d68] main stream output debug: using sout chain=`transcode{acodec=aac,ab=48}:std{access=https,mux=ts,dst=127.0.0.1:8080/test1}'
[0xb6d00d68] main stream output debug: stream=`std'
[0xb6d03098] main stream out debug: looking for sout stream module: 1 candidate
[0xb6d03098] main stream out debug: set config option: sout-standard-access to https
[0xb6d03098] main stream out debug: set config option: sout-standard-mux to ts
[0xb6d03098] main stream out debug: set config option: sout-standard-dst to 127.0.0.1:8080/test1
[0xb6d038a8] main access out debug: looking for sout access module: 1 candidate
[0xb6d038a8] access_output_http access out warning: "127.0.0.1" HTTP host might be ignored in multiple-host configurations, use at your own risks.
[0xb6d038a8] access_output_http access out: Consider passing --http-host=IP on the command line instead.
[0xb6d01be0] main tls creds debug: looking for tls server module: 1 candidate
[0xb6d01be0] gnutls tls creds debug: GnuTLS v2.12.14 initialized
[0xb6d01be0] gnutls tls creds debug: creating TLS server
[0xb6d01be0] main tls creds debug: using tls server module "gnutls"
[0xb6d01be0] main tls creds debug: TIMER module_need() : 4.272 ms - Total 4.272 ms / 1 intvls (Avg 4.272 ms)
[0xb6d01be0] main tls creds debug: TLS server plugin initialized
[0xb6d038a8] main access out debug: net: listening to 127.0.0.1 port 8080
[0xb6d038a8] main access out debug: using sout access module "access_output_http"
[0xb6d038a8] main access out debug: TIMER module_need() : 4.802 ms - Total 4.802 ms / 1 intvls (Avg 4.802 ms)
[0xb6d19228] main mux debug: looking for sout mux module: 1 candidate
[0xb6d19228] mux_ts mux debug: shaping=200000 pcr=70000 dts_delay=400000
[0xb6d19228] main mux debug: using sout mux module "mux_ts"
[0xb6d19228] main mux debug: TIMER module_need() : 0.693 ms - Total 0.693 ms / 1 intvls (Avg 0.693 ms)
[0xb6d00d68] main stream output debug: muxer support adding stream at any time
[0xb6d00d68] main stream output debug: muxer prefers to wait for all ES before starting to mux
[0xb6d03098] stream_out_standard stream out debug: using `https/ts://127.0.0.1:8080/test1'
[0xb6d03098] main stream out debug: using sout stream module "stream_out_standard"
[0xb6d03098] main stream out debug: TIMER module_need() : 6.093 ms - Total 6.093 ms / 1 intvls (Avg 6.093 ms)
[0xb6d00d68] main stream output debug: stream=`transcode'
[0xb6d0d680] main stream out debug: looking for sout stream module: 1 candidate
[0xb6d0d680] main stream out debug: set config option: sout-transcode-acodec to aac
[0xb6d0d680] main stream out debug: set config option: sout-transcode-ab to 48
[0xb6d0d680] stream_out_transcode stream out debug: codec audio=aac 0Hz 0 channels 48Kb/s
[0xb6d0d680] main stream out debug: using sout stream module "stream_out_transcode"
[0xb6d0d680] main stream out debug: TIMER module_need() : 0.452 ms - Total 0.452 ms / 1 intvls (Avg 0.452 ms)
[0xb6b005f0] main input debug: using timeshift granularity of 50 MiB, in path '/tmp'
[0xb6b005f0] main input debug: `file:///home/henz/Bureau/vlc_https/S1_48k_8s.wav' gives access `file' demux `' path `/home/henz/Bureau/vlc_https/S1_48k_8s.wav'
[0xb6b005f0] main input debug: creating demux: access='file' demux='' location='/home/henz/Bureau/vlc_https/S1_48k_8s.wav' file='/home/henz/Bureau/vlc_https/S1_48k_8s.wav'
[0xb6d07db8] main demux debug: looking for access_demux module: 3 candidates
[0xb6d07db8] main demux debug: no access_demux module matching "file" could be loaded
[0xb6d07db8] main demux debug: TIMER module_need() : 0.125 ms - Total 0.125 ms / 1 intvls (Avg 0.125 ms)
[0xb6b005f0] main input debug: creating access 'file' location='/home/henz/Bureau/vlc_https/S1_48k_8s.wav', path='/home/henz/Bureau/vlc_https/S1_48k_8s.wav'
[0xb6d0c4f0] main access debug: looking for access module: 2 candidates
[0xb6d0c4f0] filesystem access debug: opening file `/home/henz/Bureau/vlc_https/S1_48k_8s.wav'
[0xb6d0c4f0] main access debug: using access module "filesystem"
[0xb6d0c4f0] main access debug: TIMER module_need() : 0.118 ms - Total 0.118 ms / 1 intvls (Avg 0.118 ms)
[0xb6d07db8] main stream debug: Using stream method for AStream*
[0xb6d07db8] main stream debug: starting pre-buffering
[0xb6d07db8] main stream debug: received first data after 0 ms
[0xb6d07db8] main stream debug: pre-buffering done 1024 bytes in 0s - 37037 KiB/s
[0xb6d0c6a8] main stream debug: looking for stream_filter module: 7 candidates
[0xb6d0c6a8] main stream debug: no stream_filter module matching "any" could be loaded
[0xb6d0c6a8] main stream debug: TIMER module_need() : 0.094 ms - Total 0.094 ms / 1 intvls (Avg 0.094 ms)
[0xb6d0c6a8] main stream debug: looking for stream_filter module: 1 candidate
[0xb6d0c6a8] main stream debug: using stream_filter module "stream_filter_record"
[0xb6d0c6a8] main stream debug: TIMER module_need() : 0.079 ms - Total 0.079 ms / 1 intvls (Avg 0.079 ms)
[0xb6b005f0] main input debug: creating demux: access='file' demux='' location='/home/henz/Bureau/vlc_https/S1_48k_8s.wav' file='/home/henz/Bureau/vlc_https/S1_48k_8s.wav'
[0xb6d0c810] main demux debug: looking for demux module: 54 candidates
[0xb6d0c810] wav demux debug: chunk: fcc=`fmt ` size=16
[0xb6d0c810] wav demux debug: format: 0x0001, fourcc: araw, channels: 1, freq: 48000 Hz, bitrate: 93Ko/s, blockalign: 2, bits/samples: 16, extra size: 0
[0xb6d0c810] wav demux debug: found Raw audio audio format
[0xb6d0c810] wav demux debug: chunk: fcc=`data` size=768000
[0xb6b005f0] main input debug: selecting program id=0
[0xb6d0c810] main demux debug: using demux module "wav"
[0xb6d0c810] main demux debug: TIMER module_need() : 0.295 ms - Total 0.295 ms / 1 intvls (Avg 0.295 ms)
[0xb6b005f0] main input debug: looking for a subtitle file in /home/henz/Bureau/vlc_https/
[0xb6d0c908] main decoder debug: looking for packetizer module: 21 candidates
[0xb6d0c908] main decoder debug: using packetizer module "packetizer_copy"
[0xb6d0c908] main decoder debug: TIMER module_need() : 2.340 ms - Total 2.340 ms / 1 intvls (Avg 2.340 ms)
[0xb6b005f0] main input debug: starting in async mode
[0xb6d174b8] main demux meta debug: looking for meta reader module: 2 candidates
[0xb6d174b8] lua demux meta debug: Trying Lua scripts in /home/henz/.local/share/vlc/lua/meta/reader
[0xb6d174b8] lua demux meta debug: Trying Lua scripts in /usr/local/lib/vlc/lua/meta/reader
[0xb6d174b8] lua demux meta debug: Trying Lua playlist script /usr/local/lib/vlc/lua/meta/reader/filename.luac
[0xb6d174b8] lua demux meta debug: Trying Lua scripts in /usr/local/share/vlc/lua/meta/reader
[0xb6d174b8] main demux meta debug: no meta reader module matching "any" could be loaded
[0xb6d174b8] main demux meta debug: TIMER module_need() : 0.765 ms - Total 0.765 ms / 1 intvls (Avg 0.765 ms)
[0xb6b005f0] main input debug: `file:///home/henz/Bureau/vlc_https/S1_48k_8s.wav' successfully opened
[0xb6b005f0] main input debug: Buffering 0%
[0xb6b005f0] main input debug: switching to sync mode
[0xb6b005f0] main input debug: Buffering 16%
[0xb6d00d68] main stream output debug: adding a new sout input (sout_input:0xb691ecb0)
[0xb6b005f0] main input debug: Buffering 33%
[0xb6d0d680] stream_out_transcode stream out debug: creating audio transcoding from fcc=`s16l' to fcc=`aac '
[0xb6b005f0] main input debug: Buffering 50%
[0xb6b005f0] main input debug: Buffering 66%
[0xb6b005f0] main input debug: Buffering 83%
[0xb691ed60] main generic debug: looking for decoder module: 31 candidates
[0xb6b005f0] main input debug: Buffering 100%
[0xb6b005f0] main input debug: Stream buffering done (350 ms in 0 ms)
[0xb691ed60] araw generic debug: samplerate:48000Hz channels:1 bits/sample:16
[0xb691ed60] main generic debug: using decoder module "araw"
[0xb691ed60] main generic debug: TIMER module_need() : 2.378 ms - Total 2.378 ms / 1 intvls (Avg 2.378 ms)
[0xb691f0b8] main encoder debug: looking for encoder module: 13 candidates
[0xb691f0b8] avcodec encoder debug: libavcodec initialized (interface 0x352300)
[0xb691f0b8] avcodec encoder debug: found encoder MPEG AAC Audio
[0xb691f0b8] main encoder debug: using encoder module "avcodec"
[0xb691f0b8] main encoder debug: TIMER module_need() : 16.109 ms - Total 16.109 ms / 1 intvls (Avg 16.109 ms)
[0xb6d19228] main mux debug: adding a new input
[0xb6d19228] mux_ts mux debug: adding input codec=mp4a pid=68
[0xb6d19228] mux_ts mux debug: new PCR PID is 68
[0xb6b005f0] main input debug: Decoder buffering done in 18 ms
[0x93cff60] gnutls generic debug: TLS handshake: Resource temporarily unavailable, try again.
[0x93cff60] gnutls generic debug: TLS handshake: Resource temporarily unavailable, try again.
[0x93cff60] gnutls generic debug: TLS handshake: Success.
[0xb6b005f0] main input debug: EOF reached
[0xb6b005f0] main input debug: waiting decoder fifos to empty
[0x93b9e30] main playlist debug: finished input
[0xb6d0c908] main decoder debug: removing module "packetizer_copy"
[0xb6d0c908] main decoder debug: killing decoder fourcc `s16l', 0 PES in FIFO
[0xb6d00d68] main stream output debug: removing a sout input (sout_input:0xb691ecb0)
[0xb691f0b8] main encoder debug: TIMER encoding audio frame : 0.001 ms - Total 337.473 ms / 477 intvls (Avg 0.707 ms)
[0xb691ed60] main generic debug: removing module "araw"
[0xb691f0b8] main encoder debug: removing module "avcodec"
[0xb6d19228] mux_ts mux debug: removing input pid=68
[0xb6d19228] mux_ts mux debug: new PCR PID is 8191
[0xb6d19228] main mux warning: no more input streams for this mux
[0xb6d0c810] main demux debug: removing module "wav"
[0xb6d0c6a8] main stream debug: removing module "stream_filter_record"
[0xb6d0c4f0] main access debug: removing module "filesystem"
[0xb6b005f0] main input debug: Program doesn't contain anymore ES
[0x93b9e30] main playlist debug: dead input
[0xb6d00d68] main stream output debug: destroying useless sout
[0xb6d0d680] main stream out debug: destroying chain... (name=transcode)
[0xb6d0d680] main stream out debug: removing module "stream_out_transcode"
[0xb6d0d680] main stream out debug: destroying chain done
[0xb6d03098] main stream out debug: destroying chain... (name=std)
[0xb6d03098] main stream out debug: removing module "stream_out_standard"
[0xb6d19228] main mux debug: removing module "mux_ts"
[0xb6d038a8] main access out debug: removing module "access_output_http"
[0xb6d19308] main http host warning: force closing connections
[0xb6d19308] main http host debug: waitpipe: object killed
[0xb6d19308] main http host debug: HTTP host removed
[0xb6d01be0] main tls creds debug: removing module "gnutls"
[0xb6d01be0] gnutls tls creds debug: GnuTLS deinitialized
[0xb6d038a8] access_output_http access out debug: Close
[0xb6d03098] main stream out debug: destroying chain done
[0x93b9e30] main playlist debug: changing item without a request (current 0/1)
[0x93b9e30] main playlist debug: nothing to play
[0x93b9e30] main playlist: end of playlist, exiting
[0x9328908] main libvlc debug: exiting
[0x9328908] main libvlc debug: deactivating the playlist
[0x93b9e30] main playlist debug: deactivating the playlist
[0x93cff60] main playlist export debug: saving Bibliothèque to file /home/henz/.local/share/vlc/ml.xspf
[0x93cff60] main playlist export debug: looking for playlist export module: 1 candidate
[0x93cff60] main playlist export debug: using playlist export module "export"
[0x93cff60] main playlist export debug: TIMER module_need() : 0.321 ms - Total 0.321 ms / 1 intvls (Avg 0.321 ms)
[0x93cff60] main playlist export debug: removing module "export"
[0x93b9e30] main playlist debug: playlist correctly deactivated
[0x9328908] main libvlc debug: removing all services discovery tasks
[0x9328908] main libvlc debug: removing all interfaces
[0x93cfb20] [telnet] main interface debug: removing module "lua"
[0x93bfac0] main interface debug: removing module "globalhotkeys"
[0x93bc710] main interface debug: removing module "inhibit"
[0xb6b005f0] main input debug: TIMER input launching for 'S1_48k_8s.wav' : 14.812 ms - Total 14.812 ms / 1 intvls (Avg 14.812 ms)
[0x93d0168] main interface debug: removing module "hotkeys"
[0x93b9e30] main playlist debug: destroying
[0x9328908] main libvlc debug: TIMER ML Load : Total 8.513 ms / 1 intvls (Avg 8.513 ms)
[0x9328908] main libvlc debug: TIMER Preparse run : Total 2.729 ms / 1 intvls (Avg 2.729 ms)
[0x9328908] main libvlc debug: TIMER Items array build : Total 0.370 ms / 1 intvls (Avg 0.370 ms)
[0x9328908] main libvlc debug: TIMER ML Dump : Total 0.523 ms / 1 intvls (Avg 0.523 ms)
[0x9328908] main libvlc debug: removing stats
[0x9328908] main libvlc debug: removing module "memcpymmxext"



and client.log
VLC media player 2.0.7 Twoflower (revision 2.0.6-54-g7dd7e4d)
[0x9ff5908] main libvlc debug: VLC media player - 2.0.7 Twoflower
[0x9ff5908] main libvlc debug: Copyright © 1996-2013 VLC authors and VideoLAN
[0x9ff5908] main libvlc debug: revision 2.0.6-54-g7dd7e4d
[0x9ff5908] main libvlc debug: configured with ./configure
[0x9ff5908] main libvlc debug: searching plug-in modules
[0x9ff5908] main libvlc debug: loading plugins cache file /usr/local/lib/vlc/plugins/plugins.dat
[0x9ff5908] main libvlc debug: recursively browsing `/usr/local/lib/vlc/plugins'
[0x9ff5908] main libvlc debug: saving plugins cache /usr/local/lib/vlc/plugins/plugins.dat
[0x9ff5908] main libvlc debug: plug-ins loaded: 415 modules
[0x9ff5908] main libvlc debug: opening config file (/home/henz/.config/vlc/vlcrc)
[0x9ff5908] main libvlc debug: translation test: code is "fr"
[0x9ff5908] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 FPU
[0x9ff5908] main libvlc debug: looking for memcpy module: 4 candidates
[0x9ff5908] main libvlc debug: using memcpy module "memcpymmxext"
[0xa08f628] main input debug: Creating an input for 'Bibliothèque'
[0xa08f628] main input debug: Input is a meta file: disabling unneeded options
[0xa08f628] main input debug: using timeshift granularity of 50 MiB, in path '/tmp'
[0xa08f628] main input debug: `file/xspf-open:///home/henz/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/henz/.local/share/vlc/ml.xspf'
[0xa08f628] main input debug: creating demux: access='file' demux='xspf-open' location='/home/henz/.local/share/vlc/ml.xspf' file='/home/henz/.local/share/vlc/ml.xspf'
[0xa08a298] main demux debug: looking for access_demux module: 3 candidates
[0xa08a298] main demux debug: no access_demux module matching "file" could be loaded
[0xa08a298] main demux debug: TIMER module_need() : 0.779 ms - Total 0.779 ms / 1 intvls (Avg 0.779 ms)
[0xa08f628] main input debug: creating access 'file' location='/home/henz/.local/share/vlc/ml.xspf', path='/home/henz/.local/share/vlc/ml.xspf'
[0xa08c448] main access debug: looking for access module: 2 candidates
[0xa08c448] filesystem access debug: opening file `/home/henz/.local/share/vlc/ml.xspf'
[0xa08c448] main access debug: using access module "filesystem"
[0xa08c448] main access debug: TIMER module_need() : 0.365 ms - Total 0.365 ms / 1 intvls (Avg 0.365 ms)
[0xa08d438] main stream debug: Using stream method for AStream*
[0xa08d438] main stream debug: starting pre-buffering
[0xa08d438] main stream debug: received first data after 0 ms
[0xa08d438] main stream debug: pre-buffering done 296 bytes in 0s - 8258 KiB/s
[0xa08c900] main stream debug: looking for stream_filter module: 7 candidates
[0xa08c900] main stream debug: no stream_filter module matching "any" could be loaded
[0xa08c900] main stream debug: TIMER module_need() : 2.175 ms - Total 2.175 ms / 1 intvls (Avg 2.175 ms)
[0xa08c900] main stream debug: looking for stream_filter module: 1 candidate
[0xa08c900] main stream debug: using stream_filter module "stream_filter_record"
[0xa08c900] main stream debug: TIMER module_need() : 0.216 ms - Total 0.216 ms / 1 intvls (Avg 0.216 ms)
[0xa08f628] main input debug: creating demux: access='file' demux='xspf-open' location='/home/henz/.local/share/vlc/ml.xspf' file='/home/henz/.local/share/vlc/ml.xspf'
[0xa08ad60] main demux debug: looking for demux module: 1 candidate
[0xa08ad60] playlist demux debug: using XSPF playlist reader
[0xa08ad60] main demux debug: using demux module "playlist"
[0xa08ad60] main demux debug: TIMER module_need() : 0.319 ms - Total 0.319 ms / 1 intvls (Avg 0.319 ms)
[0xa0994b8] main demux meta debug: looking for meta reader module: 2 candidates
[0xa0994b8] lua demux meta debug: Trying Lua scripts in /home/henz/.local/share/vlc/lua/meta/reader
[0xa0994b8] lua demux meta debug: Trying Lua scripts in /usr/local/lib/vlc/lua/meta/reader
[0xa0994b8] lua demux meta debug: Trying Lua playlist script /usr/local/lib/vlc/lua/meta/reader/filename.luac
[0xa0994b8] lua demux meta debug: Trying Lua scripts in /usr/local/share/vlc/lua/meta/reader
[0xa0994b8] main demux meta debug: no meta reader module matching "any" could be loaded
[0xa0994b8] main demux meta debug: TIMER module_need() : 2.651 ms - Total 2.651 ms / 1 intvls (Avg 2.651 ms)
[0xa08f628] main input debug: `file/xspf-open:///home/henz/.local/share/vlc/ml.xspf' successfully opened
[0xa099be0] main xml reader debug: looking for xml reader module: 1 candidate
[0xa099be0] main xml reader debug: using xml reader module "xml"
[0xa099be0] main xml reader debug: TIMER module_need() : 0.817 ms - Total 0.817 ms / 1 intvls (Avg 0.817 ms)
[0xa08ad60] playlist demux debug: parsed 0 tracks successfully
[0xa08f628] main input debug: EOF reached
[0xa08ad60] main demux debug: removing module "playlist"
[0xa08c900] main stream debug: removing module "stream_filter_record"
[0xa08c448] main access debug: removing module "filesystem"
[0xa08f628] main input debug: TIMER input launching for 'Bibliothèque' : 7.456 ms - Total 7.456 ms / 1 intvls (Avg 7.456 ms)
[0xa08d438] main interface debug: looking for interface module: 1 candidate
[0xa08d438] main interface debug: using interface module "hotkeys"
[0xa08d438] main interface debug: TIMER module_need() : 0.273 ms - Total 0.273 ms / 1 intvls (Avg 0.273 ms)
[0xa087e58] main interface debug: looking for interface module: 1 candidate
[0xa086b60] main playlist debug: playlist threads correctly activated
[0xa087e58] main interface debug: using interface module "inhibit"
[0xa086b60] main playlist debug: rebuilding array of current - root Liste de lecture
[0xa086b60] main playlist debug: rebuild done - 0 items, index -1
[0xa087e58] main interface debug: TIMER module_need() : 9.018 ms - Total 9.018 ms / 1 intvls (Avg 9.018 ms)
[0xa086b60] main playlist debug: adding item `https://localhost:8080/test1' ( https://localhost:8080/test1 )
[0xa086b60] main playlist debug: no fetch required for (null) (art currently (null))
[0xa088a28] main interface debug: looking for interface module: 1 candidate
[0xa088a28] main interface debug: using interface module "globalhotkeys"
[0xa088a28] main interface debug: TIMER module_need() : 0.990 ms - Total 0.990 ms / 1 intvls (Avg 0.990 ms)
[0xa09c810] main interface debug: looking for interface module: 1 candidate
[0xa09c810] dummy interface: using the dummy interface module...
[0xa09c810] main interface debug: using interface module "dummy"
[0xa09c810] main interface debug: TIMER module_need() : 0.257 ms - Total 0.257 ms / 1 intvls (Avg 0.257 ms)
[0xa086b60] main playlist debug: processing request item: null, node: Liste de lecture, skip: 0
[0xa086b60] main playlist debug: rebuilding array of current - root Liste de lecture
[0xa086b60] main playlist debug: rebuild done - 1 items, index -1
[0xa086b60] main playlist debug: starting playback of the new playlist item
[0xa086b60] main playlist debug: resyncing on https://localhost:8080/test1
[0xa086b60] main playlist debug: https://localhost:8080/test1 is at 0
[0xa086b60] main playlist debug: creating new input thread
[0xb6e005f0] main input debug: Creating an input for 'https://localhost:8080/test1'
[0xb6e005f0] main input debug: using timeshift granularity of 50 MiB, in path '/tmp'
[0xb6e005f0] main input debug: `https://localhost:8080/test1' gives access `https' demux `' path `localhost:8080/test1'
[0xb6e005f0] main input debug: creating demux: access='https' demux='' location='localhost:8080/test1' file='(null)'
[0xb6c009c8] main demux debug: looking for access_demux module: 0 candidates
[0xb6c009c8] main demux debug: no access_demux module matched "https"
[0xb6c009c8] main demux debug: TIMER module_need() : 0.132 ms - Total 0.132 ms / 1 intvls (Avg 0.132 ms)
[0xb6e005f0] main input debug: creating access 'https' location='localhost:8080/test1', path='(null)'
[0xb6c00b98] main access debug: looking for access module: 1 candidate
[0xb6c00b98] access_http access debug: asking libproxy about url 'https://localhost:8080/test1'
[0xb6c00b98] access_http access debug: libproxy suggest to use 'direct://'
[0xb6c00b98] access_http access debug: http: server='localhost' port=8080 file='/test1'
[0xb6c00b98] main access debug: net: connecting to localhost port 8080
[0xb6c00b98] main access debug: connection succeeded (socket = 6)
[0xb6c04a58] main tls client debug: looking for tls client module: 1 candidate
[0xb6c04a58] gnutls tls client debug: GnuTLS v2.12.14 initialized
[0xb6c04a58] gnutls tls client debug: browsing x509 credentials in /home/henz/.local/share/vlc/ssl/certs...
[0xb6c04a58] gnutls tls client debug: loading x509 credentials from vlc.crt...
[0xb6c04a58] gnutls tls client debug: added 1 certificate(s)
[0xb6c04a58] gnutls tls client debug: browsing x509 credentials in /home/henz/.local/share/vlc/ssl/private...
[0xb6c04a58] gnutls tls client debug: loading x509 credentials from /usr/local/etc/ssl/certs/ca-certificates.crt...
[0xb6c04a58] gnutls tls client warning: cannot access x509 in /usr/local/etc/ssl/certs/ca-certificates.crt: No such file or directory
[0xb6c04a58] main tls client debug: using tls client module "gnutls"
[0xb6c04a58] main tls client debug: TIMER module_need() : 3.535 ms - Total 3.535 ms / 1 intvls (Avg 3.535 ms)
[0xb6c04a58] gnutls tls client debug: TLS handshake: Resource temporarily unavailable, try again.
[0xb6c04a58] gnutls tls client debug: TLS handshake: Resource temporarily unavailable, try again.
[0xb6c04a58] gnutls tls client debug: TLS handshake: Success.
[0xb6c04a58] gnutls tls client debug: TLS/x509 certificate verified
[0xb6c04a58] main tls client debug: TLS client session initialized
[0xb6c00b98] access_http access debug: protocol 'HTTP' answer code 200
[0xb6c00b98] access_http access debug: Content-Type: application/octet-stream
[0xb6c00b98] main access debug: using access module "access_http"
[0xb6c00b98] main access debug: TIMER module_need() : 213.153 ms - Total 213.153 ms / 1 intvls (Avg 213.153 ms)
[0xb6c1b4c8] main stream debug: Using stream method for AStream*
[0xb6c1b4c8] main stream debug: starting pre-buffering
[0xb6c1b4c8] main stream debug: received first data after 0 ms
[0xb6c1b4c8] main stream debug: pre-buffering done 188 bytes in 0s - 1079 KiB/s
[0xb6c17498] main stream debug: looking for stream_filter module: 7 candidates
[0xb6c17498] main stream debug: no stream_filter module matching "any" could be loaded
[0xb6c17498] main stream debug: TIMER module_need() : 21.393 ms - Total 21.393 ms / 1 intvls (Avg 21.393 ms)
[0xb6c17498] main stream debug: looking for stream_filter module: 1 candidate
[0xb6c17498] main stream debug: using stream_filter module "stream_filter_record"
[0xb6c17498] main stream debug: TIMER module_need() : 0.201 ms - Total 0.201 ms / 1 intvls (Avg 0.201 ms)
[0xb6e005f0] main input debug: creating demux: access='https' demux='' location='localhost:8080/test1' file='(null)'
[0xb6c175a8] main demux debug: looking for demux module: 54 candidates
[0xb6c175a8] mod demux debug: MOD validation failed (ext=)
[0xb6c175a8] ts demux debug: pid[68] unknown
libdvbpsi error (PSI decoder): TS discontinuity (received 12, expected 0) for PID 0
[0xb6c175a8] ts demux debug: PATCallBack called
[0xb6c175a8] ts demux debug: new PAT ts_id=54668 version=1 current_next=1
[0xb6c175a8] ts demux debug: * number=1 pid=66
libdvbpsi error (PSI decoder): TS discontinuity (received 12, expected 0) for PID 66
[0xb6c175a8] ts demux debug: PMTCallBack called
[0xb6c175a8] ts demux debug: new PMT program number=1 version=31 pid_pcr=68
[0xb6c175a8] ts demux debug: * descriptor : IOD (0x1d)
[0xb6c175a8] ts demux error: MPEG-4 descriptor not found
[0xb6c175a8] ts demux debug: * es pid=68 type=15 fcc=mp4a
[0xb6e005f0] main input debug: selecting program id=1
[0xb6c00b98] access_http access warning: unimplemented query in control
[0xb6c175a8] main demux debug: using demux module "ts"
[0xb6c175a8] main demux debug: TIMER module_need() : 856.649 ms - Total 856.649 ms / 1 intvls (Avg 856.649 ms)
[0xb6c17ab8] main decoder debug: looking for decoder module: 31 candidates
[0xb6c17ab8] avcodec decoder debug: libavcodec initialized (interface 0x352300)
[0xb6c17ab8] avcodec decoder warning: waiting for extra data for codec MPEG AAC Audio
[0xb6c17ab8] avcodec decoder debug: Using 384000 bytes output buffer
[0xb6c17ab8] main decoder debug: using decoder module "avcodec"
[0xb6c17ab8] main decoder debug: TIMER module_need() : 19.159 ms - Total 19.159 ms / 1 intvls (Avg 19.159 ms)
[0xb6c2c750] main packetizer debug: looking for packetizer module: 21 candidates
[0xb6c2c750] packetizer_mpeg4audio packetizer debug: running MPEG4 audio packetizer
[0xb6c2c750] packetizer_mpeg4audio packetizer debug: no decoder specific info, must be an ADTS or LOAS stream
[0xb6c2c750] main packetizer debug: using packetizer module "packetizer_mpeg4audio"
[0xb6c2c750] main packetizer debug: TIMER module_need() : 0.939 ms - Total 0.939 ms / 1 intvls (Avg 0.939 ms)
[0xb6c175a8] ts demux debug: DEMUX_SET_GROUP 0 (nil)
[0xb6c39ef8] main demux meta debug: looking for meta reader module: 2 candidates
[0xb6c39ef8] lua demux meta debug: Trying Lua scripts in /home/henz/.local/share/vlc/lua/meta/reader
[0xb6c39ef8] lua demux meta debug: Trying Lua scripts in /usr/local/lib/vlc/lua/meta/reader
[0xb6c39ef8] lua demux meta debug: Trying Lua playlist script /usr/local/lib/vlc/lua/meta/reader/filename.luac
[0xb6c39ef8] lua demux meta debug: Trying Lua scripts in /usr/local/share/vlc/lua/meta/reader
[0xb6c39ef8] main demux meta debug: no meta reader module matching "any" could be loaded
[0xb6c39ef8] main demux meta debug: TIMER module_need() : 0.834 ms - Total 0.834 ms / 1 intvls (Avg 0.834 ms)
[0xb6e005f0] main input debug: `https://localhost:8080/test1' successfully opened
[0xb6c175a8] ts demux warning: first packet for pid=68 cc=0x8
[0xb6e005f0] main input debug: Buffering 0%
[0xb6e005f0] main input debug: Buffering 8%
[0xb6e005f0] main input debug: Buffering 16%
[0xb6e005f0] main input debug: Buffering 25%
[0xb6e005f0] main input debug: Buffering 34%
[0xb6e005f0] main input debug: Buffering 42%
[0xb6e005f0] main input debug: Buffering 50%
[0xb6e005f0] main input debug: Buffering 57%
[0xb6c2c750] packetizer_mpeg4audio packetizer debug: detected ADTS format
[0xb6c2c750] packetizer_mpeg4audio packetizer: AAC channels: 1 samplerate: 48000
[0xb6c17ab8] avcodec decoder debug: ffmpeg codec (MPEG AAC Audio) started
[0xa086b60] main playlist debug: creating audio output
[0xb3c08950] main audio output debug: looking for audio output module: 3 candidates
[0xb3c08950] pulse audio output debug: using mono channel map
[0xb3c08950] pulse audio output debug: using library version 1.1.0
[0xb3c08950] pulse audio output debug: (compiled with version 1.1.0, protocol 26)
[0xb3c08950] pulse audio output debug: connected locally to unix:/home/henz/.pulse/73c320c836fb76beb6edb22a00000009-runtime/native as client #139
[0xb3c08950] pulse audio output debug: using protocol 26, server protocol 26
[0xb3c08950] pulse audio output debug: using buffer metrics: maxlength=4194304, tlength=3840, prebuf=0, minreq=1280
[0xb3c08950] pulse audio output debug: connected to sink 0: alsa_output.pci-0000_00_1b.0.analog-stereo
[0xb3c08950] main audio output debug: using audio output module "pulse"
[0xb3c08950] main audio output debug: TIMER module_need() : 29.161 ms - Total 29.161 ms / 1 intvls (Avg 29.161 ms)
[0xb3c08950] main audio output debug: output 's16l' 48000 Hz Mono frame=1 samples/2 bytes
[0xb3c08950] main audio output debug: mixer 'f32l' 48000 Hz Mono frame=1 samples/4 bytes
[0xb3c08950] main audio output debug: filter(s) 'f32l'->'s16l' 48000 Hz->48000 Hz Mono->Mono
[0xb3c09db0] main audio filter debug: looking for audio filter module: 13 candidates
[0xb3c09db0] audio_format audio filter debug: f32l->s16l, bits per sample: 32->16
[0xb3c09db0] main audio filter debug: using audio filter module "audio_format"
[0xb3c09db0] main audio filter debug: TIMER module_need() : 2.201 ms - Total 2.201 ms / 1 intvls (Avg 2.201 ms)
[0xb3c08950] main audio output debug: conversion pipeline completed
[0xb3c0f5a0] main mixer debug: looking for audio mixer module: 2 candidates
[0xb3c0f5a0] main mixer debug: using audio mixer module "float32_mixer"
[0xb3c0f5a0] main mixer debug: TIMER module_need() : 0.210 ms - Total 0.210 ms / 1 intvls (Avg 0.210 ms)
[0xb3c08950] main audio output debug: input 's16l' 48000 Hz Mono frame=1 samples/2 bytes
[0xb3c0faa0] main audio filter debug: looking for audio filter module: 1 candidate
[0xb3c0faa0] scaletempo audio filter debug: format: 48000 rate, 1 nch, 4 bps, fl32
[0xb3c0faa0] scaletempo audio filter debug: params: 30 stride, 0.200 overlap, 14 search
[0xb3c0faa0] scaletempo audio filter debug: 1.000 scale, 1440.000 stride_in, 1440 stride_out, 1152 standing, 288 overlap, 672 search, 2400 queue, fl32 mode
[0xb3c0faa0] main audio filter debug: using audio filter module "scaletempo"
[0xb3c0faa0] main audio filter debug: TIMER module_need() : 0.369 ms - Total 0.369 ms / 1 intvls (Avg 0.369 ms)
[0xb3c08950] main audio output debug: filter(s) 's16l'->'f32l' 48000 Hz->48000 Hz Mono->Mono
[0xb3c08950] pulse audio output debug: nothing to play
[0xb3c13690] main audio filter debug: looking for audio filter module: 13 candidates
[0xb3c13690] audio_format audio filter debug: s16l->f32l, bits per sample: 16->32
[0xb3c13690] main audio filter debug: using audio filter module "audio_format"
[0xb3c13690] main audio filter debug: TIMER module_need() : 0.171 ms - Total 0.171 ms / 1 intvls (Avg 0.171 ms)
[0xb3c08950] main audio output debug: conversion pipeline completed
[0xb3c08950] main audio output debug: filter(s) 'f32l'->'f32l' 48000 Hz->48000 Hz Mono->Mono
[0xb3c08950] main audio output debug: conversion pipeline completed
[0xb3c08950] main audio output debug: filter(s) 'f32l'->'f32l' 52800 Hz->48000 Hz Mono->Mono
[0xb3c139b8] main audio filter debug: looking for audio filter module: 13 candidates
[0xb3c139b8] main audio filter debug: using audio filter module "samplerate"
[0xb3c139b8] main audio filter debug: TIMER module_need() : 0.212 ms - Total 0.212 ms / 1 intvls (Avg 0.212 ms)
[0xb3c08950] main audio output debug: conversion pipeline completed
[0xb6c17ab8] main decoder debug: End of audio preroll
[0xb3c08950] pulse audio output debug: listing sink alsa_output.pci-0000_00_1b.0.analog-stereo (0): Built-in Audio Analog Stereo
[0xb3c08950] pulse audio output debug: base volume: 65536
[0xb3c08950] pulse audio output debug: nothing to play
[0xb3c08950] pulse audio output debug: nothing to play
[0xb3c08950] pulse audio output debug: nothing to play
[0xb3c08950] pulse audio output debug: nothing to play
[0xb3c08950] pulse audio output debug: nothing to play
[0xb3c08950] pulse audio output debug: nothing to play
[0xb3c08950] pulse audio output debug: nothing to play
[0xb6e005f0] main input debug: Buffering 66%
[0xb6e005f0] main input debug: Buffering 74%
[0xb6e005f0] main input debug: Buffering 85%
[0xb6e005f0] main input debug: Buffering 94%
[0xb6e005f0] main input debug: Stream buffering done (1069 ms in 368 ms)
[0xb6e005f0] main input debug: Decoder buffering done in 0 ms
[0xb3c08950] pulse audio output debug: cannot synchronize start
[0xb3c08950] pulse audio output debug: deferring start (376874 us)
[0xb3c08950] pulse audio output debug: deferring start (355689 us)
[0xb3c08950] pulse audio output debug: deferring start (334102 us)
[0xb3c08950] pulse audio output debug: deferring start (312527 us)
[0xb3c08950] pulse audio output debug: deferring start (290915 us)
[0xb3c08950] pulse audio output debug: deferring start (269261 us)
[0xb3c08950] pulse audio output debug: deferring start (247572 us)
[0xb3c08950] pulse audio output debug: deferring start (225892 us)
[0xb3c08950] pulse audio output debug: deferring start (204187 us)
[0xb3c08950] pulse audio output debug: deferring start (182375 us)
[0xb3c08950] pulse audio output debug: deferring start (160226 us)
[0xb3c08950] pulse audio output debug: deferring start (138092 us)
[0xb3c08950] pulse audio output debug: deferring start (115967 us)
[0xb3c08950] pulse audio output debug: deferring start (93806 us)
[0xb3c08950] pulse audio output debug: deferring start (71650 us)
[0xb3c08950] pulse audio output debug: deferring start (49502 us)
[0xb3c08950] pulse audio output debug: deferring start (27350 us)
[0xb3c08950] pulse audio output debug: deferring start (5218 us)
[0xb3c08950] pulse audio output warning: starting late (-17078 us)
[0xb3c08950] pulse audio output warning: too early by 365987 us
[0xb3c08950] pulse audio output debug: changed sample rate to 47954 Hz
[0xb3c08950] pulse audio output debug: started
[0xb3c08950] pulse audio output warning: too early by 364003 us
[0xb3c08950] pulse audio output debug: changed sample rate to 47908 Hz
[0xb3c08950] pulse audio output debug: listing sink alsa_output.pci-0000_00_1b.0.analog-stereo (0): Built-in Audio Analog Stereo
[0xb3c08950] pulse audio output warning: too early by 362654 us
[0xb3c08950] pulse audio output debug: changed sample rate to 47862 Hz
[0xb3c08950] pulse audio output warning: too early by 361281 us
[0xb3c08950] pulse audio output debug: changed sample rate to 47816 Hz
[0xb3c08950] pulse audio output warning: too early by 359407 us
[0xb3c08950] pulse audio output debug: changed sample rate to 47770 Hz
[0xb3c08950] pulse audio output warning: too early by 357839 us
[0xb3c08950] pulse audio output debug: changed sample rate to 47724 Hz
[0xb3c08950] pulse audio output warning: too early by 356767 us
[0xb3c08950] pulse audio output debug: changed sample rate to 47678 Hz
[0xb3c08950] pulse audio output warning: too early by 355019 us
[0xb3c08950] pulse audio output debug: changed sample rate to 47632 Hz
[0xb3c08950] pulse audio output warning: too early by 354214 us
[0xb3c08950] pulse audio output debug: changed sample rate to 47586 Hz
[0xb3c08950] pulse audio output warning: too early by 347095 us
[0xb3c08950] pulse audio output debug: changed sample rate to 47540 Hz
[0xb3c08950] pulse audio output warning: too early by 331480 us
[0xb3c08950] pulse audio output debug: changed sample rate to 47494 Hz
[0xb3c08950] pulse audio output warning: too early by 314042 us
[0xb3c08950] pulse audio output debug: changed sample rate to 47469 Hz
[0xb6c04a58] gnutls tls client debug: GnuTLS deinitialized
[0xb6c175a8] ts demux debug: eof ?
[0xb6e005f0] main input debug: EOF reached
[0xb6e005f0] main input debug: waiting decoder fifos to empty
[0xb6e005f0] main input debug: waiting decoder fifos to empty
[0xb6e005f0] main input debug: waiting decoder fifos to empty
[0xb6e005f0] main input debug: waiting decoder fifos to empty
[0xb6e005f0] main input debug: waiting decoder fifos to empty
[0xb6e005f0] main input debug: waiting decoder fifos to empty
[0xb6e005f0] main input debug: waiting decoder fifos to empty
[0xb6e005f0] main input debug: waiting decoder fifos to empty
[0xb6e005f0] main input debug: waiting decoder fifos to empty
[0xb6e005f0] main input debug: waiting decoder fifos to empty
[0xb6e005f0] main input debug: waiting decoder fifos to empty
[0xb6e005f0] main input debug: waiting decoder fifos to empty
[0xb6e005f0] main input debug: waiting decoder fifos to empty
[0xb3c08950] pulse audio output warning: underflow
[0xb3c08950] pulse audio output debug: nothing to play
[0xb3c08950] pulse audio output debug: nothing to play
[0xb3c08950] pulse audio output debug: nothing to play
[0xb3c08950] pulse audio output debug: listing sink alsa_output.pci-0000_00_1b.0.analog-stereo (0): Built-in Audio Analog Stereo
[0xb3c08950] pulse audio output debug: nothing to play
[0xb3c08950] pulse audio output debug: nothing to play
[0xb6e005f0] main input debug: waiting decoder fifos to empty
[0xb3c08950] pulse audio output debug: nothing to play
[0xb3c08950] pulse audio output debug: nothing to play
[0xb6e005f0] main input debug: waiting decoder fifos to empty
[0xb6e005f0] main input debug: waiting decoder fifos to empty
[0xb3c08950] pulse audio output debug: nothing to play
[0xa086b60] main playlist debug: finished input
[0xb6c00b98] main access debug: waitpipe: object killed
[0xb6c17ab8] main decoder debug: removing module "avcodec"
[0xb6c17ab8] avcodec decoder debug: ffmpeg codec (MPEG AAC Audio) stopped
[0xb6c17ab8] main decoder debug: killing decoder fourcc `mp4a', 0 PES in FIFO
[0xb3c13690] main audio filter debug: removing module "audio_format"
[0xb3c0faa0] main audio filter debug: removing module "scaletempo"
[0xb3c139b8] main audio filter debug: removing module "samplerate"
[0xb3c08950] main audio output debug: removing module "pulse"
[0xb3c09db0] main audio filter debug: removing module "audio_format"
[0xb3c0f5a0] main mixer debug: removing module "float32_mixer"
[0xa086b60] main playlist debug: releasing audio output
[0xb6c2c750] main packetizer debug: removing module "packetizer_mpeg4audio"
[0xb6c175a8] main demux debug: removing module "ts"
[0xb6c175a8] ts demux debug: pid list:
[0xb6c175a8] ts demux debug: - pid[0] seen
[0xb6c175a8] ts demux debug: - pid[66] seen
[0xb6e005f0] main input debug: Program doesn't contain anymore ES
[0xb6c175a8] ts demux debug: - pid[68] seen
[0xb6c175a8] ts demux debug: - pid[8191] seen
[0xb6c17498] main stream debug: removing module "stream_filter_record"
[0xb6c00b98] main access debug: removing module "access_http"
[0xa086b60] main playlist debug: dead input
[0xa086b60] main playlist debug: changing item without a request (current 0/1)
[0xa086b60] main playlist debug: nothing to play
^C[0x9ff5908] main libvlc debug: deactivating the playlist
[0xa086b60] main playlist debug: deactivating the playlist
[0xa0887e8] main playlist export debug: saving Bibliothèque to file /home/henz/.local/share/vlc/ml.xspf
[0xa0887e8] main playlist export debug: looking for playlist export module: 1 candidate
[0xa0887e8] main playlist export debug: using playlist export module "export"
[0xa0887e8] main playlist export debug: TIMER module_need() : 0.510 ms - Total 0.510 ms / 1 intvls (Avg 0.510 ms)
[0xa0887e8] main playlist export debug: removing module "export"
[0xa086b60] main playlist debug: playlist correctly deactivated
[0x9ff5908] main libvlc debug: removing all services discovery tasks
[0x9ff5908] main libvlc debug: removing all interfaces
[0x9ff5908] main libvlc debug: exiting
[0xa09c810] main interface debug: removing module "dummy"
[0xa088a28] main interface debug: removing module "globalhotkeys"
[0xa087e58] main interface debug: removing module "inhibit"
[0xb6e005f0] main input debug: TIMER input launching for 'https://localhost:8080/test1' : 1113.769 ms - Total 1113.769 ms / 1 intvls (Avg 1113.769 ms)
[0xa08d438] main interface debug: removing module "hotkeys"
[0xa086b60] main playlist debug: destroying
[0x9ff5908] main libvlc debug: TIMER ML Load : Total 8.743 ms / 1 intvls (Avg 8.743 ms)
[0x9ff5908] main libvlc debug: TIMER Items array build : Total 0.168 ms / 2 intvls (Avg 0.084 ms)
[0x9ff5908] main libvlc debug: TIMER ML Dump : Total 0.816 ms / 1 intvls (Avg 0.816 ms)
[0x9ff5908] main libvlc debug: removing stats
[0x9ff5908] main libvlc debug: removing module "memcpymmxext"