Search found 3 matches

Go to advanced search

by groffhibbitz
26 Apr 2007 15:06
Forum: VLC stream-output (sout)
Topic: shout output has gaps in audio playback
Replies: 1
Views: 569

seems to work much better on linux
by groffhibbitz
25 Apr 2007 03:35
Forum: VLC media player for Linux and friends Troubleshooting
Topic: stream with vlc to a shoutcast server
Replies: 18
Views: 16100

looks like your command line options aren't the right syntax

try this:

Code: Select all

vlc -vvv --color dshow://dshow-adev="" --sout "#transcode{acodec=vorb}:duplicate{dst=std{access=shout,bitrate=8,samplerate=8000,channels=1,mux=ogg,dst=source:hackme@192.168.1.6:8000/audio.ogg}}"
by groffhibbitz
25 Apr 2007 00:21
Forum: VLC stream-output (sout)
Topic: shout output has gaps in audio playback
Replies: 1
Views: 569

shout output has gaps in audio playback

Hi everyone... I'm trying to send the vlc output to an icecast server using this command vlc.exe -v "C:/audio/Track02.ogg" --sout="#std{access=shout,mux=ogg,dst=source:password@myhost:8000/test.ogg}" which will successfully connect to my icecast server, but there is a gap in play...

Go to advanced search