Jump to content

stream webcam


android6011

Recommended Posts

I have a webcam and I am looking for an easy way to stream it. I have the server setup on the same computer as the webcam, I just dont know if I am going to have to use third party applications to help in the streaming or if I can code something out. ive never done anything like this so any help or information would be great. thanks

Link to comment
https://forums.phpfreaks.com/topic/55109-stream-webcam/
Share on other sites

No, not really PHP's game. I mean you could probably use some kind of socket connection to tab the web cam, but it has no way of really streaming it, thats more Flash.

 

Now if you have a webcam that sends pictures every few seconds and saves that picture to file you could use PHP to access it and display that image, but not stream.

Link to comment
https://forums.phpfreaks.com/topic/55109-stream-webcam/#findComment-272448
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.