Replies: 1 comment 1 reply
-
|
Quoted from my reply in #845:
The app uses multiple player backends (right now ExoPlayer and LibVLC) so implementing such a feature should not be done on our side - not the player. Otherwise the behavior won't be consistent. But this adds a feature that not a lot of users would use but does need to be maintained, Especially with the current codebase this is a no-go. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have this setup where part of my library is in the cloud and part is local.
Plex being no good for this setup, and Kodi being a mess, I have recently started looking at Jellyfin for its open-source approach. I thus created a single server in the cloud, that reaches to my local media by nfs+vpn.
Obviously, I'd like my local items to not go to cloud and back for playback so, for both libraries, I have "Shared folders" available, NFS for cloud and SMB for local, and that works fine in Kodi.
Now, I'd like to use Jellyfin native app (i.e. this ;) ) to play my media, and it happens libVlc natively supports both NFS and SMB.
I have started looking at it and it seems I have a working POC.
Would there be any opposition to have a PR that enables "Local Play" to VLC, in addition to external player?
Would there be any knwown showstoppers I didn't stumble on, yet?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions