PDA

View Full Version : video streaming in php



vikramchhetryy
February 23rd, 2007, 06:51 AM
hi all,
can any 1 tell me how video streaming is done in php(any tutorial or code).
Actually i have to capture data using webcam(voice and picture):pac::tb:.
what should i do for that??

Thanx in advance.....

VikraM.....

evildrummer
February 23rd, 2007, 07:05 AM
you wouldnt be able to do it alone with PHP, you would need a client or something like flash or java, then you would need to use sockets, theyres a tutorial here on PHP and flash sockets

vikramchhetryy
February 23rd, 2007, 07:13 AM
you wouldnt be able to do it alone with PHP, you would need a client or something like flash or java, then you would need to use sockets, theyres a tutorial here on PHP and flash sockets

thanx a lot for your reply.

could u please send me the link of tutorial.

VikraM

evildrummer
February 23rd, 2007, 07:22 AM
http://www.kirupa.com/developer/flash8/php5sockets_flash8.htm

Thats the link which will teach you about sockets, the example is a chat-room but you can then combine it with a video tutorial to make a live video feed. Also I should mention this would be easier with a Flash Media Server, check if your host has access to one.