Afterwards i instaleld vlc on my debian (sarge) box from the debian archive. Started it with
Code:
vlc --extraintf=http
became following output at first
Code: Alles auswählen
VLC media player 0.8.1 Janus
libhal.c 767 : org.freedesktop.DBus.Error.ServiceDoesNotExist raised
"Service "org.freedesktop.Hal" does not exist"
[00000233] main interface: creating httpd
[00000239] skins2 interface error: Cannot open display
[00000239] skins2 interface error: Cannot initialize OSFactory
Remote control interface initialised, `h' for help
Starting the dbox movieplayer wit hthe settings described in the howto i get the browser. I can browse to a moviefile but when selected it doesn't start the stream but only says "conneting to streaming server".
I have following log from vlc (only the interesting bits and bytes).
Code: Alles auswählen
received new request
- proto=HTTP
- version=1
- msg=3
- url=/admin/dboxfiles.html
- option name='Authorization' value='Basic YWRtaW46YWRtaW4='
- option name='Host' value='192.168.0.1:8080'
- option name='Pragma' value='no-cache'
- option name='Accept' value='image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*'
mvar_FileSetNew: name=`file' dir=`/var/ftp/movies/DiVX'
sending answer
HTTP/1.1 200 OK
Content-type: text/html
Cache-Control: no-cache
Content-Length: 978
peek=GET
received new request=GET /?control=empty HTTP/1.1
Host: 192.168.0.1:8080
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
received new request
- proto=HTTP
- version=1
- msg=3
- url=/
- option name='Host' value='192.168.0.1:8080'
- option name='Pragma' value='no-cache'
- option name='Accept' value='image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*'
mvar_PlaylistSetNew: name=`pl'
sending answer
HTTP/1.1 200 OK
Content-type: text/html
Cache-Control: no-cache
Content-Length: 6070
peek=GET
received new request=GET /?control=add&mrl=%2Fvar%2Fftp%2Fmovies%2FDiVX%2FKeeping%20the%20Faith%20%5BEnglish%20%2D%20Divx4%2E12%20DVDRip%20544x288%5D%2Eavi HTTP/1.1
Host: 192.168.0.1:8080
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
received new request
- proto=HTTP
- version=1
- msg=3
- url=/
- option name='Host' value='192.168.0.1:8080'
- option name='Pragma' value='no-cache'
- option name='Accept' value='image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*'
mvar_PlaylistSetNew: name=`pl'
sending answer
HTTP/1.1 200 OK
Content-type: text/html
Cache-Control: no-cache
Content-Length: 6378
peek=GET
received new request=GET /?sout=%23transcode%7Bvcodec%3Dmp2v%2Cvb%3D1000%2Cwidth%3D480%2Cheight%3D576%2Cacodec%3Dmpga%2Cab%3D192%2Cchannels%3D2%7D%3Aduplicate%7Bdst%3Dstd%7Baccess%3Dhttp%2Cmux%3Dts%2Curl%3D%3A8080%2Fdboxstream%7D%7D HTTP/1.1
Host: 192.168.0.1:8080
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
received new request
- proto=HTTP
- version=1
- msg=3
- url=/
- option name='Host' value='192.168.0.1:8080'
- option name='Pragma' value='no-cache'
- option name='Accept' value='image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*'
mvar_PlaylistSetNew: name=`pl'
sending answer
HTTP/1.1 200 OK
Content-type: text/html
Cache-Control: no-cache
Content-Length: 6520
peek=GET
received new request=GET /?control=play&item=0 HTTP/1.1
Host: 192.168.0.1:8080
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
received new request
- proto=HTTP
- version=1
- msg=3
- url=/
- option name='Host' value='192.168.0.1:8080'
- option name='Pragma' value='no-cache'
- option name='Accept' value='image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*'
mvar_PlaylistSetNew: name=`pl'
[00000252] main private error: cannot bind socket
[00000252] main private error: cannot bind socket
[00000252] access_output_http private error: cannot listen on :8080
[00000250] stream_out_standard private error: no suitable sout access module for `http/ts://:8080/dboxstream'
[00000248] stream_out_duplicate private error: no destination given
signal 2 received, terminating vlc - do it again in case it gets stuck
[00000245] stream_out_transcode private error: cannot create chain
[00000244] main stream output error: stream chained failed for `transcode{vcodec=mp2v,vb=1000,width=480,height=576,acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=http,mux=ts,url=:8080/dboxstream}}'
[00000243] main input error: cannot start stream output instance, aborting
sending answer
HTTP/1.1 200 OK
Content-type: text/html
Cache-Control: no-cache
Content-Length: 6633
peek=GET
received new request=GET /dboxstream HTTP/1.0
received new request
- proto=HTTP
- version=0
- msg=3
- url=/dboxstream
sending answer
HTTP/1.0 404 Not found
Content-Length: 187
Do i need to downgrade VLC maybe?
Any help would be highly appreciated.