Hi,
I am trying to display streaming content from 4 web cams within my local network. This works properly on my Linu Mint box running Firefox 48.0, but does not work on my Mackbook OSX EL Capitan 10.11.5 on Fiefdox 50.1.0 Same problem on my iMac.
HTML code is like this:
<object type="application/x-vlc-plugin" data="rtsp://LWK-xxxx:xxxxxxxx@192.168.1.xxx:554/img/video.sav" width="500" height="375" id="video1">
<param name="movie" value="rtsp://192.168.1.0/archive/xxxxxxxxxxxxxxx"/>
<embed type="application/x-vlc-plugin" name="video1" autoplay="no" loop="no" width="500" height="375" target="rtsp://LWK-xxxxx:xxxxxxxx@192.168.1.xxx:554/img/video.sav" />
I downloaded Flip4mac as I was advised to do on a stackoverflow post, but that made no difference.
I have long installed VLC, so it's not that either.
When I follow a link as below:
<a href="rtsp://LWK-xxxx:xxxxxxxx@192.168.1.xxx:554/img/video.sav"></a>
I do open the VLC player and can view my cam output, but that only works for one cam, and I want to view all 4 side by side on a web page.
I was advised from Mozilla support forum to install npaip-vlc, however I can't find that plugin when I search Firefox Plugins. I can only find some github reference to the source code. That won't do for me, sorry.
How can I view my video streams on my macbook and imac the same way it works on Linux. It worked on linux out of the box, and Linux is supposed to be hard and Mac is supposed to be easy. In this case, its backwards.
Any help you may be in pointing me to the right plugin, or extension, or addon -- whatever the term -- would be greatly appreciated.
Thank you,
Joe