RJM62
Touchdown! Greaser!
- Joined
- Jun 15, 2007
- Messages
- 13,157
- Location
- Upstate New York
- Display Name
Display name:
Geek on the Hill
I'm looking for ideas.
I'm building a site that features a live stream (sequential jpegs) from my webcam. It works, but the JavaScript on the page opens a new connection to my office PC for every visitor.
I'm think about building a server-side script that would pull the images and store them server-side, so the server will be the only computer connecting to mine. The site visitors would then pull them from the server.
I'm reasonably fluent in is PHP, but I'm not sure that's the best solution.
Any ideas?
Thanks,
--Rich
I'm building a site that features a live stream (sequential jpegs) from my webcam. It works, but the JavaScript on the page opens a new connection to my office PC for every visitor.
I'm think about building a server-side script that would pull the images and store them server-side, so the server will be the only computer connecting to mine. The site visitors would then pull them from the server.
I'm reasonably fluent in is PHP, but I'm not sure that's the best solution.
Any ideas?
Thanks,
--Rich