Thomas-Sohier / jellyflut

Just a jellyfin client made in flutter (side project quality code)
MIT License
149 stars 22 forks source link

Need Some Advice #30

Closed hhacker1999 closed 2 years ago

hhacker1999 commented 2 years ago

Hy, I like your work here. I just have a small query. I am trying to build a jellyfin myself as a personal project and I want to know how do you send streamable link to flutter_vlc_player with auth header since flutter_vlc_player does not support headers and without header I am getting unauthorised error from the server.

Thomas-Sohier commented 2 years ago

Hello, last time I checked it wasn't possible. VLC do not allow to override http headers so maybe look into some http proxy via flutter to intercept traffic and add required headers. Or something similar

Good luck :)

hhacker1999 commented 2 years ago

I want to know How are you using flutter_vlc_library in your application to stream links. I am not able to achieve this because JF requires auth header for authentication and flutter_vlc_player does not support auth header. Is there any other way to authenticate in JF that you are using for streaming links?