0

使用 Ant Media Server,我有一个 mp4,我想通过 HTTP 将其作为 .m3u8 流进行流式传输。这可能吗?

我不能使用 FlowPlayer/HTML(有效)。我需要一个包含扩展名为 .m3u8 的流的原生 HTTP URL

4

1 回答 1

0

您可以使用 RTMP 将文件发布到 Ant Media Server。然后您可以从 ams_url//streams/.m3u8 访问 m3u8 文件假设您在本地主机上工作并使用 LiveApp 作为应用程序和 Steam id 进行测试,然后您可以访问: http://localhost:5080/LiveApp/streams/test。 m3u8

还要检查文档: http ://docs.antmedia.io/en/latest/Streaming-Protocols.html#hls

于 2019-08-06T05:47:28.673 回答