Search found 2 matches

Go to advanced search

by Andre
13 Jan 2008 09:19
Forum: Web and scripting
Topic: VLC PHP Issues
Replies: 22
Views: 12838

Re: VLC PHP Issues

Status Update: The problem was solved by adding the --fake-tty option to the command line.
by Andre
12 Dec 2007 15:59
Forum: Web and scripting
Topic: VLC PHP Issues
Replies: 22
Views: 12838

VLC PHP Issues

Hey, I am trying to create an "on-demand streaming server" For each client that logs on, I want to start a new vlc $cmd = "vlc --sout udp:" . $ip . ":1234 -I rc --rc-host 0.0.0.0:9568"; echo (shell_exec ($cmd)); I cannot launch vlc with the remote control interface list...

Go to advanced search