Forum Discussion
preciousk wrote:
Hi, I apologize as not sure how to post on this. Does your app work with Wyze Cams? I would love to use Roku to view all cameras.
I have Wyze cameras and sensors that I love. I have the 2 Wyze camera 2 and 2 Wyze Pan Cam, (Plan on adding 2-4 more) and sensors motion along with door sensors.
Let me know
Thanks for your hard work on this app.
The application works with any camera that has a mjpeg stream, rtsp with jpeg encoding or snap shots. Also can play HLS streams directly from a camera or from another device.
I'm not sure what streams Wyze cameras provide but if they have any of the above, the IP Camera Viewer would work.
There is still a way to make a camera work that has only h264 streams, but it requires extra hardware, please see here: https://github.com/e1ioan/rokuphp
I have BESDERSEC B07Y31474X camera. Have it work on phone and computer.
Trying to get it working with IP Camera Viewer Pro on Roku.
Does Not support mpeg stream.
It is ONVIF and RTSP compatiable.
I've tried many, many setting and connection strings. What is the best way to set it up?
Camera support sent me this:
Example
rtsp://10.6.10.25:554/user=admin&password=&channel=1&stream=0.sdp?real_stream
- chrisjwhite6 years agoReel Rookie
Reply? I bought Pro.
- ioan6 years agoRoku Guru
chrisjwhite wrote:I have BESDERSEC B07Y31474X camera. Have it work on phone and computer.
Trying to get it working with IP Camera Viewer Pro on Roku.
Does Not support mpeg stream.
It is ONVIF and RTSP compatiable.
I've tried many, many setting and connection strings. What is the best way to set it up?
Camera support sent me this:
ONVIF 2.0 Port 8899 ;RTSP Port 554 ;HTTP Port 80;Media Port 34567rtsp://$(IP):$(PORT)/user=$(USER)&password=$(PWD)&channel=$(Channel)&stream=$(Stream).sdp?real_stream
Example
rtsp://10.6.10.25:554/user=admin&password=&channel=1&stream=0.sdp?real_streamThe application supports rtsp streams, but only jpeg encoded. If your camera has only h264 streams, you'll need extra hardware to make it work, please see here: https://github.com/e1ioan/rokuphp
Also, if your camera provides mjpeg stream or a url to snapshot, you can use that without any problems.
- ioan6 years agoRoku Guru
For anyone interested, I submitted a new version of the channel, version 2.6, with RTSP bug fixes and improved image quality. Also, the new version has HTTPS snapshot support.
Axis Companion cameras are also supported now.
- ioan6 years agoRoku Guru
Version 4.7 was submitted today to the Channel Store.
New in this version: Now you can backup and restore your cameras.
This feature is only available in the Pro version of the application.