-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
httpHeaders not supported #749
Comments
The video_player_avplay and video_player_videohole's +) |
Could you please use version 2.5.3 of video_player_tizen? Updated to support |
For the httpHeader referer is there a support in the future?
Envoyé à partir de Outlook pour Android<https://aka.ms/AAb9ysg>
…________________________________
From: JunsuChoi ***@***.***>
Sent: Tuesday, September 24, 2024 3:46:32 AM
To: flutter-tizen/plugins ***@***.***>
Cc: rzilat ***@***.***>; Author ***@***.***>
Subject: Re: [flutter-tizen/plugins] httpHeaders not supported (Issue #749)
Could you please use version 2.5.3<https://pub.dev/packages/video_player_tizen/changelog#253> of video_player_tizen? Updated to support Cookies and User-Agent in httpHeaders.
—
Reply to this email directly, view it on GitHub<#749 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIW4JNA7VCMBTCPKWMBRWOTZYDHARAVCNFSM6AAAAABOSA6DNWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZQGAYDCNJYHE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
If there is a public Tizen Native API, we can support it. But since there is no such API, we cannot support it and we do not know the plan for when a native API will be supported. |
Thank you so much for your time, and we hope that for the security of our stream the token must be supported if there is no such api for the referer
Envoyé à partir de Outlook pour Android<https://aka.ms/AAb9ysg>
…________________________________
From: JunsuChoi ***@***.***>
Sent: Tuesday, September 24, 2024 10:31:56 AM
To: flutter-tizen/plugins ***@***.***>
Cc: rzilat ***@***.***>; Author ***@***.***>
Subject: Re: [flutter-tizen/plugins] httpHeaders not supported (Issue #749)
For the httpHeader referer is there a support in the future?
If there is a public Tizen Native API, we can support it. But since there is no such API, we cannot support it and we do not know the plan for when a native API will be supported.
—
Reply to this email directly, view it on GitHub<#749 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIW4JNDMAAGIRFW5IFCSMETZYEWQZAVCNFSM6AAAAABOSA6DNWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZQG43DGNJYHA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
@xiaowei-guan Is there a way to use the above requirements through avplay(plus player)? |
I can't find any api for http headers, I will check it with MM team doday. |
|
@rzilat I have checked with MM team, Player only support 'USER_AGENT','COOKIE', now, not support 'referer'. |
I am developing a flutter app for Tizen and I need to add header in the request, but I found that The httpHeaders option of VideoPlayerController.networkUrl are not supported, can someone please explain to me why ?
The text was updated successfully, but these errors were encountered: