Ian Manning
Member
Is there any way of playing back recordings over LAN/VPN using a web browser? I remember this used to work with Firefox many years ago, but no longer.
Perfect - many thanks!Yes, Use the Pale Moon browser
ffmpeg -i <DLNA_URL> -acodec copy -vcodec copy -f mp4 -
, with MIME type video/mp4. Surely this must work since the DLNA URLs of actual mp4 files can be played.Would I need to use something like VLC for that, and use the DLNA URL to open a network stream?Shouldn't it now be possible to use HTML5 video for this?
For recordings (MIME type video/ts, not generally supported), the source URL could direct to a stream generated by something likeffmpeg -i <DLNA_URL> -acodec copy -vcodec copy -f mp4 -
, with MIME type video/mp4. Surely this must work since the DLNA URLs of actual mp4 files can be played.
For MP4, MP3, etc, the file could be streamed directly (or using its DLNA URL, which isn't currently exposed in WebIf despite the "indexed" icon). Or, depending on browser settings just use Opt+>Download.
The OPT+ menu items won't right-clickit has been suggested that "Open in new tab" bypasses download settings, should you have a link in an existing page.
Says nothing about videos.chrome://settings/handlers
So much for the Internetz.Thanks. Unfortunately chrome://settings/handlers only shows me a couple of existing handlers - no option to add to them. "Open in new tab" and "Open in incognito tab" both go straight to file download.
A dumb user would not be well advised to attempt it. Whether that means you is not for me to say. I might have a look in due course.Presumably the web IF changes you mentioned are something to be done by a dev type person, rather than a dumb user like me?