Viewing video from cameras on external websites
Flussonic Watcher allows generating a link for the camera player that you can then open in any browser or use for embedding the video from Watcher to your external web pages such as a corporate website or a user's account. The link can be to a live stream, to the stream's archive or to a specified part in the archive.
This section will tell about:
- getting the link to the video in Watcher web UI
- examples of URLs with optional parameters
You can also use Watcher API to get the embed URL. Please refer here for details.
Getting the URL for embedding video to a website
To embed the video from the camera to your website:
-
On the Cameras page, click the Share icon on the camera card or click More -> Share in the list of cameras.
-
The window that opens will show the URL for embedding the camera. Click the Copy icon.
-
Paste the link to the code of your website or to the address bar of your browser.
Note
If the embed URL does not work, check if you have specified the streamer's public URL correctly as instructed in Adding and configuring streamers
Examples of URLs for embedding video to websites
You can add extra parameters to the embed URL:
- dvr to hide archive playback controls. The parameter can be true or false.
- from to specify the time starting from which the archive should be played. Time should be specified in Unix Timestamp.
You will find some examples for Watcher embed URL below. The examples use a camera named CAMERA_NAME
. The token
parameter is unique for each session; do not change the token in your link generated by Watcher as described above.
Live video without playback controls:
http://WATCHER-IP/vsaas/embed/CAMERA_NAME?dvr=false&token=WyI2MTA1IiwiNCJd.Dhz88A.dW7On6GSgVni7k8cJNYZuISzhe0
Live video with playback controls:
http://WATCHER-IP/vsaas/embed/CAMERA_NAME?dvr=true&token=WyI2MTA1IiwiNCJd.Dhz88A.dW7On6GSgVni7k8cJNYZuISzhe0
Archive starting from the specified time without playback controls:
http://WATCHER-IP/vsaas/embed/CAMERA_NAME?dvr=false&token=WyI2MTA1IiwiNCJd.Dhz88A.dW7On6GSgVni7k8cJNYZuISzhe0&from=1530620900