我希望使用将VoD (mp4)文件作为HLS流流。我该怎么做?
发布于 2020-06-02 09:13:23
在中有两个选择。
- Add/Change `settings.deleteHLSFilesOnEnded=false` and `settings.hlsPlayListType=vod` parameters.
- Restart Ant Media Server -> `sudo service antmedia restart`
- After the above steps, you need to stream your MP4 files as a Stream Source. Your Stream Source should with `autoplay=false`
- Now, you can play your created HLS files.
https://stackoverflow.com/questions/62067513
复制相似问题