A small web app for watching movies and shows easily. Based on movie-cli by @JipFr. - GitHub - movie-web/movie-web: A small web app for watching movies and shows easily. Based on movie-cli by @JipFr.
Those plugins parse live streams from specific sources. This website searches other websites for on-demand videos and returns links to them wrapped in an HTML5 video player for your convenience.
Jellyfin can handle a live stream (as in, a set of TV channels that it can tune in to) via one of these plugins, but that’s an altogether different process than hooking it up to this website.
I’m not saying it can’t be done, to be clear. It can. It’s just this would need a new plugin for Jellyfin and it’d be substantially more work than those plugins for the reasons I’ve outlined.
Well Lazyman is archived so that’s dead, but it’s also a livestream usecase for live sports.
That last one is more interesting since it’s using youtube-dl to create streaming links out of sources. Looks like it hasn’t been updated since Jellyfin 10.7.7 and JF is currently on 10.8.10, so it’d need some work for sure, but it’s definitely closer to what you’d need to do to hook this site up with JF.
Right, OK.
Those plugins parse live streams from specific sources. This website searches other websites for on-demand videos and returns links to them wrapped in an HTML5 video player for your convenience.
Jellyfin can handle a live stream (as in, a set of TV channels that it can tune in to) via one of these plugins, but that’s an altogether different process than hooking it up to this website.
I’m not saying it can’t be done, to be clear. It can. It’s just this would need a new plugin for Jellyfin and it’d be substantially more work than those plugins for the reasons I’ve outlined.
Got it. What do you think about the ones on the bottom of this comment?:
https://lemmy.world/comment/2767991
Well Lazyman is archived so that’s dead, but it’s also a livestream usecase for live sports.
That last one is more interesting since it’s using youtube-dl to create streaming links out of sources. Looks like it hasn’t been updated since Jellyfin 10.7.7 and JF is currently on 10.8.10, so it’d need some work for sure, but it’s definitely closer to what you’d need to do to hook this site up with JF.
Great, thanks!