I am currently testing VLC as an embedded player in Chrome/Firefox. In the https://wiki.videolan.org/Documentation:WebPlugin/ it says that Optional element text will be seen as long as no video is shown. I tried using the embed tag below and cannot seem to see the text value 'Waiting for Video...'.
Code: Select all
<embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org"
version="VideoLAN.VLCPlugin.2" id="vlc1"
target="rtsp://ipaddress/cam/realmonitor?channel=2&subtype=1&authbasic=xxxxxxxxxx"
text="Waiting for Video..." />
If that is not the case any suggestion/s that would meet my objective will be appreciated.
Regards,
Walter