Low Cost Camera with Blue Iris for Bird Box

@#$% starlings! :facepalm::lmao:
We had to make sure we capped the end of the traffic signal mastarms and any unused tenons on the mastarm to keep those buggers out....they would nest in there and make a big mess that caused problems if you ever had to pull in new conductors for an additional traffic signal on the mastarm.
Starlings are an invasive species here. The bird didn't stay in that birdhouse.
 
  • Like
Reactions: looney2ns and TonyR
Starlings are an invasive species here. The bird didn't stay in that birdhouse.
We have cowbirds here in that role.
They lay their eggs in another species' nest, the unsuspecting birds incubate them, hatch and feed them. Not unlike some of the leeches here in the U.S. on the government tit.:headbang:
 
That's wild, dude. Is it lethal, or just a significant reminder to its guest that popping in again probably isn't a good idea?

I've never seen one of those.

Wrens and Red Headed Woodpeckers are the biggest problem for our Bluebird nesting. They're tough little rascals though. And the boxes are close enough for me to assist in the deterrent effort. Even so they abandoned two nests this spring -- mostly due to the hassle from the Red Heads. First year I've seen that behavior from them. The wrens usually just get an ass-kicking and eventually abandon their efforts to occupy a box.

Good on you guys lookin' out for em in your areas and doing the cams. I'll get one going here sooner or later.
It's not lethal, when they enter the hole and land on on the trip wire, The metal flap rotates up and covers up the hole in the nesting box and they can't get out. We have to open the door to the bird box and get them out.
 
  • Like
Reactions: Pogo
Other than Blue Iris, are there any other software packages that will work with a Sercomm RC4551? I have been using Synology Surveillance station with other ONVIF cameras and it's great. But for the life of me, I can't get the Sercomm to connect.

Thanks,
Al
 
Other than Blue Iris, are there any other software packages that will work with a Sercomm RC4551? I have been using Synology Surveillance station with other ONVIF cameras and it's great. But for the life of me, I can't get the Sercomm to connect.

Thanks,
Al
The URL below works also with VLC, I just tried it. Any decent VMS should allow a custom URL for RTSP (be sure to use 2 "/" after "rtsp:" as the forum won't display 2 consecutively):

Code:
rtsp:/username:password@Camera-IP:554/img/media.sav

If the above works for you and the Sercomm has the sub stream configured you can call that up in the URL, just let me know.
 
The URL below works also with VLC, I just tried it. Any decent VMS should allow a custom URL for RTSP (be sure to use 2 "/" after "rtsp:" as the forum won't display 2 consecutively):

Code:
rtsp:/username:password@Camera-IP:554/img/media.sav

If the above works for you and the Sercomm has the sub stream configured you can call that up in the URL, just let me know.
I was able to get it to work with IP Camera 4, but not VLC. I must be doing something wrong. I'm still trying to finagle settings in Surveillance station. I may just get a different but ONVIF compliant camera
 
  • Sad
Reactions: TonyR
VLC is not without its own inherent peculiarities and 'conditional' performance settings to do what would otherwise seem like a simple a logical approach to achieving a desired result.

A very basic change you could try is switching the default input format from HTTP to RTP / TCP for a more RTSP friendly environment. Tools > Preferences > Input/Codecs at the lower right gets you there. There is also a possibility that VLC wants the link in a slightly different form than provided above, though it obviously works for Tony. (Double check your camera credentials entries and typing accuracy.)

Another VMS platform to play with is iSpy/AgentDVR, or at least to explore their take on the Sercomm lineup. Complete Sercomm IP Camera Setup Guide - ONVIF, RTSP and Tutorial Included

You may also want to try ONVIF Device Manager for a deeper look into how and what the camera is doing and/or expecting of its ONVIF environment. Free Open Source at

Last but not least, the problem may actually be a Synology issue. Their support resources may be a better place to explore a solution for a device that works with any other conventional ONVIF/RTSP capable VMS platform but doesn't seem to work on theirs.
 
I was able to get it to work with IP Camera 4, but not VLC. I must be doing something wrong. I'm still trying to finagle settings in Surveillance station. I may just get a different but ONVIF compliant camera
Sorry to hear that. Is VLC throwing any kind of error? Try with the user/pass at beginning and see if VLC at least asks for them.
I just tried these with my Sercomm RC4551 which has main and sub streams configured:
Code:
rtsp:/username:password@Camera-IP:554/img/media.sav?channel=1  (main stream)

rtsp:/username:password@Camera-IP:554/img/media.sav?channel=2  (sub stream)

EDIT: FWIW, the Sercomm RC4551 is not ONVIF-compliant.
 
  • Like
Reactions: Pogo
I was able to get it to work with IP Camera 4, but not VLC. I must be doing something wrong. I'm still trying to finagle settings in Surveillance station. I may just get a different but ONVIF compliant camera
I was able to get Synology surveillance station to work! All I have to do was open my eyes to see the syntax I used was slightly incorrect.

"rtsp:/administrator@(camera IP)/img/video.sav"

"rtsp:/administrator@(camera IP)/img/media.sav" ( Here is an edit. video.sav had no audio. But after searching I saw that it needed to be media.sav for audio)

Thanks all for the guidance!
Al
 
Last edited:
  • Like
Reactions: Pogo and TonyR
All I have to do was open my eyes to see the syntax I used was slightly incorrect.

Yessir, in computer lanquages, URL, scripts, etc. "slightly" might as well be "totally" because neither will work. :cool:
 
  • Like
Reactions: Al Cohen