Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个应用程序,我想基本上是一个无线电风格的应用程序。我有一个网站设置,它使用 Voscast 播放我设置的内容。有没有什么好的教程来设置你可以从你的 voscast 网站流式传输的 iPhone 应用程序,并从当前播放的内容中提取元数据?
它有点晚了,但您可以使用 html5 播放器将其添加到您的 HTML 代码中:
<iframe width="150" scrolling="no" height="30" frameborder="0" src="http://cdn.voscast.com/player/player.php?host=[yourHostHere]&port=[yourPortHere]"></iframe>