Closed hhacker1999 closed 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 :)
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?
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.