Release Foscam HD - Video feed with camera controls, and motion/sound detection preview
(2015-08-28, 11:05)Bazzz66 Wrote: Good news to see there is development for the Foscam C1-B.
I have just purchased such a camera.

@joeshmoe, when I edit the rtsp port to 554 in foscam.py (located in the addon.zip file?) then i should get a videostream on my Isengard?

I will be following this thread Smile

Yup. Edit

Code:
self._video_url = "rtsp://{0}:{1}@{2}:{3}/videoMain".format(user, password, host, port)

to

Code:
self._video_url = "rtsp://{0}:{1}@{2}:554/videoMain".format(user, password, host, port)

On linux/openelec the file is in /home/yourusername/.kodi/addons/script.foscamXXX/resources/lib/ once the adon is installed.

This is not the ideal way to fix the problem since I think it would break the addon for other cameras but it's the best I can do. There may also be other issues I haven't noticed but I do get video.
Reply


Messages In This Thread
RE: Foscam HD - by George - 2014-03-27, 17:30
RE: Foscam HD - Video feed with camera controls, and motion/sound detection preview - by joeshmoe - 2015-08-28, 13:38
Logout Mark Read Team Forum Stats Members Help
Foscam HD - Video feed with camera controls, and motion/sound detection preview1