Page 1 of 1
How we can implement the video streaming
Posted: Mon Sep 20, 2004 12:24 pm
by murthy
Hi,
As per requirements of Project in PHP, i have to implement video streaming i.e live video show and download feature
Does we need video streaming servers like Quicktime / Real Media
Please help and thanks in advance.....
Thanks,
Murthy
Posted: Mon Sep 20, 2004 12:50 pm
by feyd
you'll need some form of streaming server for actual live video.. for web cams, you'll need a camera that can ftp the image or has the image fetchable through a variety of means (ftp, telnet, whatever)
Posted: Mon Sep 20, 2004 1:08 pm
by murthy
Thanks for quick reply,
which server is better for video streaming like Quicktime/ real media or etc...
please suggest...
Murthy
Posted: Mon Sep 20, 2004 1:09 pm
by feyd
I prefer quicktime over real 100% of the time. But having the ability to do both, or even all three (wmp) would be better.
Posted: Mon Sep 20, 2004 1:50 pm
by murthy
Hi,
is it possible to combine wmp with PHP ? For this do you any URL / DOCS...
thanks
murthy
Posted: Mon Sep 20, 2004 2:42 pm
by feyd
it's just like serving quicktime or real media.. you just serve up the right file, basically..
Posted: Wed Sep 22, 2004 6:19 am
by murthy
hi,
how we can implement with PHP?
Posted: Wed Sep 22, 2004 6:31 am
by John Cartwright
[php_man]echo[/php_man]?????
Posted: Wed Sep 22, 2004 6:34 am
by murthy
hi,
how we can implement video streaming in PHP?
Posted: Wed Sep 22, 2004 10:49 am
by feyd
try looking at the download scripts and things on php.net and here. [php_man]readfile[/php_man]/[php_man]header[/php_man]