How can I make URLs to music files play in VLC on iOS?

老子叫甜甜 提交于 2019-12-07 16:49:52

问题


I have MP3s and other file formats that I want to provide through my website to iPhone and iPad users. VLC's iOS app seems to fit the bill, but they say

Additionally, third party websites and apps 
may include links to open streams directly in VLC for iOS.

Here is the official documentation provided

How can I do that? I can't seem to find any documentation about it. I'm considering making a custom app just to accomplish it, but that seems silly.


回答1:


Starting from VLC 2.0.2 you can use a link of type: vlc://path/to/file to have the device open VLC if it is installed.

Also check the VideoLAN forums here



来源:https://stackoverflow.com/questions/19383470/how-can-i-make-urls-to-music-files-play-in-vlc-on-ios

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!