Supported IP Camera's ?
Hello,
I am new here and just installed the server on a Ubuntu box yesterday and I am loving it so far.
Been trying to find an IP camera on Amazon that supports http mjpeg and jpeg streams. Any camera I find that may suit my needs/budget, seem to support rtsp only (including some of the cameras I already have).
Been searching and confirming on ispyconnect.com for 2 hours now, can't seem to find a decent option.
- Is there a way to make rtsp work?
- Is there a list of supported cameras?
If answer is no for the above questions, can users please reply with cameras that that work for them please.
Thanks,
Issac
Comments
I have no list also al with mjpg should work if they have no user authentification or basic authentication in get url is working.
I have one working, but it fairly old so not sure if it still exists: Wansview NCL616P
@Repetier
Would be nice, if you implement ONVIF support, this would help a lot.
ffmpeg and webbrowsers should support nearly any output format.
why does it have to be mjpg ???
More information on ONVIF in german : https://www.videoprojects-ass.de/ratgeber/was-ist-onvif/
How do you implement the streaming URL in repetier?
https://github.com/Streamedian/html5_rtsp_player
This link works when used in a browser.
http://USER:PASSWORD@192.168.1.251/cgi-bin/mjpg/video.cgi?channel=1&subtype=1
User and password are replaced with my actual credentials.
subtype 1 was needed for the secondary stream which supports mjpg.
In a browser it comes up fine. But pasting the same thing in the webcam section of repetier doesn't work. There was something in the conversation above about authentication but it wasnt really clear.
Also if it was correct in config and does not work there it might still work in printer view as they use different solutions to show the stream. If that is the case let me know. I have no webcam with that authorization method, but had tested it with a external webcam a while ago.
You can use imgur.com to upload images and post here. No registration needed if I remember correctly.
If you have a working external link from outside for the webcam I can also check directly. If that would be ok for you, send me a PM so it is not public and I check it here in my browser and in server to see why it fails. Point camera to something you do not care as long as it is semi public.
https://1drv.ms/u/s!AuMjrbCZkL1ohO9B_NlWtR5i_yCzCA?e=DeoLpV
Responsetype is multipart/x-mixed-replaced which is exactly what mjpg needs, so that seems to be the stream. You can normally see no response data as that is an ongoing stream with new images flooding so it never stops to get a final response. But you should see the video in chrome with the link. When I copy a mjpg stream url in chrome I see it. Does not work on all browsers - some need it embedded.
thanks. I will remove the cam from the port forward.
https://github.com/deepch/RTSPtoWeb