Page 1 of 1

vlc 0.8.4a with dbox2 movieplayer problem

Posted: 14 May 2006 18:01
by z421
hello!

at the moment i'm trying to get the vlc with the movieplayer from the dbox2 neutrino running. i configured vlc how described on wiki.tuxbox.org/VLC.
under windows with the same vlc version and same configuration, the movieplayer works, but under linux (debian and ubuntu) i've troubles to get it running.

the movieplayer of the dbox hangs on "buffering", browsing the directory's works.
when the dbox stands on "buffering" in the webinterface of vlc the file i want to play, is displaed in the playlist.


at the console where i started vlc i get the following output:

Code: Select all

z421@winnie:~$ vlc --extraintf=http --http-host :8080 --sout-transcode-fps 25.0000 VLC media player 0.8.4 Janus [00000261] main interface: creating httpd [00000278] access_output_http private error: failed to create avahi client: An unexpected DBUS error occured [00000276] stream_out_standard private error: no suitable sout access module for `http/ts://:8080/dboxstream' [00000274] stream_out_duplicate private error: no destination given [00000273] main stream output error: stream chained failed for `duplicate{dst=std{access=http,mux=ts,url=:8080/dboxstream}}' [00000272] main input error: cannot start stream output instance, aborting [00000259] main playlist: nothing to play [00000259] main playlist: stopping playback [00000287] access_output_http private error: cannot add stream /dboxstream [00000286] stream_out_standard private error: no suitable sout access module for `http/ts://:8080/dboxstream' [00000285] stream_out_duplicate private error: no destination given [00000282] stream_out_transcode private error: cannot create chain [00000281] main stream output error: stream chained failed for `transcode{vcodec=mpgv,vb=1000,width=352,height=288,fps=25,acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=http,mux=ts,url=:8080/dboxstream}}' [00000280] main input error: cannot start stream output instance, aborting [00000294] access_output_http private error: cannot add stream /dboxstream [00000293] stream_out_standard private error: no suitable sout access module for `http/ts://:8080/dboxstream' [00000292] stream_out_duplicate private error: no destination given [00000290] stream_out_transcode private error: cannot create chain [00000289] main stream output error: stream chained failed for `transcode{vcodec=mpgv,vb=1000,width=352,height=288,fps=25,acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=http,mux=ts,url=:8080/dboxstream}}' [00000288] main input error: cannot start stream output instance, aborting [00000259] main playlist: nothing to play
can andybody read out something important from the log?
or, maybe has anyone got the vlc under linux running with the dbox2 movieplayer?

vlc version is 0.8.4a

thank you, for reading and/or helping!
mfg z421 :)

Posted: 15 May 2006 02:44
by SimonGales
At first glance, it looks like you didn't specify where you wanted to stream out to.

I'm not familiar enough with the streaming-out feature to help you more, but I'm sure you have to somehow specify the protocol & destination you want VLC to send the output stream to.

Check the WIKI at http://wiki.videolan.org.

Same Here

Posted: 02 Jun 2006 23:17
by dbrossard
Looks like this is a new bug. The command line option that I have used for months now no longer works with the latest version of VLC. Somone broke something. Here is the command line I was using:

vlc -vvv --logfile="/var/www/vlc-log.html" --logmode=html -I http --http-host :8081 FILENAME --sout='#transcode{vb=1024,scale=1,sfilter=marq}:duplicate{dst=std{access=http,mux=asf,url=:8080}}'

Fixed

Posted: 02 Jun 2006 23:44
by dbrossard
The fix I had to do was install the avahi daemon. I don't WANT to use the avahi daemon, but since I am using a binary rather than compiling myself, it is required.

On Ubuntu: apt-get install avahi-daemon

It might be nice to have a command line --ignore-avahi or something for those of us not using it.