Feature #2573
openAdd ability to play stream by external media player
0%
Description
It's based on vlc.ecpp. This implementation adds pink play button, which serves playlist with stream link, playable by majority of media players.
Should work with every browser allowing to open files instead of only downloading them. The feature partially answers request in https://projects.vdr-developer.org/issues/1430.
Tested on Linux with Firefox and VLC.
The patch is applicable after applying patches from https://projects.vdr-developer.org/issues/2572.
Files
Updated by tmn505 over 5 years ago
- File v2-0004-Add-ability-to-play-stream-by-external-media-player.patch v2-0004-Add-ability-to-play-stream-by-external-media-player.patch added
Sorry, there is mistake in original patch which in result didn't properly create playlist in Recordings. Please use attached 2nd version.
Updated by tmn505 over 5 years ago
- File 0005-Remove-support-for-VLC-NPAPI-plugin-and-replace-it-w.patch 0005-Remove-support-for-VLC-NPAPI-plugin-and-replace-it-w.patch added
Also for convenience added a patch to remove support for VLC NPAPI plugin and replace it with stream playlist.
Updated by Mreimer over 5 years ago
I just want to add here:
This is the feature, that I was talking about in VDR-Portal several times. I'm happy to see it implemented by tmn505!
It allows to launch any external player that you like from the Live web interface directly.
No transcoding needed on the server (which saves energy) and no CPU decoding needed on the PC (which saves some more energy).
Thumbs up from me. Would be great if this could find its way into the project GIT.
Please also apply the "Remove NPAPI" patch. This old plugin system is dead on all current browsers.