-
Notifications
You must be signed in to change notification settings - Fork 20
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
k0.11.8 版本note里面写的 support Network or Local Blu-ray Disc/BDMV,经测试发现远程的 iso 镜像播放报错。 #56
Comments
估计是传给播放的地址有问题,比如现在 smb 服务器上有个 iso 的文件,地址如下:
那么传给播放器的地址需要先百分号编码,然后加上
|
的确可以了。谢谢 |
另外想请教下,播放远程iso文件的实现原理是啥?是通过代码的方式挂载镜像还是什么办法实现?我之前测试过貌似只支持本地路径。谢谢 |
对bluray库做了移植,支持了Apple各个平台,然后自定义bluray读取数据的方式,替代本地file方式的默认实现,自定义读取数据层内部调用了 FFmpeg 内置的 url protocol 层,所以理论上可以支持任意协议播放 iso 镜像。 |
经测试发现有个bug。测试过一些镜像,有些可以正常播放,有些不行(只能播放第一段,远程和本地都一样的问题)。 比如这个镜像: |
bluray://longest 可能需要加一个这样的参数。 |
ffmpeg的协议里支持bluray协议,但貌似只支持本地路径,想了解下远程播放的实现逻辑。
The text was updated successfully, but these errors were encountered: