I've VLC version 0.8.6c Janus compiled on FreeBSD (by ports) with the following configuration:
Code: Select all
$ ./configure --enable-ffmpeg --with-ffmpeg=/usr/local --with-libiconv-prefix=/usr/local --with-libintl-prefix=/usr/local --with-ffmpeg-zlib --disable-gnome --disable-gtk --without-libintl-prefix --without-dv-raw1394 --disable-dv --enable-shared --enable-shared-pp --enable-pp --enable-gpl --enable-gnomevfs --enable-skins2 --enable-loader --enable-wxwidgets --enable-hal --enable-arts --enable-bonjour --enable-vcd --enable-libcddb --disable-cddax --enable-cdda --enable-cddax --enable-corba --enable-dvbpsi --with-dvbpsi=/usr/local --enable-dvdnav --disable-dvdread --enable-esd --with-ffmpeg-faac --enable-faad --enable-flac --enable-fribidi --enable-aa --disable-dirac --enable-x264 --enable-caca --enable-daap --enable-dts --disable-ggi --enable-mp3lame --enable-mkv --enable-a52 --enable-libmpeg2 --enable-real --enable-realrtsp --enable-shout --enable-theora --enable-live555 --with-live555-tree=/usr/local/live --enable-mad --with-mad=/usr/local --enable-mod --enable-mpc --enable-ogg --enable-ncurses --disable-galaktos --enable-smb --enable-sdl --enable-gnutls --enable-speex --enable-svg --enable-svgalib --disable-tremor --enable-twolame --enable-vorbis --disable-xosd --enable-release --enable-release --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd5.5
Code: Select all
$ vlc --intf dummy "${URL}" --sout '#transcode{vcodec=mp4v,vb=384,scale=1,acodec=mp3,ab=96,channels=2}:standard{access=http,mux=asf,dst=:1234}'
Code: Select all
VLC media player 0.8.6c Janus
[00000293] dummy interface: using the dummy interface module...
[00000310] main private error: no sout access module matched "http"
[00000308] stream_out_standard private error: no suitable sout access module for `http/asf://:1234'
[00000305] stream_out_transcode private error: cannot create chain
[00000304] main stream output error: stream chain failed for `transcode{vcodec=mp4v,vb=384,scale=1,acodec=mp3,ab=96,channels=2}:standard{access=http,mux=asf,dst=:1234}'
[00000302] main input error: cannot start stream output instance, aborting
[00000287] main playlist: nothing to play
I've built vlc with httpd support... or not?
Many Thanks for you help!