PDA

View Full Version : Webinterface & internet streaming..



oldfart
26-03-2009, 09:16 PM
I have tried to stream from the DM accross the internet using the webcontrol (webif).
When the icon (tv picture - stream) on the right is clicked on, a stream.m3u file is sent.
Load that file into an early version of VLC (later ones don't work according to the VLC forum) with EXTVLCOPT

here is the content of the file:-

#EXTM3U
#EXTVLCOPT--http-reconnect=true
http://w.x.y.z:8001/1:0:1:CBC4:8FE:2:11C0000:0:0:0:

VLC tries to respond, but fails to find a stream:-


main debug: adding playlist item `C:\Do***ents and Settings\John 2\Desktop\stream.m3u' ( C:\Do***ents and Settings\John 2\Desktop\stream.m3u )
main debug: creating new input thread
main debug: waiting for thread completion
main debug: thread 4040 (input) created at priority 1 (input/input.c:265)
main debug: drive letter C: found in source
main debug: `C:\Do***ents and Settings\John 2\Desktop\stream.m3u' gives access `' demux `' path `C:\Do***ents and Settings\John 2\Desktop\stream.m3u'
main debug: creating demux: access='' demux='' path='C:\Do***ents and Settings\John 2\Desktop\stream.m3u'
main debug: looking for access_demux module: 1 candidate
main debug: creating access '' path='C:\Do***ents and Settings\John 2\Desktop\stream.m3u'
main debug: looking for access2 module: 5 candidates
vcd debug: trying .cue file: C:\Do***ents and Settings\John 2\Desktop\stream.cue
vcd debug: could not find .cue file
access_file debug: opening file `C:\Do***ents and Settings\John 2\Desktop\stream.m3u'
main debug: using access2 module "access_file"
main debug: pre-buffering...
main debug: received first data for our buffer
main debug: creating demux: access='' demux='' path='C:\Do***ents and Settings\John 2\Desktop\stream.m3u'
main debug: looking for demux2 module: 45 candidates
playlist debug: found valid M3U playlist file
main debug: using demux2 module "playlist"
main debug: looking for a subtitle file in C:\Do***ents and Settings\John 2\Desktop\
main debug: `C:\Do***ents and Settings\John 2\Desktop\stream.m3u' successfully opened
playlist debug: starting playlist playback
main debug: adding playlist item `http://w.x.y.z:8001/1:0:1:CBC4:8FE:2:11C0000:0:0:0:' ( http://w.x.y.z:8001/1:0:1:CBC4:8FE:2:11C0000:0:0:0: )
main debug: EOF reached
main debug: closing input
main debug: removing module "playlist"
main debug: removing module "access_file"
main debug: thread times: real 0m0.109375s, kernel 0m0.000000s, user 0m0.000000s
main debug: thread 4040 joined (input/input.c:412)
main debug: creating new input thread
main debug: waiting for thread completion
main debug: thread 4040 (input) created at priority 1 (input/input.c:265)
main debug: `http://w.x.y.z:8001/1:0:1:CBC4:8FE:2:11C0000:0:0:0:' gives access `http' demux `' path `w.x.y.z:8001/1:0:1:CBC4:8FE:2:11C0000:0:0:0:'
main debug: creating demux: access='http' demux='' path='w.x.y.z:8001/1:0:1:CBC4:8FE:2:11C0000:0:0:0:'
main debug: looking for access_demux module: 0 candidates
main warning: no access_demux module matched "http"
main debug: creating access 'http' path='w.x.y.z:8001/1:0:1:CBC4:8FE:2:11C0000:0:0:0:'
main debug: looking for access2 module: 7 candidates
access_http debug: http: server='w.x.y.z' port=8001 file='/1:0:1:CBC4:8FE:2:11C0000:0:0:0:
main debug: net: connecting to w.x.y.z port 8001
main debug: connection in progress
access_http debug: protocol 'HTTP' answer code 401
access_http debug: authentication failed
access_http debug: retrying with user=root, pwd=dreambox
main debug: net: connecting to w.x.y.z port 8001
main debug: connection in progress
access_http debug: protocol 'HTTP' answer code 200
access_http debug: Content-Type: video/mpeg
access_http debug: Server: stream_enigma2
main debug: using access2 module "access_http"
main debug: pre-buffering...
main debug: received first data for our buffer
main debug: pre-buffering done 2784 bytes in 0s - 9 kbytes/s
main debug: creating demux: access='http' demux='' path='w.x.y.z:8001/1:0:1:CBC4:8FE:2:11C0000:0:0:0:'
main debug: looking for demux2 module: 45 candidates
main debug: using demux2 module "ts"
main debug: looking for a subtitle file in C:\Do***ents and Settings\John 2\Desktop\
ts debug: DEMUX_SET_GROUP 0 00000000
main debug: `http://w.x.y.z:8001/1:0:1:CBC4:8FE:2:11C0000:0:0:0:' successfully opened
ts debug: pid[2346] unknown
ts debug: pid[2306] unknown
ts debug: pid[2347] unknown
ts debug: PATCallBack called
ts debug: new PAT ts_id=2302 version=4 current_next=1
ts debug: * number=0 pid=16
ts debug: * number=52116 pid=261
ts debug: * number=52118 pid=262
ts debug: * number=52120 pid=269
ts debug: * number=52121 pid=272
ts debug: * number=52122 pid=257
ts debug: * number=52123 pid=258
ts debug: * number=52124 pid=259
ts debug: * number=52158 pid=266
ts debug: * number=52159 pid=256
ts debug: * number=52162 pid=263
ts debug: * number=52163 pid=264
ts debug: * number=52164 pid=265
ts debug: * number=52165 pid=267
ts debug: * number=52166 pid=271
ts debug: eof ?
main debug: EOF reached
main debug: closing input
ts debug: pid list:
ts debug: - pid[0] seen
ts debug: - pid[2306] seen
ts debug: - pid[2346] seen
ts debug: - pid[2347] seen
ts debug: - pid[8191] seen
main debug: removing module "ts"
main debug: removing module "access_http"
main debug: thread times: real 0m19.890625s, kernel 0m0.000000s, user 0m0.015625s
main debug: thread 4040 joined (input/input.c:412)
main: nothing to play

any ideas??