+ 2
How can one design a code for streaming videos from a webcam using its ip address
4 Respostas
+ 6
I dunno what you want to do this for, but I suggest starting with Google. Also their are things called Video and Audio tags. PHP provides server side ways of connecting, JavaScript provides client side support, and you don't need MySQL for this.
+ 2
if you want to stream live video you should go for udp sockets
http://shiffman.net/processing.org/udp/2010/11/13/streaming-video-with-udp-in-processing/
+ 1
There is a library for Processing called IPCapture by Stefan Baldan
http://www.stefanobaldan.com/projects/ipcapture/
it makes the task really easy.
https://processing.org
once you install the library look in the examples section of the IDE for a working example and tweak it to your needs.
this is also an interesting read on the Subject of streming live webcam input:
http://shiffman.net/processing.org/udp/2010/11/13/streaming-video-with-udp-in-processing/
0
I think SQL will be needed to store videos that can ve watched later on