Search found 4 matches

Go to advanced search

by GraphiteCube
06 Sep 2009 09:02
Forum: VLC stream-output (sout)
Topic: [Debian] Do I need to install ffmpeg for transcoding?
Replies: 1
Views: 538

[Debian] Do I need to install ffmpeg for transcoding?

Hi. I am a user of Debian GNU/Linux and I am trying to stream music files from my Debian box using VLC. Since some of my music files are in *.mp3 and some of them are in *.wav format, I wish to transcode all of them to MP3 in 64kbps. The command I executed is: vlc Music/* --random --loop --sout 'sta...
by GraphiteCube
27 Aug 2009 06:51
Forum: VLC stream-output (sout)
Topic: Unable to stream multiple files continuously (Solved)
Replies: 5
Views: 5556

Re: Unable to stream multiple files continuously

Code: Select all

vlc Music/*.mp3 --random --loop --sout '#gather:standard{access=http,mux=ts,dst=192.168.8.20:8000}' -I dummy --sout-keep
Thank you so much, it works! :)
by GraphiteCube
23 Aug 2009 17:57
Forum: VLC stream-output (sout)
Topic: Unable to stream multiple files continuously (Solved)
Replies: 5
Views: 5556

Re: Unable to stream multiple files continuously

Tonight I tried to find out the problem by following steps: 1. Initiate an instance of VLC to stream those MP3 files to http://192.168.8.20:8000. 2. Initidate another instance of VLC to stream the music stream from http://192.168.8.20:8000 to http://192.168.8.20:8080. 3. Open a media player on clien...
by GraphiteCube
22 Aug 2009 09:18
Forum: VLC stream-output (sout)
Topic: Unable to stream multiple files continuously (Solved)
Replies: 5
Views: 5556

Unable to stream multiple files continuously (Solved)

Hi. I am trying to stream music over HTTP using VLC as streaming server. Some basic issues have been solved after spending hours on testing. I have 3 problems left: 1. I am streaming more than one MP3 files (about 80) from my server, but the client will stop after playing 1 MP3 file. When I click on...

Go to advanced search