Moving from Slack 12.1 to 13.1

*nix specific usage questions
neckro
New Cone
New Cone
Posts: 6
Joined: 28 Mar 2010 21:00
Operating System: Windows / FreeBSD
Location: Romania / Medias
Contact:

Moving from Slack 12.1 to 13.1

Postby neckro » 14 Aug 2010 10:10

Hi, i had a streaming server installed on a Slackware 12.1 and now i have moved to a 13.1 . The running script is the same:

#!/bin/sh
exec 2>&1
exec /usr/bin/vlc -vvv -Idummy v4l:/dev/video0:norm=pal:size=320x240:channel=1:adev=/dev/audio --sout "#transcode{vcodec=WMV2,acodec=mp3,vb=128,scale=1,ab=64,channels=2,deinterlace,croptop=2}:std{access=mmsh,mux=asfh,dst=192.168.1.66:8080}"


root@stream:~/stream/camera1# ./run
VLC media player 1.1.2 The Luggage (revision exported)
[0x804caf4] main libvlc debug: VLC media player - 1.1.2 The Luggage
[0x804caf4] main libvlc debug: Copyright © 1996-2010 the VideoLAN team
[0x804caf4] main libvlc debug: revision exported
[0x804caf4] main libvlc debug: configured with ./configure '--without-x' '--disable-glx' '--disable-qt4' '--disable-skins2' '--disable-x11' '--disable-xvideo' '--disable-xosd' '--disable-xinerama' '--disable-dbus' '--disable-dbus-control' '--enable-run-as-root' '--disable-sdl' '--disable-opengl' '--disable-xcb' '--disable-freetype' '--disable-screen' '--disable-update-check' '--disable-gnome' '--disable-gtk' '--disable-familiar' '--disable-fb' '--enable-a52' '--disable-kde' '--enable-mp4' '--disable-satellite' '--enable-ogg' '--enable-vorbis' '--disable-slp' '--disable-skins' '--disable-basic-skins' '--enable-mkv' '--enable-speex' '--enable-libmpeg2' '--enable-ffmpeg' '--disable-gnomevfs' '--enable-x264' '--disable-zvbi' '--disable-atmo' '--enable-alsa' '--enable-v4l' '--enable-v4l2' '--enable-pvr' 'PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig'
[0x804caf4] main libvlc debug: translation test: code is "C"
[0x804caf4] main libvlc debug: checking plugin modules
[0x804caf4] main libvlc debug: loading plugins cache file /usr/local/lib/vlc/plugins/plugins-04041e-3e8.dat
[0x804caf4] main libvlc debug: recursively browsing `/usr/local/lib/vlc/plugins'
[0x804caf4] main libvlc warning: cannot load module `/usr/local/lib/vlc/plugins/gui/libqt4_plugin.so' (libEGL.so.1: cannot open shared object file: No such file or directory)
[0x804caf4] main libvlc debug: saving plugins cache /usr/local/lib/vlc/plugins/plugins-04041e-3e8.dat
[0x804caf4] main libvlc debug: module bank initialized (361 modules)
[0x804caf4] main libvlc debug: opening config file (/root/.config/vlc/vlcrc)
[0x804caf4] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 FPU
[0x804caf4] main libvlc debug: looking for memcpy module: 3 candidates
[0x804caf4] main libvlc debug: using memcpy module "memcpymmxext"
[0x80ed544] main input debug: Creating an input for 'Media Library'
[0x80ed544] main input debug: Input is a meta file: disabling unneeded options
[0x80ed544] main input debug: using timeshift granularity of 50 MiB
[0x80ed544] main input debug: using timeshift path '/tmp'
[0x80ed544] main input debug: `file/xspf-open:///root/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/root/.local/share/vlc/ml.xspf'
[0x80ed544] main input debug: creating demux: access='file' demux='xspf-open' path='/root/.local/share/vlc/ml.xspf'
[0x80d5a64] main demux debug: looking for access_demux module: 1 candidate
[0x80d5a64] main demux debug: no access_demux module matching "file" could be loaded
[0x80d5a64] main demux debug: TIMER module_need() : 0.252 ms - Total 0.252 ms / 1 intvls (Avg 0.252 ms)
[0x80ed544] main input debug: creating access 'file' path='/root/.local/share/vlc/ml.xspf'
[0x80d612c] main access debug: looking for access module: 2 candidates
[0x80d612c] filesystem access debug: opening file `/root/.local/share/vlc/ml.xspf'
[0x80d612c] main access debug: using access module "filesystem"
[0x80d612c] main access debug: TIMER module_need() : 0.339 ms - Total 0.339 ms / 1 intvls (Avg 0.339 ms)
[0x80d7ec4] main stream debug: Using AStream*Stream
[0x80d7ec4] main stream debug: pre buffering
[0x80d7ec4] main stream debug: received first data after 0 ms
[0x80d7ec4] main stream debug: pre-buffering done 296 bytes in 0s - 9635 KiB/s
[0x80d758c] main stream debug: looking for stream_filter module: 5 candidates
[0x80d758c] main stream debug: no stream_filter module matching "any" could be loaded
[0x80d758c] main stream debug: TIMER module_need() : 0.571 ms - Total 0.571 ms / 1 intvls (Avg 0.571 ms)
[0x80d758c] main stream debug: looking for stream_filter module: 1 candidate
[0x80d758c] main stream debug: using stream_filter module "stream_filter_record"
[0x80d758c] main stream debug: TIMER module_need() : 0.343 ms - Total 0.343 ms / 1 intvls (Avg 0.343 ms)
[0x80ed544] main input debug: creating demux: access='file' demux='xspf-open' path='/root/.local/share/vlc/ml.xspf'
[0x80d805c] main demux debug: looking for demux module: 1 candidate
[0x80d805c] playlist demux debug: using XSPF playlist reader
[0x80d805c] main demux debug: using demux module "playlist"
[0x80d805c] main demux debug: TIMER module_need() : 0.317 ms - Total 0.317 ms / 1 intvls (Avg 0.317 ms)
[0x80d9d6c] main demux meta debug: looking for meta reader module: 2 candidates
[0x80d9d6c] lua demux meta debug: Trying Lua scripts in /root/.local/share/vlc/lua/meta/reader
[0x80d9d6c] lua demux meta debug: Trying Lua scripts in /usr/local/lib/vlc/lua/meta/reader
[0x80d9d6c] lua demux meta debug: Trying Lua playlist script /usr/local/lib/vlc/lua/meta/reader/filename.luac
[0x80d9d6c] lua demux meta debug: Trying Lua scripts in /usr/local/share/vlc/lua/meta/reader
[0x80d9d6c] main demux meta debug: no meta reader module matching "any" could be loaded
[0x80d9d6c] main demux meta debug: TIMER module_need() : 8.241 ms - Total 8.241 ms / 1 intvls (Avg 8.241 ms)
[0x80ed544] main input debug: `file/xspf-open:///root/.local/share/vlc/ml.xspf' successfully opened
[0x80d9d6c] main xml debug: looking for xml module: 2 candidates
[0x80d9d6c] main xml debug: using xml module "xml"
[0x80d9d6c] main xml debug: TIMER module_need() : 0.796 ms - Total 0.796 ms / 1 intvls (Avg 0.796 ms)
[0x80d805c] playlist demux debug: parsed 0 tracks successfully
[0x80d9d6c] main xml debug: removing module "xml"
[0x80ed544] main input debug: EOF reached
[0x80d805c] main demux debug: removing module "playlist"
[0x80d758c] main stream debug: removing module "stream_filter_record"
[0x80d612c] main access debug: removing module "filesystem"
[0x80ed544] main input debug: TIMER input launching for 'Media Library' : 10.904 ms - Total 10.904 ms / 1 intvls (Avg 10.904 ms)
[0x80d9d6c] main interface debug: looking for interface module: 1 candidate
[0x80d9d6c] main interface debug: using interface module "hotkeys"
[0x80d9d6c] main interface debug: TIMER module_need() : 0.296 ms - Total 0.296 ms / 1 intvls (Avg 0.296 ms)
[0x80ec51c] main playlist debug: Activated
[0x80ec51c] main playlist debug: rebuilding array of current - root Playlist
[0x80ec51c] main playlist debug: rebuild done - 0 items, index -1
[0x80ec51c] main playlist debug: adding item `audio' ( file:///root/stream/camera1/v4l%3A/dev/video0%3Anorm%3Dpal%3Asize%3D320x240%3Achannel%3D1%3Aadev%3D/dev/audio )
[0x80d612c] main input debug: Creating an input for 'audio'
[0xb730089c] main interface debug: looking for interface module: 1 candidate
[0x80ec51c] main playlist debug: no fetch required for (null) (art currently (null))
[0xb730089c] main interface debug: using interface module "signals"
[0xb730089c] main interface debug: TIMER module_need() : 0.464 ms - Total 0.464 ms / 1 intvls (Avg 0.464 ms)
[0x80d612c] main interface debug: looking for interface module: 0 candidates
[0x80d612c] main interface debug: no interface module matched "globalhotkeys,none"
[0x80d612c] main interface debug: TIMER module_need() : 0.134 ms - Total 0.134 ms / 1 intvls (Avg 0.134 ms)
[0x80d612c] main interface error: no suitable interface module
[0x804caf4] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x80d805c] main interface debug: looking for interface module: 1 candidate
[0x80d805c] dummy interface: using the dummy interface module...
[0x80d805c] main interface debug: using interface module "dummy"
[0x80d805c] main interface debug: TIMER module_need() : 0.268 ms - Total 0.268 ms / 1 intvls (Avg 0.268 ms)
[0x80ec51c] main playlist debug: processing request item null node Playlist skip 0
[0x80ec51c] main playlist debug: rebuilding array of current - root Playlist
[0x80ec51c] main playlist debug: rebuild done - 1 items, index -1
[0x80ec51c] main playlist debug: starting new item
[0x80ec51c] main playlist debug: creating new input thread
[0x80ef314] main input debug: Creating an input for 'audio'
[0x80ef314] main input debug: thread (input) created at priority 10 (input/input.c:214)
[0x80ef314] main input debug: thread started
[0x80de85c] main stream output debug: using sout chain=`transcode{vcodec=WMV2,acodec=mp3,vb=128,scale=1,ab=64,channels=2,deinterlace,croptop=2}:std{access=mmsh,mux=asfh,dst=192.168.1.66:8080}'
[0x80de85c] main stream output debug: stream=`std'
[0x80debfc] main stream out debug: looking for sout stream module: 1 candidate
[0x80debfc] main stream out debug: set config option: sout-standard-access to mmsh
[0x80debfc] main stream out debug: set config option: sout-standard-mux to asfh
[0x80debfc] main stream out debug: set config option: sout-standard-dst to 192.168.1.66:8080
[0x80debfc] stream_out_standard stream out debug: creating `mmsh/asfh://192.168.1.66:8080'
[0x80debfc] stream_out_standard stream out debug: extension is 66:8080
[0x80debfc] stream_out_standard stream out debug: extension -> mux=(null)
[0x80debfc] stream_out_standard stream out debug: using `mmsh/asfh://192.168.1.66:8080'
[0x80dfff4] main access out debug: looking for sout access module: 1 candidate
[0x80dfff4] main access out: creating httpd
[0x80dfff4] main access out debug: net: listening to 192.168.1.66 port 8080
[0x80dfff4] main access out debug: using sout access module "access_output_http"
[0x80dfff4] main access out debug: TIMER module_need() : 0.470 ms - Total 0.470 ms / 1 intvls (Avg 0.470 ms)
[0x80debfc] stream_out_standard stream out debug: access opened
[0x80e22d4] main mux debug: looking for sout mux module: 1 candidate
[0x80e22d4] mux_asf mux debug: asf muxer opened
[0x80e22d4] mux_asf mux debug: creating asf stream to be used with mmsh
[0x80e22d4] mux_asf mux debug: Packet size 4096
[0x80e22d4] mux_asf mux debug: meta data: title='', author='', copyright='', comment='', rating=''
[0x80e22d4] main mux debug: using sout mux module "mux_asf"
[0x80e22d4] main mux debug: TIMER module_need() : 0.391 ms - Total 0.391 ms / 1 intvls (Avg 0.391 ms)
[0x80de85c] main stream output debug: muxer support adding stream at any time
[0x80de85c] main stream output debug: muxer prefers to wait for all ES before starting to mux
[0x80debfc] stream_out_standard stream out debug: mux opened
[0x80debfc] main stream out debug: using sout stream module "stream_out_standard"
[0x80debfc] main stream out debug: TIMER module_need() : 1.370 ms - Total 1.370 ms / 1 intvls (Avg 1.370 ms)
[0x80de85c] main stream output debug: stream=`transcode'
[0x80e1aa4] main stream out debug: looking for sout stream module: 1 candidate
[0x80e1aa4] main stream out debug: set config option: sout-transcode-vcodec to WMV2
[0x80e1aa4] main stream out debug: set config option: sout-transcode-acodec to mp3
[0x80e1aa4] main stream out debug: set config option: sout-transcode-vb to 128
[0x80e1aa4] main stream out debug: set config option: sout-transcode-scale to 1
[0x80e1aa4] main stream out debug: set config option: sout-transcode-ab to 64
[0x80e1aa4] main stream out debug: set config option: sout-transcode-channels to 2
[0x80e1aa4] main stream out debug: set config option: sout-transcode-deinterlace to (null)
[0x80e1aa4] main stream out warning: option croptop is unknown
[0x80e1aa4] stream_out_transcode stream out debug: codec audio=mp3 0Hz 2 channels 64Kb/s
[0x80e1aa4] stream_out_transcode stream out debug: codec video=WMV2 0x0 scaling: 1.000000 128kb/s
[0x80e1aa4] main stream out debug: using sout stream module "stream_out_transcode"
[0x80e1aa4] main stream out debug: TIMER module_need() : 0.628 ms - Total 0.628 ms / 1 intvls (Avg 0.628 ms)
[0x80ef314] main input debug: using timeshift granularity of 50 MiB
[0x80ef314] main input debug: using timeshift path '/tmp'
[0x80ef314] main input debug: `file:///root/stream/camera1/v4l%3A/dev/video0%3Anorm%3Dpal%3Asize%3D320x240%3Achannel%3D1%3Aadev%3D/dev/audio' gives access `file' demux `' path `/root/stream/camera1/v4l:/dev/video0:norm=pal:size=320x240:channel=1:adev=/dev/audio'
[0x80ef314] main input debug: creating demux: access='file' demux='' path='/root/stream/camera1/v4l:/dev/video0:norm=pal:size=320x240:channel=1:adev=/dev/audio'
[0x80f0a34] main demux debug: looking for access_demux module: 1 candidate
[0x80f0a34] main demux debug: no access_demux module matching "file" could be loaded
[0x80f0a34] main demux debug: TIMER module_need() : 0.122 ms - Total 0.122 ms / 1 intvls (Avg 0.122 ms)
[0x80ef314] main input debug: creating access 'file' path='/root/stream/camera1/v4l:/dev/video0:norm=pal:size=320x240:channel=1:adev=/dev/audio'
[0x80f09cc] main access debug: looking for access module: 2 candidates
[0x80f09cc] filesystem access debug: opening file `/root/stream/camera1/v4l:/dev/video0:norm=pal:size=320x240:channel=1:adev=/dev/audio'
[0x80f09cc] filesystem access error: cannot open file /root/stream/camera1/v4l:/dev/video0:norm=pal:size=320x240:channel=1:adev=/dev/audio (No such file or directory)
[0x80f09cc] main access error: File reading failed
[0x80f09cc] main access error: VLC could not open the file "/root/stream/camera1/v4l:/dev/video0:norm=pal:size=320x240:channel=1:adev=/dev/audio".
[0x80f09cc] main access debug: no access module matching "file" could be loaded
[0x80f09cc] main access debug: TIMER module_need() : 0.159 ms - Total 0.159 ms / 1 intvls (Avg 0.159 ms)
[0x80ef314] main input error: open of `file:///root/stream/camera1/v4l%3A/dev/video0%3Anorm%3Dpal%3Asize%3D320x240%3Achannel%3D1%3Aadev%3D/dev/audio' failed: (null)
[0x80ef314] main input error: Your input can't be opened
[0x80ef314] main input error: VLC is unable to open the MRL 'file:///root/stream/camera1/v4l%3A/dev/video0%3Anorm%3Dpal%3Asize%3D320x240%3Achannel%3D1%3Aadev%3D/dev/audio'. Check the log for details.
[0x80ec51c] main playlist debug: finished input
[0x80ec51c] main playlist debug: dead input
[0x80de85c] main stream output debug: destroying useless sout
[0x80e1aa4] main stream out debug: destroying chain... (name=transcode)
[0x80e1aa4] main stream out debug: removing module "stream_out_transcode"
[0x80e1aa4] main stream out debug: destroying chain done
[0x80debfc] main stream out debug: destroying chain... (name=std)
[0x80e22d4] mux_asf mux debug: Asf muxer closed
[0x80dfff4] access_output_http access out warning: HTTP sout access cannot seek
[0x80e22d4] main mux debug: removing module "mux_asf"
[0x80e103c] main http server debug: waitpipe: object killed
[0x80e103c] main http server debug: HTTP host removed
[0x80ef314] main input debug: thread ended
[0x80e0f9c] main http server debug: no hosts left, stopping httpd
[0x80dfff4] access_output_http access out debug: Close
[0x80dfff4] main access out debug: removing module "access_output_http"
[0x80debfc] main stream out debug: removing module "stream_out_standard"
[0x80debfc] main stream out debug: destroying chain done
[0x80ef314] main input debug: TIMER input launching for 'audio' : 3.201 ms - Total 3.201 ms / 1 intvls (Avg 3.201 ms)
[0x80ec51c] main playlist debug: changing item without a request (current 0/1)
[0x80ec51c] main playlist debug: nothing to play
^C



[0xb730089c] signals interface error: Caught Interrupt signal, exiting...
[0x804caf4] main libvlc debug: deactivating the playlist
[0x80ec51c] main playlist debug: Deactivate
[0x80f073c] main playlist export debug: saving Media Library to file /root/.local/share/vlc/ml.xspf
[0x80f073c] main playlist export debug: looking for playlist export module: 1 candidate
[0x80f073c] main playlist export debug: using playlist export module "export"
[0x80f073c] main playlist export debug: TIMER module_need() : 0.347 ms - Total 0.347 ms / 1 intvls (Avg 0.347 ms)
[0x80f073c] main playlist export debug: removing module "export"
[0x80ec51c] main playlist debug: Deactivated
[0x804caf4] main libvlc debug: removing all services discovery tasks
[0x804caf4] main libvlc debug: removing all interfaces
[0x80d805c] main interface debug: removing module "dummy"
[0xb730089c] main interface debug: removing module "signals"
[0x80d9d6c] main interface debug: removing module "hotkeys"
[0x80ec51c] main playlist debug: destroying
[0x804caf4] main libvlc debug: TIMER ML Load : Total 12.235 ms / 1 intvls (Avg 12.235 ms)
[0x804caf4] main libvlc debug: TIMER Items array build : Total 0.056 ms / 2 intvls (Avg 0.028 ms)
[0x804caf4] main libvlc debug: TIMER Preparse run : Total 0.341 ms / 1 intvls (Avg 0.341 ms)
[0x804caf4] main libvlc debug: TIMER ML Dump : Total 0.500 ms / 1 intvls (Avg 0.500 ms)
[0x804caf4] main libvlc debug: removing stats
[0x804caf4] main libvlc debug: removing module "memcpymmxext"

Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 11 guests