I'm trying to bring a Windows Media (.asx) stream into VLC to be transcoded/broadcasted out as RTSP over the internet, accessible from another VLC client elsewhere.
I've only been able to make it work from a PC without a router (plugged straight into the modem) over the internet, and then back to that same PC. It seems routers get in the way anywhere else I try it.
Here's the debug output I get when I try to access it from another PC through a router:
Code: Select all
main debug: adding item `rtsp://<ip address>:554/' ( rtsp://<ip address>:554/ )
qt4 debug: Adding a new MRL to recent ones: rtsp://<ip address>:554/
main debug: processing request item: rtsp://<ip address>:554/, node: null, skip: 0
main debug: rebuilding array of current - root Playlist
main debug: rebuild done - 1 items, index 0
main debug: starting playback of the new playlist item
main debug: resyncing on rtsp://<ip address>:554/
main debug: rtsp://<ip address>:554/ is at 0
main debug: creating new input thread
main debug: Creating an input for 'rtsp://<ip address>:554/'
main debug: meta ok for (null), need to fetch art
main debug: looking for meta fetcher module matching "any": 1 candidates
main debug: using timeshift granularity of 50 MiB, in path 'C:\Users\<NAME>~1\AppData\Local\Temp'
main debug: `rtsp://<ip address>:554/' gives access `rtsp' demux `' path `<ip address>:554/'
main debug: creating demux: access='rtsp' demux='' location='<ip address>:554/' file='\\<ip address>:554\'
main debug: looking for access_demux module matching "rtsp": 12 candidates
live555 debug: version 2012.12.18
lua debug: Trying Lua scripts in C:\Users\<name>\AppData\Roaming\vlc\lua\meta\fetcher
lua debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\fetcher
lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\fetcher\tvrage.luac
main debug: using meta fetcher module "lua"
main debug: removing module "lua"
main debug: searching art for rtsp://<ip address>:554/
main debug: looking for art finder module matching "any": 2 candidates
lua debug: Trying Lua scripts in C:\Users\<name>\AppData\Roaming\vlc\lua\meta\art
lua debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art
lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac
lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\01_googleimage.luac
lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac
lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\03_lastfm.luac
main debug: no art finder modules matched
main debug: art not found for rtsp://<ip address>:554/
qt4 debug: IM: Setting an input
live555 debug: RTP subsession 'video/H264'
main debug: selecting program id=0
live555 debug: setup start: 0.000000 stop:0.000000
live555 debug: We have a timeout of 60 seconds
live555 debug: spawned timeout thread
live555 debug: play start: 2408.468000 stop:0.000000
main debug: using access_demux module "live555"
main debug: looking for decoder module matching "any": 39 candidates
avcodec debug: trying to use direct rendering
avcodec debug: allowing 4 thread(s) for decoding
avcodec debug: avcodec codec (H264 - MPEG-4 AVC (part 10)) started
avcodec debug: using frame thread mode with 4 threads
main debug: using decoder module "avcodec"
main debug: looking for packetizer module matching "any": 21 candidates
packetizer_h264 debug: found NAL_SPS (sps_id=0)
packetizer_h264 debug: found NAL_PPS (pps_id=0 sps_id=0)
main debug: using packetizer module "packetizer_h264"
main debug: looking for meta reader module matching "any": 2 candidates
lua debug: Trying Lua scripts in C:\Users\<name>\AppData\Roaming\vlc\lua\meta\reader
lua debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\reader
lua debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\reader\filename.luac
main debug: no meta reader modules matched
main debug: `rtsp://<ip address>:554/' successfully opened
live555 error: no data received in 10s, aborting
main debug: EOF reached
main debug: repeating the same input (5)
main error: INPUT_CONTROL_SET_POSITION(_OFFSET) 0.0% failed
main debug: repeating the same input (4)
main error: INPUT_CONTROL_SET_POSITION(_OFFSET) 0.0% failed
main debug: repeating the same input (3)
main error: INPUT_CONTROL_SET_POSITION(_OFFSET) 0.0% failed
main debug: repeating the same input (2)
main error: INPUT_CONTROL_SET_POSITION(_OFFSET) 0.0% failed
main debug: repeating the same input (1)
main error: INPUT_CONTROL_SET_POSITION(_OFFSET) 0.0% failed
main debug: removing module "avcodec"
main debug: finished input
avcodec debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped
main debug: killing decoder fourcc `h264', 0 PES in FIFO
main debug: removing module "packetizer_h264"
main debug: removing module "live555"
main debug: Program doesn't contain anymore ES
main debug: dead input
main debug: changing item without a request (current 0/1)
main debug: nothing to play
qt4 debug: IM: Deleting the input