"RonRok" wrote:
I feel I'm getting real close to getting this to work for my rebranded HIKvision cameras (Alibi).
I can use the following URL via google chrome to stream the mjpeg substream:
http://user:password@ip/Streaming/channels/102/httppreview
So I tried setting up the stream url with no luck as:
{0}:{1}@ip/Streaming/channels/102/httppreview
I hoped IP camera viewer would just supply the http:// and then my stream url. no dice.
Is there any way to supply a complete custom url or at least get it to format it as I did for chrome?
Thanks,
Ron
"explor202" wrote:
I'm hoping someone can help me set this up for a USB camera I have in my garage. Blue Iris is installed on the garage PC, and the USB camera signal is sent over WiFi into my house. There another PC is set up running BI too, and I can see the garage cam fine (the cam model on the house PC is Raw H.264, the path is /h264/cam1). I've tried just about every configuration I can think of in IP Camera Viewer Basic, but nothing has worked. Does anyone have any suggestions?
"ioan" wrote:"explor202" wrote:
I'm hoping someone can help me set this up for a USB camera I have in my garage. Blue Iris is installed on the garage PC, and the USB camera signal is sent over WiFi into my house. There another PC is set up running BI too, and I can see the garage cam fine (the cam model on the house PC is Raw H.264, the path is /h264/cam1). I've tried just about every configuration I can think of in IP Camera Viewer Basic, but nothing has worked. Does anyone have any suggestions?
The application only works with mjpeg steams or jpeg snapshots. To view h264 steam you need extra hardware (see the help).
Thanks. When I view the garage stream in Chrome, it shows it's a jpegpull.html stream. Is that the same as jpeg snapshots? I tried adding that string but still couldn't view the camera.
"explor202" wrote:"ioan" wrote:"explor202" wrote:
I'm hoping someone can help me set this up for a USB camera I have in my garage. Blue Iris is installed on the garage PC, and the USB camera signal is sent over WiFi into my house. There another PC is set up running BI too, and I can see the garage cam fine (the cam model on the house PC is Raw H.264, the path is /h264/cam1). I've tried just about every configuration I can think of in IP Camera Viewer Basic, but nothing has worked. Does anyone have any suggestions?
The application only works with mjpeg steams or jpeg snapshots. To view h264 steam you need extra hardware (see the help).
Thanks. When I view the garage stream in Chrome, it shows it's a jpegpull.html stream. Is that the same as jpeg snapshots? I tried adding that string but still couldn't view the camera.
"ioan" wrote:"explor202" wrote:"ioan" wrote:
Thanks. When I view the garage stream in Chrome, it shows it's a jpegpull.html stream. Is that the same as jpeg snapshots? I tried adding that string but still couldn't view the camera.
You'll have to get the link directly to the image, not the page that the image is shown on. You can right click on the image in Chrome and select "Copy image address". If the address is, for example:
http://192.168.1.80/mjpg/video.mjpg?cam ... stamp=1234
In the IP Camera Viewer on your roku in the IP address you add 192.168.1.80, and in the stream url you add: /mjpg/video.mjpg?camera=1&streamprofile=test×tamp=1234
Of course, don't forget to fill in the login and password for the camera and also the port.
"explor202" wrote:"ioan" wrote:"explor202" wrote:"ioan" wrote:
Thanks. When I view the garage stream in Chrome, it shows it's a jpegpull.html stream. Is that the same as jpeg snapshots? I tried adding that string but still couldn't view the camera.
You'll have to get the link directly to the image, not the page that the image is shown on. You can right click on the image in Chrome and select "Copy image address". If the address is, for example:
http://192.168.1.80/mjpg/video.mjpg?cam ... stamp=1234
In the IP Camera Viewer on your roku in the IP address you add 192.168.1.80, and in the stream url you add: /mjpg/video.mjpg?camera=1&streamprofile=test×tamp=1234
Of course, don't forget to fill in the login and password for the camera and also the port.
Thanks for the reply. I tried that yesterday too, but since Chrome shows "/image/Cam1?time=3810" (image instead of mjpg) I assume that it's not going to work?
"ioan" wrote:"explor202" wrote:"ioan" wrote:
You'll have to get the link directly to the image, not the page that the image is shown on. You can right click on the image in Chrome and select "Copy image address". If the address is, for example:
http://192.168.1.80/mjpg/video.mjpg?cam ... stamp=1234
In the IP Camera Viewer on your roku in the IP address you add 192.168.1.80, and in the stream url you add: /mjpg/video.mjpg?camera=1&streamprofile=test×tamp=1234
Of course, don't forget to fill in the login and password for the camera and also the port.
Thanks for the reply. I tried that yesterday too, but since Chrome shows "/image/Cam1?time=3810" (image instead of mjpg) I assume that it's not going to work?
The uri doesn't have to have mjpeg in it. Try this:
fill in the IP, fill in the port (80 by default), fill in your login and password and then, in the stream url use: /image/Cam1?
See if that works.