IP Camera stream
See original GitHub issueHi, I setup 2 x IP cameras in home assistant by using the ONVIF Integration and generated the two related entities “camera.ipcam_profile1” and “camera.ipcam_profile1_2”. I would like to have a “Cameras” popup button on my home page, which will show the two cameras live stream one I touch the popup. I added the below code, but what I obtained is just the respective snapshot inside the popup page, but when I click each camera there is no live stream. Could you please help ?
{
position: [1,0],
width: 1,
type: TYPES.POPUP,
id: {},
state: false,
title: 'Cameras',
icon: 'mdi-cctv',
popup: {
titleSize: 100,
items: [
{
position: [0, 0],
id: 'camera.ipcam_profile1',
type: TYPES.CAMERA_THUMBNAIL,
bgSize: 'cover',
width: 2,
state: false,
fullscreen: {
type: TYPES.CAMERA_STREAM,
},
},
{
position: [2, 0],
id: 'camera.ipcam_profile1_2',
type: TYPES.CAMERA_THUMBNAIL,
bgSize: 'cover',
width: 2,
state: false,
fullscreen: {
type: TYPES.CAMERA_STREAM,
},
},
]
}
},
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (10 by maintainers)
Top Results From Across the Web
IPCamLive.com: Embedding IP Camera Live Video ...
Video streaming solution for IP camera to embed live video stream into web page. ... IPCamLive can receive the stream directly from the...
Read more >How to Setup an IP Camera for RTMP Streaming [Updated for ...
Learn how to set up an IP camera for RTMP streaming with CamStreamer. Explore the benefits of RTMP cameras with this live stream...
Read more >7 Best IP Cameras for Live Video Streaming (Update) - Wowza
PTZOptics 30xNDI – $1800 – $2400 ; PTZOptics 12X-SDI – $1500 – $1600 ; Canon CR – N300 4K NDI PTZ – $1900...
Read more >IP Camera Streaming Guide: How to Set up an IP Camera Easily
An IP camera, or Internet protocol camera, is a type of digital security camera that receives and sends video streams via an IP ......
Read more >How to Stream Your IP Camera to YouTube
Learn how to stream your IP camera to YouTube step by step in 5 minutes! The newest quick start guide will show you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
OK, then that’s not it…
That’s when I usually ask. 😉
Yes, correct. By using CAMERA at the beginning I was able indeed to see the still image…but not live view. Anyway I temporary put the topic aside and I will keep doing some test in another moment ! Thanks a lot for the support 😃
Il giorno gio 21 gen 2021 alle ore 16:26 άλφα 65 notifications@github.com ha scritto: