Streaming video with Drupal

Hi,

is it possible to stream video from a webcam?
I don’t see any Drupal 8 module capable to do this.

Cheers

Hi,

You don’t actually need a plugin for that. You can setup your camera so it broadcasts and you will have a link for accessing it e.g. http:///camera_link

Then you embed this link as an iframe to the body of a node. Example:
<iframe> src="http://<IP address>/camera_link" height="300" width="500"</iframe>