Search found 4 matches

Go to advanced search

by aux
14 Jan 2007 16:17
Forum: Web and scripting
Topic: Starting VLC = ok, but starting from PHP only works local
Replies: 22
Views: 16298

Starting VLC = ok, but starting from PHP only works local

Hi, I made a PHP script which starts streaming stream.php <?php $output = "/usr/bin/vlc /-vvv --daemon http://192.168.1.2/video.m3u :sout='#transcode{acodec=mpga,vcodec=DIV3,ab=60,vb=150,scale=0.50,deinterlace,fps=15,channels=1,width=240,height=192}:std{access=http,mux=ts,url=192.168.1.80:789}'...
by aux
17 Sep 2006 01:24
Forum: Web and scripting
Topic: VLC from php --> Linux versus Windows
Replies: 2
Views: 2557

Took some hard work... but it's solved now..
by aux
10 Sep 2006 00:41
Forum: Web and scripting
Topic: VLC from php --> Linux versus Windows
Replies: 2
Views: 2557

I found out that running this from command-line like:
vlc.exe /-vvv --daemon mms://some.website.com/stream :sout='#transcode{acodec=mpga,vcodec=mpgv,vb=1000,width=704,height=576,ab=192,channels=2}:std{access=http,mux=ts,url=:6789}'");

Gives me blue screens :(
by aux
03 Sep 2006 17:19
Forum: Web and scripting
Topic: VLC from php --> Linux versus Windows
Replies: 2
Views: 2557

VLC from php --> Linux versus Windows

Hi, I have 2 questions I have a php-script running on linux starting VLC like this: exec("/usr/local/bin/vlc /-vvv --daemon mms://some.website.com/stream :sout='#transcode{acodec=mpga,vcodec=mpgv,vb=1000,width=704,height=576,ab=192,channels=2}:std{access=http,mux=ts,url=:6789}'"); I'm plan...

Go to advanced search