|
|
#1 |
|
Junior Member
Join Date: Apr 2004
Posts: 3
|
webcam broadcast script written in PHP?
Hi there!
I know it is something special but i need a script written in PHP which is running on a webserver and connects to my local webcam on my PC. Then, it broadcasts the videostream to a lot of users. The main reason for that is i dont have enough upload (on my PC) to broadcast to more than 1 users at a time and the PHP webserver would be for free of course .Is there something out there like that? (i know it's possible to code something like that!) Is there any other option where i can broadcast my stream (nsv stream) to a lot of users at a time using winamp of course? thx in advance |
|
|
|
|
|
#3 |
|
Post Master General
(Forum King) Join Date: Jun 2000
Location: Seattle, Now Las Vegas
Posts: 6,032
|
the best things in life are 19.95
I'm Back? |
|
|
|
|
|
#4 |
|
not fucked, not quite.
(Forum King) |
After reading your post.
It wouldn't matter if you connected to the server, or if it connected to your PC. You're still uploading the video either way. So the stream would only be as fast as you could upload it. |
|
|
|
|
|
#5 |
|
Post Master General
(Forum King) Join Date: Jun 2000
Location: Seattle, Now Las Vegas
Posts: 6,032
|
But if he uploaded one stream to a web server with more bandwidth that server could relay it to multiple people.
I'm Back? |
|
|
|
|
|
#6 |
|
Ninja Master!
(Forum King) Join Date: Mar 2001
Location: Hotel California
Posts: 4,333
|
there are some real nice js ones out there for free, ive only heard of a couple php ones but they didnt work too well and reqired your webcam posted to ftp ANYWAYS..
|
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Apr 2004
Posts: 3
|
thx you, that's what i thought .... but arent there any cheap or free webcam services?
|
|
|
|
|
|
#8 |
|
Rudolf the Red.
(Forum King) Join Date: Nov 2000
Posts: 9,314
|
Sounds like a difficult problem for PHP to solve. You really after continous application to application communication here, which is difficult for PHP to do. It could be done using a web service or other custom application, perhaps using CORBA or .Net etc. But for continous RT video you can't really use PHP I don't think.
"We think science is interesting and if you disagree, you can fuck off." |
|
|
|
|
|
#9 |
|
Forum King
Join Date: Jan 2002
Location: the nether reaches of bonnie scotland
Posts: 13,375
|
not really do-able in PHP, unless you want to use PHP to generate the images, which is a bit pointless.
|
|
|
|
|
|
#10 |
|
Forum King
Join Date: Aug 2001
Location: Mobil Ave.
Posts: 5,381
|
This isnt PHP but it's one way of setting up a moblog, which is probably what you want, right here.
"Welcome to the Island of people who know too much."..."Did you really think balloons would stop him?!" See what I'm listening too. |
|
|
|
|
|
#11 |
|
Junior Member
Join Date: Apr 2004
Posts: 3
|
mhm
i have written some scripts in PHP, and i once used a irc bot written in PHP which was connected to the irc server 24/7. the only thing is, what the php application has to do, is copy the data which it is receiving from my computer and send it to the connected clients ... i just wanted to know if there is something out there ... if not, i'll try to code it myself ... then every php server with max_execution_time = 0 (the execution of a php script is infinite!) is gonna be a broadcast server
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|