Skip to content
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

[video player]Videos that require request header cannot be played on airplay #33

Open
mike841123 opened this issue Sep 18, 2024 · 0 comments

Comments

@mike841123
Copy link

mike841123 commented Sep 18, 2024

[video player]Videos that require require request cannot be played on airplay

_controller = VideoPlayerController.networkUrl(
'https://example.com/your-video.mp4',
httpHeaders: {
'Authorization': 'Bearer your-token',
},
)

AirPlayRoutePickerView(
prioritizesVideoDevices: true,
tintColor: Colors.white,
activeTintColor: Colors.white,
backgroundColor: Colors.transparent,
),

@mike841123 mike841123 changed the title [video player]Videos that require header cannot be played on airplay [video player]Videos that require request header cannot be played on airplay Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant