rockcarry / fanplayer

A portable video player based on ffmpeg for windows and android platform.
GNU Lesser General Public License v3.0
606 stars 161 forks source link

支持网络视频实时播放吗? #37

Closed haifenghuang closed 3 years ago

haifenghuang commented 3 years ago

正如标题所说的,fanplayer支持网络视频实时播放吗? 例如,有一个网络MP4文件https://file-examples-com.github.io/uploads/2017/04/file_example_MP4_480_1_5MG.mp4,能否使用 fanplayer直接播放,而不需要先下载这个mp4文件?

rockcarry commented 3 years ago

http 可以支持,https 需要重新编译 ffmpeg 库增加 openssl 就可以了。

rockcarry commented 3 years ago

用最新版本在 win7 上实测,可以播放你给的 https 链接

haifenghuang commented 3 years ago

多谢!