Camera onvif - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2) +--- Thread: Camera onvif (/showthread.php?tid=75) |
Camera onvif - JMM - 15.09.2015 Hi, To run a Onvif RTSP Camera in LM, I made a Html page with the plugin VLC. I put the URL of this page in a frame. In plan editor mode the page is OK in Touch mode visualization the page is OK but in User mode visualisation it is not OK Have you an idea? JMM RE: Camera onvif - admin - 15.09.2015 Can you provide the source of HTML page? RE: Camera onvif - JMM - 15.09.2015 Yes well on, it is very simple. <!DOCTYPE html> <html> <head> <meta charset="UTF-8"></meta> </head> <body> <embed type="application/x-vlc-plugin" name="video1" autoplay="yes" loop="yes" width="640" height="460" target="rtsp://192.168.1.21:554/user=admin&password=&channel=1&stream=0.sdp"> </body> </html> RE: Camera onvif - admin - 15.09.2015 It looks like VLC plugin does not work when auto-scale is enabled. This is browser issue and the only way to solve it is to disable auto-scaling (see attached screenshot). RE: Camera onvif - JMM - 15.09.2015 Sorry, with the disabled auto-scaling the problem is the same. RE: Camera onvif - admin - 15.09.2015 Can you show which settings are you using now? RE: Camera onvif - JMM - 15.09.2015 Now it is OK, it was necessary to desable "Usermode auto-size upscaling"....Thank you! Have you a issue for Android system, VLC is not compatible android? RE: Camera onvif - admin - 16.09.2015 As far as I know VLC plugin is only available on desktop Linux and Windows. RE: Camera onvif - JMM - 17.09.2015 Hi, The ONVIF system is more and more used, would it be possible for the updated version of LM to display directly the RTSP video flux? JMM RE: Camera onvif - admin - 17.09.2015 It all depends on the browser support as our visualization is purely web-based. The only solution for now is to build a custom App for Android / iOS. |