Search found 3 matches

Go to advanced search

by obmit
27 Feb 2008 01:58
Forum: VLM
Topic: Question:VOD on HTTP protocol using VLM
Replies: 17
Views: 23467

Re: Question:VOD on HTTP protocol using VLM

with: # vlc --ttl 12 -vvv --color -I http I can add multiple vods on the http interface, without encountering the "hanging" bug. Input: /var/www/movie1.avi Output: #std{access=http,mux=asf,url=:8080/movie1} [x] enabled ... movie2, movie3 to :8080/movie2, :8080/movie3 ... etc. However, they...
by obmit
23 Feb 2008 11:32
Forum: VLM
Topic: Question:VOD on HTTP protocol using VLM
Replies: 17
Views: 23467

Re: Question:VOD on HTTP protocol using VLM

I have also tried using a config file, without success: new test1 vod enabled setup test1 output #std{access=http,mux=asf,url=:8080/test1} setup test1 input /files/test1.mpg new test2 vod enabled setup test2 output #std{access=http,mux=asf,url=:8080/test2} setup test2 input /files/test2.mpg # vlc -v...
by obmit
22 Feb 2008 16:00
Forum: VLM
Topic: Question:VOD on HTTP protocol using VLM
Replies: 17
Views: 23467

Re: Question:VOD on HTTP protocol using VLM

I have the same problem, and I also tried with your suggestion, yohann:

> setup test input file:///path/to/video/file/test.mpg

but the telnet interface just hangs after that. Streaming the video works fine though. But I cannot log in or control the vlc server anymore.

Go to advanced search