UI7 - RTSP Support

UI7 is released and Release notes listed RTSP feature. Anyone tried? Any other info how to confugure RTSP camera in Vera with UI7?

From release notes:
New Feature
RTSP integration (VUI-924)

latest firmware shows support for RTSP streams (ver 1.7.513)… Any other info how to confugure RTSP camera in Vera with UI

Have you heard anything about rtsp support yet?

I’ve noticed the Bosh IP camera has a field for rtsp stream. Don’t have a bosh camera. But I tried modifying the path to use the plugin with my axis camera but rtsp stream was not being used.

As of now I can’t even add regular generic cameras due to what I believe is a bug in UI7 that floods the LuaUPnp log cause high processor usage and ended up restarting the LuaUPnp engine.

the logs keep showing the following:

02 03/15/15 2:49:48.200 Generic_IP_Camera_Manager::REQ_Image 60 rb: (nil) return:0 httpresp:200 read 33536 wrote 33536 image 33406 lastfail: 0/-1 isfail: 0 knownerror: 0 wrote image: 0/(null) plugin: 0xfe87a8/0 diffb4clean:17629184 after:17629184 <0x6e762520>

02 03/15/15 2:49:48.284 Generic_IP_Camera_Manager::REQ_Image 51 rb: (nil) return:28 httpresp:200 read 1093976 wrote 1093976 image 1093793 lastfail: 0/-1 isfail: 0 knownerror: 0 wrote image: 0/(null) plugin: 0xeb6d88/0 diffb4clean:17629184 after:17629184 <0x71424520>

02 03/15/15 2:49:48.326 Generic_IP_Camera_Manager::REQ_Image 51 rb: (nil) return:28 httpresp:200 read 1093976 wrote 1093976 image 1093793 lastfail: 0/-1 isfail: 0 knownerror: 0 wrote image: 0/(null) plugin: 0xeb6d88/0 diffb4clean:17629184 after:17629184 <0x70a24520>

02 03/15/15 2:49:48.511 Generic_IP_Camera_Manager::REQ_Image 60 rb: (nil) return:0 httpresp:200 read 33587 wrote 33587 image 33457 lastfail: 0/-1 isfail: 0 knownerror: 0 wrote image: 0/(null) plugin: 0xfe87a8/0 diffb4clean:17629184 after:17629184 <0x6ffe3520>

02 03/15/15 2:49:48.545 Generic_IP_Camera_Manager::REQ_Image 48 rb: (nil) return:28 httpresp:200 read 1670959 wrote 1670959 image 1670774 lastfail: 0/-1 isfail: 0 knownerror: 0 wrote image: 0/(null) plugin: 0xee7a88/0 diffb4clean:17629184 after:17629184 <0x71e24520>

02 03/15/15 2:49:48.820 Generic_IP_Camera_Manager::REQ_Image 51 rb: (nil) return:28 httpresp:200 read 1093874 wrote 1093874 image 1093691 lastfail: 0/-1 isfail: 0 knownerror: 0 wrote image: 0/(null) plugin: 0xeb6d88/0 diffb4clean:17629184 after:17629184 <0x6f562520>

Would love to know if anybody managed this, I’ve had no luck

still no luck ?
I can get stream with rtsp://192.168.5.251:554/user=admin&password=&channel=1&stream=0.sdp? in vlc
but cant get it work in vera lite ui7…

Did you ever figure this out? I am using VeraLite version 1.7.719. I have a QCAM IP3M952E. I can connect to camera with VLC using:

rtsp://[username]:[password]@192.168.112.8:554//h264Preview_01_main

The Wiki (http://wiki.micasaverde.com/index.php/Luup_UPnP_Variables_and_Actions) suggests the Vera URL should be:

rtsp,rtsp,//h264Preview_01_main

That doesn’t work. I have tried multiple combinations of the URL with no success.

rtsp,//h264Preview_01_main
rtsp,rtsp,/h264Preview_01_main
rtsp,/h264Preview_01_main

I even pasted the URL with IP, username and password into the Vera URL box but, that didn’t work. Please let me know if you have any success.