wang-bin / fvp

Flutter video player plugin for all desktop+mobile platforms. download prebuilt examples from github actions. https://pub.dev/packages/fvp
BSD 3-Clause "New" or "Revised" License
197 stars 31 forks source link

Support HTTP header #163

Closed Predidit closed 1 month ago

Predidit commented 1 month ago

fvp 在 android/macOS/iOS 上支持 http 标头

但是 fvp 在 windows/linux 平台设置的 http 标头会被忽略

这是一个预期行为吗,我们可以为这些平台添加 http header 支持吗,这可以让我们播放通过 http header 进行权限校验的视频

eg: https://vod.2bdm.cc/2024/07/ytlwzadsg/01.mp4?verify=1728439304-BmxbrSloMKliIVjNsy38l5wnsPJ8Jv6a%2BYHK55gneVc%3D

需要referer设定为 https://www.clicli.pro/

Predidit commented 1 month ago

我注意到 fvp 通过设置 avio 来支持 http header,这似乎不应该有问题,ffmpeg原生有 http header 支持

所以这是一个 bug ?

wang-bin commented 1 month ago

android/ios/mac是也是同样用法?