XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).
Moderator: General Moderators
murthy
Forum Commoner
Posts: 50 Joined: Fri Aug 20, 2004 1:22 am
Location: India
Contact:
Post
by murthy » Mon Sep 20, 2004 12:24 pm
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
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Mon Sep 20, 2004 12:50 pm
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)
murthy
Forum Commoner
Posts: 50 Joined: Fri Aug 20, 2004 1:22 am
Location: India
Contact:
Post
by murthy » Mon Sep 20, 2004 1:08 pm
Thanks for quick reply,
which server is better for video streaming like Quicktime/ real media or etc...
please suggest...
Murthy
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Mon Sep 20, 2004 1:09 pm
I prefer quicktime over real 100% of the time. But having the ability to do both, or even all three (wmp) would be better.
murthy
Forum Commoner
Posts: 50 Joined: Fri Aug 20, 2004 1:22 am
Location: India
Contact:
Post
by murthy » Mon Sep 20, 2004 1:50 pm
Hi,
is it possible to combine wmp with PHP ? For this do you any URL / DOCS...
thanks
murthy
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Mon Sep 20, 2004 2:42 pm
it's just like serving quicktime or real media.. you just serve up the right file, basically..
murthy
Forum Commoner
Posts: 50 Joined: Fri Aug 20, 2004 1:22 am
Location: India
Contact:
Post
by murthy » Wed Sep 22, 2004 6:19 am
hi,
how we can implement with PHP?
murthy
Forum Commoner
Posts: 50 Joined: Fri Aug 20, 2004 1:22 am
Location: India
Contact:
Post
by murthy » Wed Sep 22, 2004 6:34 am
hi,
how we can implement video streaming in PHP?
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Wed Sep 22, 2004 10:49 am
try looking at the download scripts and things on php.net and here. [php_man]readfile[/php_man]/[php_man]header[/php_man]