http://username:password@74.25.63.11:8020/hello.nsv
This is easily accessible by pasting that URL in my web browser.
However I am getting errors within VLC.
What can I do? This is my .vlm that I load:
Code: Select all
new channel1 broadcast enabled
setup channel1 input http://username:password@74.25.63.11:8020/hello.nsv
setup channel1 output #standard{mux=ts,access=udp,dst=74.102.255.10,sap,name="Channel 1"}
and this is the output I get when I load the .vlm
Code: Select all
main debug: 1 addresses, 1 sessions
main debug: using sout stream module "stream_out_standard"
main debug: `http://http://username:password@74.25.63.11:8020/hello.nsv' gives access `http' demux `' path `http://username:password@74.25.63.11:8020/hello.nsv'
main debug: creating demux: access='http' demux='' path='http://username:password@74.25.63.11:8020/hello.nsv'
main debug: looking for access_demux module: 0 candidates
main warning: no access_demux module matched "http"
main debug: creating access 'http' path='http://username:password@74.25.63.11:8020/hello.nsv'
main debug: looking for access2 module: 7 candidates
access_http debug: http: server='74.25.63.11' port=8020 file='/hello.nsv
access_http debug: user='username', pwd='password'
main debug: net: connecting to 74.25.63.11 port 8020
main debug: connection in progress
access_http debug: protocol 'HTTP' answer code 401
access_http debug: authentication failed
main debug: net: connecting to 74.25.63.11 port 8020
main debug: connection in progress
access_mms error: error: HTTP/1.0 401 Authentication Required
vcd debug: trying .cue file: username:password.cue
vcd debug: could not find .cue file
access_file warning: http://username:password@74.25.63.11:8020/hello.nsv: No such file or directory
cdda debug: trying .cue file: username:password@74.25.63.11:8020/hello.cue
cdda debug: could not find .cue file
cdda warning: could not open http://username:password@74.25.63.11:8020/hello.nsv
main warning: no access2 module matching "http" could be loaded
main error: no suitable access module for `http://http://username:password@74.25.63.11:8020/hello.nsv'
main debug: destroying chain... (name=standard)
main debug: unregistering announce
main debug: removing SAP announce 00B902E8
main debug: 0 announcements remaining
main debug: removing module "mux_ts"
access_output_udp debug: packet has been sent too late (50536188531)
main debug: thread times: real 0m1.390625s, kernel 0m0.000000s, user 0m0.000000s
main debug: thread 4480 joined (udp.c:316)
access_output_udp debug: udp access output closed
main debug: removing module "access_output_udp"
main debug: removing module "stream_out_standard"
main debug: destroying chain done
main debug: thread times: real 0m1.546875s, kernel 0m0.015625s, user 0m0.000000s
main debug: thread 4384 joined (input/input.c:412)