How can one design a code for streaming videos from a webcam using its ip address | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can one design a code for streaming videos from a webcam using its ip address

18th Apr 2017, 8:24 AM
ozioma ene
ozioma ene - avatar
4 Answers
+ 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.
18th Apr 2017, 11:18 AM
SoraKatadzuma
SoraKatadzuma - avatar
+ 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/
18th Apr 2017, 4:38 PM
seamiki
seamiki - avatar
+ 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/
18th Apr 2017, 11:47 AM
seamiki
seamiki - avatar
0
I think SQL will be needed to store videos that can ve watched later on
18th Apr 2017, 4:23 PM
ozioma ene
ozioma ene - avatar