Forum Discussion
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
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_stream
The 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.
- tpc8796 years agoNewbie
Do I have to buy the Pro version again to install it on a second Roku stick?
Thanks