Posts: 136
Threads: 20
Joined: Jul 2015
Reputation:
0
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
Jean-Marc
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
Can you provide the source of HTML page?
Posts: 136
Threads: 20
Joined: Jul 2015
Reputation:
0
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>
Jean-Marc
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
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).
Attached Files
Thumbnail(s)
Posts: 136
Threads: 20
Joined: Jul 2015
Reputation:
0
Sorry, with the disabled auto-scaling the problem is the same.
Jean-Marc
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
Can you show which settings are you using now?
Posts: 136
Threads: 20
Joined: Jul 2015
Reputation:
0
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?
Jean-Marc
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
As far as I know VLC plugin is only available on desktop Linux and Windows.
Posts: 136
Threads: 20
Joined: Jul 2015
Reputation:
0
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
Jean-Marc
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
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.