-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[video_player]Added HTTP headers setting to video_player plugin #897
Conversation
5531736
to
894c532
Compare
5f4452c
to
1bc99e9
Compare
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
@JohnGalt1717 You can add something like this into your pubspec.yaml:
You can also specify branch tvip in ref field. There are some more additions from me in that branch, but it's a bit outdated(feb 2019). There is the one more way: you can fork this repo and merge my changes into yours copy and use it. :) |
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
I'm also very interested in getting widevine and fairplay working. Any updates on when this might get merged? |
I really need this functionality as well. This PR has been open for one and a half years. Any idea when this will be merged? |
This comment was marked as abuse.
This comment was marked as abuse.
FWIW, react-native-video ran into a similar issue, and decided to go ahead with an implementation using the I'd say that this is a pragmatic way to solve this problem. |
We apologize for the long delay in triaging this PR. We’re in the process of overhauling our PR triage system to respond much more quickly, as well as working through the backlog. We’re currently working through a large backlog of PRs. As explained in CONTRIBUTING.md, votes for the corresponding issue are the primary way we’re prioritizing non-trivial reviews; this addresses a fairly highly-voted issue, so is something we can work on moving forward. In order for that to happen, the PR will need:
@Yarikk26 If you're still interested in moving forward with this, once you've done the above please comment and I'll route this to a reviewer. If not, perhaps someone else will be interested in taking over in a new PR. |
Given the lack of response to the last comment, and the new PR, I'm going to close this in favor of the new PR. |
Not the best solution for flutter/flutter#16466 especially for iOS.
It seems that there is the only one way to set headers for iOS player, but it isn't public (https://stackoverflow.com/a/23713028).