Hi Balena team,
I followed the instruction in Build a Raspberry Pi-based network camera using WebRTC and can get BalenaCam activated on my Raspberry Pi 3. I am able to see the streaming video from my pi via the public device url option.
I can view the mjpeg stream directly with this URL https://----BalenaPublicURL—/mjpeg. So, I would like to embeded mjpeg stream into my personal website, but it seems to be not possible. I received the below error.
GET https://----BalenaPublicURL—/mjpeg 403 (Forbidden)
Not sure if it would be possible to manage any permission to allow this mjpeg stream to be embeded as a video source into another website? Or I need to go for premium account?
video id=“cam_switch” src= “https://----BalenaPublicURL—/mjpeg” height=“600” width=“100%”/>
NOTE: I already tried iframe> and yes! it works. However, it’s impossible to fit the page in iframe to my static iframe size.
Please kindly advise. Thank you.
Best regards,
Leondevil.