You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
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
[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,
),
The text was updated successfully, but these errors were encountered: