flutter_vlc_player
flutter_vlc_player copied to clipboard
Please add support to send headers to play videos from url.
Do you need HTTP headers? If yes, which ones?
Do you need HTTP headers? If yes, which ones?
Yes, I need HTTP headers. Basically I want to use cookies.
Authentication header?
Authentication header?
Yes Similar to this.
Again, which ones?
We just want to be able to set custom headers for HTTP requests that player sends.
Authentication header would be great
Any update for this? I need Authentication header for streaming cameras...
+1
@jbkempf Header authorization please, really needed
Do you need HTTP headers? If yes, which ones?
To be precise this one would be super useful:
https://developer.mozilla.org/fr/docs/Web/HTTP/Headers/Authorization
For example video_player offer this with a Map value that you add in the Constructor , unfortunately it only send it once on the first request , sadly subrequests don't have the headers set so this wouldn't work for a protected Segmented Streaming 😞
Bump 👍
@justbendev Please any update on this?
+1
any update?