I heve the issue below:
I can't see video stream, when I tried to do this I have the error message below:
Code: Select all
main debug: adding item `http://www.rai.tv/mpplaymedia/0,,RaiTre-Parlaconme%5E6%5E183158,00.html' ( http://www.rai.tv/mpplaymedia/0,,RaiTre-Parlaconme%5E6%5E183158,00.html )
qt4 debug: Adding a new MRL to recent ones: http://www.rai.tv/mpplaymedia/0,,RaiTre-Parlaconme%5E6%5E183158,00.html
main debug: rebuilding array of current - root Playlist
main debug: rebuild done - 2 items, index 0
main debug: processing request item http://www.rai.tv/mpplaymedia/0,,RaiTre-Parlaconme%5E6%5E183158,00.html node null skip 0
main debug: resyncing on http://www.rai.tv/mpplaymedia/0,,RaiTre-Parlaconme%5E6%5E183158,00.html
main debug: http://www.rai.tv/mpplaymedia/0,,RaiTre-Parlaconme%5E6%5E183158,00.html is at 1
main debug: starting new item
main debug: creating new input thread
main debug: Creating an input for 'http://www.rai.tv/mpplaymedia/0,,RaiTre-Parlaconme%5E6%5E183158,00.html'
main debug: thread started
main debug: using timeshift granularity of 52428800 bytes
main debug: using timeshift path '/tmp'
main debug: `http://www.rai.tv/mpplaymedia/0,,RaiTre-Parlaconme%5E6%5E183158,00.html' gives access `http' demux `' path `www.rai.tv/mpplaymedia/0,,RaiTre-Parlaconme%5E6%5E183158,00.html'
main debug: creating demux: access='http' demux='' path='www.rai.tv/mpplaymedia/0,,RaiTre-Parlaconme%5E6%5E183158,00.html'
main debug: looking for access_demux module: 0 candidates
main debug: no access_demux module matched "http"
main debug: TIMER module_need() : 0.347 ms - Total 0.347 ms / 1 intvls (Avg 0.347 ms)
main debug: creating access 'http' path='www.rai.tv/mpplaymedia/0,,RaiTre-Parlaconme%5E6%5E183158,00.html'
main debug: looking for access module: 2 candidates
main debug: thread (input) created at priority 10 (input/input.c:364)
qt4 debug: IM: Setting an input
access_http debug: asking libproxy about url 'http://www.rai.tv/mpplaymedia/0,,RaiTre-Parlaconme%5E6%5E183158,00.html'
access_http debug: libproxy suggest to use 'direct://'
access_http debug: http: server='www.rai.tv' port=80 file='/mpplaymedia/0,,RaiTre-Parlaconme%5E6%5E183158,00.html
main debug: net: connecting to www.rai.tv port 80
main debug: connection: Operation now in progress
main debug: connection succeeded (socket = 18)
access_http debug: protocol 'HTTP' answer code 200
access_http debug: Server: Netscape-Enterprise/6.0
access_http debug: Content-Type: text/html
access_http debug: Transfer-Encoding: chunked
main debug: using access module "access_http"
main debug: TIMER module_need() : 10964.594 ms - Total 10964.594 ms / 1 intvls (Avg 10964.593 ms)
main debug: Using AStream*Stream
main debug: pre buffering
main debug: received first data after 0 ms
main debug: pre-buffering done 1024 bytes in 0s - 7575 kbytes/s
main debug: looking for stream_filter module: 3 candidates
main debug: TIMER module_need() : 0.281 ms - Total 0.281 ms / 1 intvls (Avg 0.281 ms)
main debug: looking for stream_filter module: 1 candidate
main debug: using stream_filter module "stream_filter_record"
main debug: TIMER module_need() : 0.607 ms - Total 0.607 ms / 1 intvls (Avg 0.607 ms)
main debug: creating demux: access='http' demux='' path='www.rai.tv/mpplaymedia/0,,RaiTre-Parlaconme%5E6%5E183158,00.html'
main debug: looking for demux module: 46 candidates
ts warning: TS module discarded (lost sync)
avformat debug: couldn't guess format
lua debug: Trying Lua scripts in /home/paolo/.local/share/vlc/lua/playlist
lua debug: Trying Lua scripts in /usr/share/vlc/lua/playlist
lua debug: Trying Lua playlist script /usr/share/vlc/lua/playlist/appletrailers.lua
lua debug: Trying Lua playlist script /usr/share/vlc/lua/playlist/break.lua
lua debug: Trying Lua playlist script /usr/share/vlc/lua/playlist/dailymotion.lua
lua debug: Trying Lua playlist script /usr/share/vlc/lua/playlist/france2.lua
lua debug: Trying Lua playlist script /usr/share/vlc/lua/playlist/googlevideo.lua
lua debug: Trying Lua playlist script /usr/share/vlc/lua/playlist/joox.lua
lua debug: Trying Lua playlist script /usr/share/vlc/lua/playlist/lelombrik.lua
lua debug: Trying Lua playlist script /usr/share/vlc/lua/playlist/megavideo.lua
lua debug: Trying Lua playlist script /usr/share/vlc/lua/playlist/metacafe.lua
lua debug: Trying Lua playlist script /usr/share/vlc/lua/playlist/youtube.lua
lua debug: Trying Lua playlist script /usr/share/vlc/lua/playlist/youtube_homepage.lua
ps warning: this does not look like an MPEG PS stream, continuing anyway
main debug: using demux module "ps"
main debug: TIMER module_need() : 113.512 ms - Total 113.512 ms / 1 intvls (Avg 113.512 ms)
main debug: `http://www.rai.tv/mpplaymedia/0,,RaiTre-Parlaconme%5E6%5E183158,00.html' successfully opened
ps warning: garbage at input, trying to resync...
main debug: EOF reached
main debug: finished input
main debug: waitpipe: object killed
main debug: removing module "ps"
main debug: removing module "stream_filter_record"
main debug: removing module "access_http"
main debug: dead input
main debug: thread ended
main debug: changing item without a request (current 1/2)
main debug: nothing to play
qt4 debug: IM: Deleting the input
main debug: TIMER input launching for 'http://www.rai.tv/mpplaymedia/0,,RaiTre-Parlaconme%5E6%5E183158,00.html' : 11101.299 ms - Total 11101.299 ms / 1 intvls (Avg 11101.298 ms)
Have you some idea?
Thanks very much!!!