I am just fooling around with VLC trying to get it to work. My problem is that I would like to stream from one machine to another. And I can't get it to work.
My setup is as follows:
Machine Alice:
IP: 192.168.0.196
x86 running linux (FC3) using a BT848 capture card and v4l.
Using the composit channel to capture from a camera.
VLC 0.8.1 installed
vlc v4l:/dev/video0:norm=ntsc:channel=1 works fine.
Machine Bob:
IP: 192.168.0.11
x86 running Win2K. VLC 0.8.1 installed
The idea is to send the stream (preferably mp4v, no audio) from Alice to Bob and happily watch it there on the VLC player. Later on I would like to use the http plugin.
I used command(1) but it didnt work. I got command-output(1) which indicated that there is no module transcode.
What am I doing wrong?
command(1)=
vlc -vvv --color v4l:/dev/video:norm=ntsc:size=sif:channel=1 --sout '#transcode{vcodec=mp4v,vb=1000,nenc=ffmpeg{keyint=80,hurry-up,vt=800000}}' 192.168.0.11:1234
command-output(1)=
VLC media player 0.8.1 Janus
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /root/.vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 185 modules
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000000] main root debug: VLC media player - version 0.8.1 Janus - (c) 1996-2004 VideoLAN
[00000000] main root debug: libvlc was configured with ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu --target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --enable-release --enable-vcd --enable-x11 --enable-xvideo --disable-qte --disable-directx --enable-fb --enable-dvdread --enable-dvdnav --enable-dvbpsi --enable-v4l --enable-ffmpeg --with-ffmpeg-tree=ffmpeg-20041113 --enable-flac --enable-theora --enable-mad --enable-faad --enable-aa --enable-caca --enable-dvb --enable-pvr --enable-livedotcom --with-livedotcom-tree=/usr/lib/live --enable-alsa --enable-esd --enable-arts --enable-fribidi --enable-freetype --enable-wxwindows --enable-ncurses --enable-lirc --enable-mozilla --enable-sdl --without-wingdi --enable-oss --disable-waveout --disable-familiar --disable-opie --disable-macosx --disable-qnx --disable-intfwin --disable-st --disable-testsuite --disable-mod
[00000001] main vlc debug: translation test: code is "C"
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /root/.vlc/cache/plugins-04041e.dat
[00000001] main vlc debug: recursively browsing `modules'
[00000001] main vlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main vlc debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 185 modules
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc debug: CPU has capabilities 486 586 MMX 3DNow! MMXEXT SSE FPU
[00000001] main vlc debug: looking for memcpy module
[00000001] main vlc debug: probing 4 candidates
[00000010] main module debug: using memcpy module "memcpymmxext"
[00000238] main playlist debug: creating group Normal with id 1 at position 0
[00000238] main playlist debug: waiting for thread completion
[00000238] main playlist debug: thread 26708912 (playlist) created at priority 0 (src/playlist/playlist.c:107)
[00000239] main interface debug: looking for interface module
[00000239] main interface debug: probing 1 candidate
[00000082] main module debug: using interface module "hotkeys"
[00000239] main interface debug: interface initialized
[00000239] main interface debug: thread 83397552 (interface) created at priority 0 (src/interface/interface.c:209)
[00000238] main playlist debug: adding playlist item `192.168.0.11:1234' ( 192.168.0.11:1234 )
[00000238] main playlist debug: adding playlist item `v4l:/dev/video:norm=ntsc:size=sif:channel=1' ( v4l:/dev/video:norm=ntsc:size=sif:channel=1 )
[00000241] main interface debug: looking for interface module
[00000241] main interface debug: probing 4 candidates
[00000241] skins2 interface error: Cannot open display
[00000241] skins2 interface error: Cannot initialize OSFactory
Remote control interface initialized, `h' for help
[00000077] main module debug: using interface module "rc"
[00000241] main interface debug: interface initialized
[00000238] main playlist debug: creating new input thread
[00000245] main input debug: waiting for thread completion
[00000245] main input debug: thread 46533552 (input) created at priority 0 (src/input/input.c:228)
[00000241] main interface debug: thread 57023408 (manager) created at priority 0 (src/interface/interface.c:194)
invalid options (empty)[00000246] main stream output debug: stream=`transcode'
[00000247] main private debug: looking for sout stream module
[00000247] main private debug: probing 1 candidate
[00000246] main stream output error: invalid chain
[00000247] stream_out_transcode private error: cannot create chain
[00000247] main private warning: no sout stream module matching "transcode" could be loaded
[00000247] main private debug: destroying chain... (name=transcode)
[00000247] main private debug: destroying chain done
[00000246] main stream output error: stream chained failed for `transcode{vcodec=mp4v,vb=1000,nenc=ffmpeg{keyint=80,hurry-up,vt=800000}'
[00000245] main input error: cannot start stream output instance, aborting
[00000245] main input debug: thread 46533552 joined (src/input/input.c:290)
[00000238] main playlist debug: creating new input thread
[00000250] main input debug: waiting for thread completion
[00000250] main input debug: thread 46533552 (input) created at priority 0 (src/input/input.c:228)
invalid options (empty)[00000251] main stream output debug: stream=`transcode'
[00000252] main private debug: looking for sout stream module
[00000252] main private debug: probing 1 candidate
[00000251] main stream output error: invalid chain
[00000252] stream_out_transcode private error: cannot create chain
[00000252] main private warning: no sout stream module matching "transcode" could be loaded
[00000252] main private debug: destroying chain... (name=transcode)
[00000252] main private debug: destroying chain done
[00000251] main stream output error: stream chained failed for `transcode{vcodec=mp4v,vb=1000,nenc=ffmpeg{keyint=80,hurry-up,vt=800000}'
[00000250] main input error: cannot start stream output instance, aborting
[00000250] main input debug: thread 46533552 joined (src/input/input.c:290)