terminal commandos (linux)

About encoding, codec settings, muxers and filter usage
m

terminal commandos (linux)

Postby m » 12 Mar 2006 17:08

i'm looking for the terminal commandos so i can start up a stream over ssh.
i found this
% vlc -vvv video1.xyz --sout udp:192.168.0.42 --ttl 12

but that doesn't work for me

michiel
Blank Cone
Blank Cone
Posts: 13
Joined: 01 Feb 2006 12:57

Postby michiel » 12 Mar 2006 17:45

i found out more things about streaming, but it still won't work:
michiel@michiel:/media/d$ vlc -vvv file.avi --sout '#standard{access=http,mux=ts,url=192.168.1.101:8080}'
VLC media player 0.8.4-svn20040920 Janus
[00000001] main vlc debug: opening config file /home/michiel/.vlc/vlcrc
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /home/michiel/.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 206 modules
[00000001] main vlc debug: opening config file /home/michiel/.vlc/vlcrc
[00000000] main root debug: VLC media player - version 0.8.4-svn20040920 Janus - (c) 1996-2005 the VideoLAN team
[00000000] main root debug: libvlc was configured with ./configure --mandir=/share/man --infodir=/share/info --enable-release --prefix=/usr --disable-gnome --disable-gtk --disable-familiar --disable-fb --enable-ggi --enable-sdl --enable-esd --disable-qt --enable-mad --enable-arts --enable-alsa --enable-lirc --enable-a52 --enable-aa --enable-dvbpsi --enable-xosd --enable-mozilla --disable-kde --enable-mp4 --enable-dvb --enable-dv --disable-satellite --enable-ogg --enable-vorbis --enable-wxwidgets --with-wx-config=wxgtk-2.4-config --disable-slp --enable-flac --disable-skins --disable-basic-skins --enable-skins2 --enable-freetype --disable-mkv --enable-v4l --enable-pvr --disable-speex --enable-caca --enable-livedotcom --enable-libmpeg2 --enable-dts --enable-fribidi --enable-cdio --enable-mod --enable-theora --enable-modplug --enable-dvdnav --enable-gnutls --enable-ncurses --enable-smb --disable-gnomevfs --enable-faad --with-faad-tree=extras/faad2 --enable-ffmpeg --with-ffmpeg-tree=extras/ffmpeg --enable-x264 --with-x264-tree=extras/x264 --enable-glide --enable-svgalib --enable-dvd
[00000001] main vlc debug: translation test: code is "nl"
[00000001] main vlc debug: opening config file /home/michiel/.vlc/vlcrc
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /home/michiel/.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 206 modules
[00000001] main vlc debug: opening config file /home/michiel/.vlc/vlcrc
[00000001] main vlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
[00000001] main vlc debug: looking for memcpy module: 3 candidates
[00000010] main module debug: using memcpy module "memcpymmxext"
[00000260] main playlist debug: waiting for thread completion
[00000260] main playlist debug: thread 3081730992 (playlist) created at priority 0 (src/playlist/playlist.c:183)
[00000261] main private debug: waiting for thread completion
[00000261] main private debug: thread 3073338288 (preparser) created at priority 0 (src/playlist/playlist.c:205)
[00000262] main interface debug: looking for interface module: 1 candidate
[00000137] main module debug: using interface module "hotkeys"
[00000262] main interface debug: interface initialized
[00000262] main interface debug: thread 3064925104 (interface) created at priority 0 (src/interface/interface.c:211)
[00000264] main interface debug: looking for interface module: 6 candidates
[00000182] main module debug: using interface module "screensaver"
[00000264] main interface debug: interface initialized
[00000264] main interface debug: thread 3056524208 (interface) created at priority 0 (src/interface/interface.c:211)
[00000260] main playlist debug: adding playlist item `file.avi' ( file.avi )
[00000266] main interface debug: looking for interface module: 5 candidates
[00000044] main module debug: using interface module "wxwidgets"
[00000266] main interface debug: interface initialized
[00000266] main interface debug: thread 3039419312 (manager) created at priority 0 (src/interface/interface.c:196)

Gtk-WARNING **: Kan module in module_path: "libindustrial.so" niet vinden,
[00000266] wxwidgets interface debug: Using last windows config '(-1,0,0,1024,768)(0,202,297,441,77)'
[00000266] wxwidgets interface debug: id=0 p=(202,297) s=(441,77)
[00000260] main playlist debug: nothing requested, starting
[00000260] main playlist debug: creating new input thread
[00000269] main input debug: waiting for thread completion
[00000270] main stream output debug: stream=`standard'
[00000271] main private debug: looking for sout stream module: 1 candidate
[00000269] main input debug: thread 3030797232 (input) created at priority 0 (src/input/input.c:230)
[00000271] main private debug: set sout option: sout-standard-access to http
[00000271] main private debug: set sout option: sout-standard-mux to ts
[00000271] main private debug: set sout option: sout-standard-url to 192.168.1.101:8080
[00000271] stream_out_standard private debug: creating `http/ts://192.168.1.101:8080'
[00000271] stream_out_standard private debug: extention is 101:8080
[00000271] stream_out_standard private debug: extention -> mux=(null)
[00000271] stream_out_standard private debug: using `http/ts://192.168.1.101:8080'
[00000273] main private debug: looking for sout access module: 1 candidate
[00000273] main private: creating httpd
[00000273] main private debug: net: listening to 192.168.1.101 port 8080
[00000276] main private debug: thread 3022388144 (httpd host thread) created at priority 0 (src/misc/httpd.c:1182)
[00000241] main module debug: using sout access module "access_output_http"
[00000271] stream_out_standard private debug: access opened
[00000277] main private debug: looking for sout mux module: 1 candidate
Segmentatie fout
michiel@michiel:/media/d$

michiel
Blank Cone
Blank Cone
Posts: 13
Joined: 01 Feb 2006 12:57

Postby michiel » 12 Mar 2006 18:00

i found out that it didn't work with ts, but it does with ps.
but when i write
vlc -vvv file.avi --sout '#standard{access=http,mux=ps,url=192.168.1.101:8080}'

i get sound but no picture.


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 34 guests