Forum Moderators: coopster

Message Too Old, No Replies

stream, webcam, PHP

h0w to do it :)

         

c0nsur

9:53 pm on Aug 21, 2003 (gmt 0)

10+ Year Member



hi guys
id like to build a free live streaming webcam chat application in php and probably parse it to flash

lol
i know its some work but it would be kewl :)

so please put me on the good road!
thanks

jatar_k

5:30 pm on Aug 23, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



not really sure what exactly you ar going after here c0nsur, which is probably why no one answered. Want to flush out the info a little bit?

c0nsur

5:18 pm on Aug 28, 2003 (gmt 0)

10+ Year Member



ok sorry if it was blurry! :P

i just want people can have a page on my website where we can see their webcam

so i guess i would need to detect webcam setting or grab a pictures every X seconds

im pretty lost about this subject and theres not much info on the web

i hope its a better description
s0rry for my poor english but im trying :)

vincevincevince

8:34 am on Aug 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



i don't think you can use just php - flash can do something similar, however what i'd recommend is a compiled client side application.

write something in (e.g.) VC++ that pulls the pic from the camera, encodes it suitably, then it could send to php by POST, along with suitable authentication. then php could output the page of pictures as required. this is most suitable for a referesh rate of 0.1Hz or lower