I am trying to find out, from VLC's debug messages, when exactly does VLC consider that a user requested a video and when actually the playback starts.
People with experience on this, could you please verify that this :
would be the time when a user requested something for streaming and this[0x235e9f8] main playlist debug: adding item `http://www-itec.uni-klu.ac.at/ftp/datas ... s_720p.mpd'
when VLC has buffered the appropriate content and is starting playback?[0x7f1550c28d58] main decoder debug: Received first picture
I cannot see another clear debug message for the time VLC starts requesting a content until it starts playing it back.. any ideas?