Replies: 3 comments
-
Enable hls streaming this is not currently supported out of the box by ant media server but you can do it on your side by writing a side program or ams plugin. We are currently working on a similar feature and developing it as a plugin. |
Beta Was this translation helpful? Give feedback.
-
Hi Last Peony,
Thank you for the information. Since this feature isn't currently supported
out of the box by Ant Media Server, could you recommend any tools or
libraries to help with this tasks?
I understand you're working on a plugin for a similar feature, but in the
meantime, any suggestions or recommendations for these tasks would be
greatly appreciated.
Best regards,
Davis Boeng
…On Wed, Sep 25, 2024 at 10:01 PM Last Peony ***@***.***> wrote:
Enable hls streaming
get m3u8 file
parse m3u8 file and extract ts files in desired interval
merge ts files with ffmpeg to mp4
upload mp4 to digital ocean
this is not currently supported out of the box by ant media server but you
can do it on your side by writing a side program or ams plugin.
We are currently working on a similar feature as a plugin.
—
Reply to this email directly, view it on GitHub
<#6667 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AICZD4DD4FVW4UK3FHZT2L3ZYLF4ZAVCNFSM6AAAAABOZ67LMSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZVGI3TAMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
-
ffmpeg obviously to merge ts files to mp4 each of those languages has various libraries to parse m3u8 easily. just google m3u8 parser java, nodejs etc |
Beta Was this translation helpful? Give feedback.
-
I would like to access real-time video streaming, trim the video into short clips through coding, and save the video files to DigitalOcean storage. How should I do it?
Beta Was this translation helpful? Give feedback.
All reactions