and add this in my icecast config ::sout=#transcode{vcodec=DIV3,vb=128,scale=0.5,acodec=vmp3,ab=64,channels=2}:duplicate{dst=display,dst=#shout{url=tv404:my_pass@localhost:8000/tv404.ogg}}
doesn't working i guess ...<mount>
<mount-name>/tv404.ogg</mount-name>
<username>tv404</username>
<password>my_pass</password>
<max-listeners>1</max-listeners>
<no-yp>1</no-yp>
</mount>
Code: Select all
[00000001] main vlc debug: opening config file /var/root/Library/Preferences/VLC/vlcrc
[00000001] main vlc warning: config file /var/root/Library/Preferences/VLC/vlcrc does not exist yet
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: checking plugin modules
[00000001] main vlc debug: loading plugins cache file /var/root/Library/Preferences/VLC/cache/plugins-0404be.dat
[00000001] main vlc debug: recursively browsing `./modules'
[00000001] main vlc debug: recursively browsing `/usr/local/lib/vlc'
[00000001] main vlc debug: recursively browsing `./plugins'
[00000001] main vlc debug: module bank initialized, found 194 modules
[00000001] main vlc debug: opening config file /var/root/Library/Preferences/VLC/vlcrc
[00000001] main vlc warning: config file /var/root/Library/Preferences/VLC/vlcrc does not exist yet
[00000001] main vlc debug: CPU has capabilities AltiVec FPU
[00000001] main vlc debug: looking for memcpy module: 2 candidates
[00000005] main module debug: using memcpy module "memcpyaltivec"
[00000249] main playlist debug: waiting for thread completion
[00000249] main playlist debug: thread 58852352 (playlist) created at priority -47 (src/playlist/playlist.c:183)
[00000250] main private debug: waiting for thread completion
[00000250] main private debug: thread 58933760 (preparser) created at priority -47 (src/playlist/playlist.c:205)
[00000251] main interface debug: looking for interface module: 1 candidate
[00000114] main module debug: using interface module "hotkeys"
[00000251] main interface debug: interface initialized
[00000251] main interface debug: thread 59519488 (interface) created at priority -47 (src/interface/interface.c:178)
[00000249] main playlist debug: adding playlist item `/Volumes/APPLESEED_D1' ( /Volumes/APPLESEED_D1 )
[00000253] main interface debug: looking for interface module: 3 candidates
[00000023] main module debug: using interface module "macosx"
[00000253] main interface debug: interface initialized
[00000253] main interface debug: thread 59524608 (manager) created at priority -47 (src/interface/interface.c:152)
[00000249] main playlist debug: nothing requested, starting
[00000249] main playlist debug: creating new input thread
[00000254] main input debug: waiting for thread completion
[00000254] main input debug: thread 59670016 (input) created at priority 37 (src/input/input.c:230)
[00000255] main stream output debug: stream=`transcode'
[00000256] main private debug: looking for sout stream module: 1 candidate
[00000255] main stream output debug: stream=`standard'
[00000259] main private debug: looking for sout stream module: 1 candidate
[00000259] main private debug: set sout option: sout-standard-access to shout
[00000259] main private debug: set sout option: sout-standard-mux to ogg
[00000259] main private debug: set sout option: sout-standard-url to videosource:password@192.168.30.4:8000/video.ogg
[00000259] stream_out_standard private debug: creating `shout/ogg://videosource:password@192.168.30.4:8000/video.ogg'
[00000259] stream_out_standard private debug: extention is ogg
[00000259] stream_out_standard private debug: extention -> mux=ogg
[00000259] stream_out_standard private debug: using `shout/ogg://videosource:password@192.168.30.4:8000/video.ogg'
[00000261] main private debug: looking for sout access module: 0 candidates
[00000261] main private error: no sout access module matched "shout"
[00000259] stream_out_standard private error: no suitable sout access module for `shout/ogg://videosource:password@192.168.30.4:8000/video.ogg'
[00000259] main private warning: no sout stream module matching "standard" could be loaded
[00000259] main private debug: destroying chain... (name=standard)
[00000259] main private debug: destroying chain done
[00000256] stream_out_transcode private error: cannot create chain
[00000256] main private warning: no sout stream module matching "transcode" could be loaded
[00000256] main private debug: destroying chain... (name=transcode)
[00000256] main private debug: destroying chain done
[00000255] main stream output error: stream chained failed for `transcode{vcodec=theora,vb=300,venc=theora,acodec=vorbis,ab=96,aenc=vorbis}:standard{access=shout,mux=ogg,url=videosource:password@192.168.30.4:8000/video.ogg}'
[00000254] main input error: cannot start stream output instance, aborting
[00000254] main input debug: thread 59670016 joined (src/input/input.c:386)
[00000249] main playlist: nothing to play
Code: Select all
vlc -vv /home/rik/dvd/Madagascar.avi :sout=#transcode{vcodec=theora,vb=256,scale=1,acodec=vorbis,ab=32,channels=1}:std{access=shout,mux=ogg,url=videosource:password@192.168.30.4:8000}
Code: Select all
[00000266] main input debug: set input option: sout to #transcodechannels=1:stdaccess=shout
[00000266] main input debug: set input option: sout to #transcodechannels=1:stdmux=ogg
[00000266] main input debug: set input option: sout to #transcodechannels=1:stdurl=videosource:password@192.168.30.4:8000
[00000266] main input debug: waiting for thread completion
[00000266] main input debug: creating statistics handler
[00000268] main stream output debug: stream=`transcodechannels=1'
[00000269] main private debug: looking for sout stream module: 0 candidates
[00000269] main private error: no sout stream module matched "transcodechannels=1"
[00000269] main private debug: destroying chain... (name=transcodechannels=1)
[00000269] main private debug: destroying chain done
[00000268] main stream output error: stream chained failed for `transcodechannels=1:stdurl=videosource:password@192.168.30.4:8000'
[00000266] main input error: cannot start stream output instance, aborting
[00000266] main input debug: thread 138902016 (input) created at priority 0 (src/input/input.c:252)
[00000266] main input debug: thread 138902016 joined (src/input/input.c:392)
[00000257] main playlist: nothing to play
Code: Select all
vlc -vv /home/rik/dvd/Madagascar.avi :sout="#transcode{vcodec=theora,vb=256,scale=1,acodec=vorbis,ab=32,channels=1}:std{access=shout,mux=ogg,url=videosource:password@192.168.30.4:8000} "
Code: Select all
vlc-devel-0.8.5.20060114_3
Code: Select all
vlc -vv /dvd/Madagascar.avi :sout="#transcode{vcodec=theora,vb=256,acodec=vorb,ab=32}:std{access=shout,mux=ogg,url=videosource:gogoget@192.168.30.4:8000/video.ogg}"
i have similar problem i can get it to transcode ogg
using
vlc -vvv http://stream:port --sout '#transcode{acodec=vorbis,ab=96}:standard{access=shout,mux=ogg,url=source:pass@server:port/llink.ogg}'
but i want to use mp3
even if u try
vlc -vvv http://stream:port --sout '#transcode{acodec=mp3,ab=192}:standard{access=shout,mux=mp3,url=source:pass@server:port/link.mp3}'
that doesnt work because of the mux=mp3 :/
any idea's i tried --sout '#transcode{acodec=mp3,ab=192}:#shout{url=source:pass@server:port/llink.mp3}'
no go :\
Return to “VLC stream-output (sout)”
Users browsing this forum: No registered users and 3 guests