Search found 4 matches

Go to advanced search

by daouid
27 Feb 2007 00:51
Forum: VLC stream-output (sout)
Topic: how to integrate a vlc command in php code?
Replies: 5
Views: 2736

ok the problem was coming from PHP who was waiting for the shell_exec command to end.

to solve this issue , i used the following method:

where $cmd is the vlc command used

$runvlcbg = shell_exec("$cmd -d /dev/null");

echo $runvlcbg;
[/code]
by daouid
27 Feb 2007 00:18
Forum: VLC stream-output (sout)
Topic: how to integrate a vlc command in php code?
Replies: 5
Views: 2736

php and vlc , under debian

Hello, i am having exactly the same problem, im trying to code a VOD server using php and vlc, i've allready got it working great under windows, but i cannot make it work on debian for some reason. this is the command my php page generates, but it doesnt work from the page, if i run it in a terminal...
by daouid
10 Sep 2006 18:39
Forum: VLC stream-output (sout)
Topic: How to setup Video on Demand server
Replies: 2
Views: 1528

VOD solution

Check this out

http://daouid.googlepages.com/videoondemandphptools

it's a complete Video on demand solution that i've develloped.

Maybe it's close to what ur looking for[/url]
by daouid
20 Aug 2006 21:06
Forum: VLC stream-output (sout)
Topic: [Solved] Webcam streaming question
Replies: 0
Views: 4441

[Solved] Webcam streaming question

Hi , i'm currently working on a Video-On-demand solution, i've managed video and audio streaming as well as dvd/cd reading, but im having a hard time getting webcam streaming to work, i've read the whole documentation and forum threads, but i cannot find any solution that solves my problem. This is ...

Go to advanced search