Is the Mios system broken or am I missing something? If I try and download any archived picture I get nothing more than the blank square with an x at the top where the picture should be. It was working fine before. Also I have U15 and Vera 2 with a D-Link DCS-5635 Wireless H.264 PTZ Network Camera. Never been able to get streaming with this either just a snapshot. Vera finds it as a UPNP device when I scan for them. This is one great camera and it is very accessible via all sorts of apps and web interfaces alike with full PTZ and audio control. But I would love to fully integrate it with Mios.
These are the URLs I found for the D-Link camera. Please test them and let me know which work so I can create a PTZ plugin for this camera.
[ul][li]Streaming: http:///video/mjpg.cgi[/li]
[li]Snapshot: http:///image/jpeg.cgi[/li]
[li]Pan left: http://<camera_ip>/cgi-bin/camctrl.cgi?move=left[/li]
[li]Pan right: http://<camera_ip>/cgi-bin/camctrl.cgi?move=right[/li][/ul]
Or you can find them yourself using the instructions here: http://forum.micasaverde.com/index.php/topic,8832.msg72856.html#msg72856
http://<192.168.0.5>/video/mjpg.cgi
Do I put this in where it says direct streaming url ? with the ip address ? It is saying invalid url when I try and view. I can get a snapshot so the camera is accessable on the local network ok but I am trying to do this remotly as the home is a couple of 100km away from me.
You want to have the following in the streaming url:
/video/mjpg.cgi
Your ip address and port need to go into the ip address field.
- Garrett
Ok thanks Garrett, I tried that but still no streaming. Where do I put the pan and tilt urls, I dont see a feild for them ?
I have had this camera streaming when I am on the local network but no luck remotly
There are no fields for the pan and tilt, you will need to create an implementation file to use the pan / tilt. You can probably modify the file used for the foscam cameras:
http://forum.micasaverde.com/index.php/topic,8832.msg68515.html#msg68515
This might be something that MCV should add so it will be easier for people to add the controls. Are you saying the streaming does not work local and remote, but works if you use the direct address in the browser?
- Garrett
I can stream from anywhere except when using Mios remotly, I mean instead of logging in when I am on the same network. I can browes locally and remotley to the camera without any problems and it streams. Also am using several apps to do the same. Also I have a dynamic name setup.
Streaming doesn’t work remotely, unless you follow the instructions here:
http://forum.micasaverde.com/index.php/topic,9312.0.html
@mcvflorin:
Could you add UI5 support for Cisco/Linksys WVC210 camera?
PTZ used to work in UI4 with this plugin: http://forum.micasaverde.com/index.php/topic,4539.msg24501.html#msg24501
Video streaming should work with the following VideoURLs
rtsp,0,mpeg4,,m,640,480,qai:img/media.sav:
@drag0n
The browser streaming part from the VideoURLs variable is missing from your posted value. Doesn’t this camera support streaming?
@mcvflorin
Video streaming is not currently supported. There’s no VideoURLs variable in the advanced tab.
PTZ isn’t implemented as well (“No implementation” message)
I published the plugin for this camera, which adds Pan, Tilt and Presets support. Install it and set the implementation file in the Advanced tab, impl_file field to be I_WVC210PTZ.xml.
Thanks mcvflorin for the super quick implementation
This is great customer support!
I still can’t seem to get video streaming on Vera. I’m able to stream to VLC using rtsp://xxx.xxx.xxx.xxx:554/img/media.sav. Codec is MPEG-4 and resolution 640X480.
Why don’t you try this value for the VideoURLs variable and see if it works:
rtsp,0,mpeg4,,m,640,480,qai:img/media.sav:http,0,mjpeg,,m,640,480,w:img/video.mjpeg:
[quote=“mcvflorin, post:14, topic:171477”]Why don’t you try this value for the VideoURLs variable and see if it works:
rtsp,0,mpeg4,,m,640,480,qai:img/media.sav:http,0,mjpeg,,m,640,480,w:img/video.mjpeg:
I tried Advanced, New variable: VideoURLs
New value: rtsp,0,mpeg4,m,640,480,qai:img/media.sav:http,0,mjpeg,m,640,480,w:img/video.mjpeg
but the VideoURLs variable does not appear in the Camera’s variable list. Do I need to enter anything in the New service: field when adding the variable?
I get the same. I can not input the VideoURLs into the variable section. After saving it, it does not show up.
- Garrett
Use these ones:
Service: urn:micasaverde-com:serviceId:Camera1
Variable: VideoURLs
Value: rtsp,0,mpeg4,m,640,480,qai:img/media.sav:http,0,mjpeg,m,640,480,w:img/video.mjpeg:
Will this work for the DirectStreamingURL as well?
- Garrett
DirectStreamingURL is not used anymore. Instead, that URL is used in the VideoURLs variable:
rtsp,0,mpeg4,m,640,480,qai:img/media.sav:http,0,mjpeg,m,640,480,w:img/video.mjpeg:
img/video.mjpeg is the streaming URL for the VistaCam. w means that this URL is used when accessed using an web browser from the computer. The streaming URL for Android, iPhone and Blackberry (I think?) is img/media.sav.
Florin,
The reason I ask is that on my road map of features for my android app is to get streaming working. Looking at the wiki here:
http://wiki.micasaverde.com/index.php/Remote_Camera_Streaming
Is this still valid? Meaning will the VideoURLs work with this?
- Garrett