如何从这个 flash 在线流媒体电台获得直接流媒体 url?
How to get direct streaming url from this flash online streaming radio station?
我查看了 http://www.allindiaradio.gov.in/Gold.htm 的 Web 控制台和源代码,但无法弄清楚
您问题中提到的页面正在播放 HDS ( Adobe HTTP Dynamic Streaming ) stream for Flash Players and a HLS ( Apple HTTP Live Streaming ) stream using HTML5 video player on compatible platforms ( iOS of course, some Android versions, ... ). These streams are published using an FMS ( Adobe Flash Media Server ) 流媒体服务器。
这两个流 URL 在页面的源代码和网络浏览器的网络日志选项卡中都可见(在我的例子中是 google chrome),因为它们是两个 HTTP 流:
有关 HDS 和 HLS 的更多信息,您可以查看:
- 维基百科:Adaptive bitrate streaming.
- rgbnetworks.com : Adobe HTTP Dynamic Streaming (HDS): What You Need to Know.
- encoding.com : The Definitive Guide to HDS.
- limelight.com : Adobe HDS…In the Limelight.
- apple.com : Using HTTP Live Streaming.
- overdigital.com : HLS vs. HDS – What Is the Difference and Why You Should Care.
- encoding.com : The Definitive Guide to HLS.
希望能帮到你。
我查看了 http://www.allindiaradio.gov.in/Gold.htm 的 Web 控制台和源代码,但无法弄清楚
您问题中提到的页面正在播放 HDS ( Adobe HTTP Dynamic Streaming ) stream for Flash Players and a HLS ( Apple HTTP Live Streaming ) stream using HTML5 video player on compatible platforms ( iOS of course, some Android versions, ... ). These streams are published using an FMS ( Adobe Flash Media Server ) 流媒体服务器。
这两个流 URL 在页面的源代码和网络浏览器的网络日志选项卡中都可见(在我的例子中是 google chrome),因为它们是两个 HTTP 流:
有关 HDS 和 HLS 的更多信息,您可以查看:
- 维基百科:Adaptive bitrate streaming.
- rgbnetworks.com : Adobe HTTP Dynamic Streaming (HDS): What You Need to Know.
- encoding.com : The Definitive Guide to HDS.
- limelight.com : Adobe HDS…In the Limelight.
- apple.com : Using HTTP Live Streaming.
- overdigital.com : HLS vs. HDS – What Is the Difference and Why You Should Care.
- encoding.com : The Definitive Guide to HLS.
希望能帮到你。