ant-media / Ant-Media-Server

Ant Media Server is a live streaming engine software that provides adaptive, ultra low latency streaming by using WebRTC technology with ~0.5 seconds latency. Ant Media Server is auto-scalable and it can run on-premise or on-cloud.
https://antmedia.io
Other
4.2k stars 619 forks source link

Clipping #6393

Open harmen42 opened 2 months ago

harmen42 commented 2 months ago

We are a grassroot sport stream company and our customers want to make clip's (30 seconds) of live and recorded streams. Purpose is for analysing and performance increase and for sharing on socials.

Suggestion from ANT media was using the start stop API call, but that does not work in live recording as you will miss stream in recorded It might work in recorded but is not ideal.

We need something else

brixxnatt commented 2 months ago

+1

mekya commented 2 months ago

Hi @harmen42,

Thank you for the feature request. I think we can provide a solution to you with HLS recording a capturing some specific times and durations.

I'm adding to the Next Sprint to let my colleagues respond you and provide a solution .

Cheers Oguz

brixxnatt commented 2 months ago

+1+1+1+1+1+1+1

mekya commented 2 months ago

Hi @brixxnatt,

Let's connect on linkedin, you're very active and I want to discuss what we can do together with you.

yashtandon113 commented 2 months ago

Hi @harmen42 @brixxnatt

You can check out the below document to record HLS files on the server and play them by defining a specific time interval, like 30 seconds. https://antmedia.io/docs/guides/playing-live-stream/hls-playing/#hls-play-for-a-given-time-interval

After fetching the modified m3u8 file, you can convert it to mp4 on your end.

Please let us know if that helps you.

harmen42 commented 2 months ago

Thanks, we’ll look into this and get back to you!

From: yashtandon113 @.> Sent: Tuesday, 25 June 2024 15:11 To: ant-media/Ant-Media-Server @.> Cc: harmen42 @.>; Mention @.> Subject: Re: [ant-media/Ant-Media-Server] Clipping (Issue #6393)

Hi @harmen42 https://github.com/harmen42 @brixxnatt https://github.com/brixxnatt

You can check out the below document to record HLS files on the server and play them by defining a specific time interval, like 30 seconds. https://antmedia.io/docs/guides/playing-live-stream/hls-playing/#hls-play-for-a-given-time-interval

After fetching the modified m3u8 file, you can convert it to mp4 on your end.

Please let us know if that helps you.

— Reply to this email directly, view it on GitHub https://github.com/ant-media/Ant-Media-Server/issues/6393#issuecomment-2188911116 , or unsubscribe https://github.com/notifications/unsubscribe-auth/BJCOYDNURBWUU3DLVZ4UZZDZJFT5PAVCNFSM6AAAAABJCQDDHOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBYHEYTCMJRGY . You are receiving this because you were mentioned. https://github.com/notifications/beacon/BJCOYDNODG2A6RM2CBXSP5DZJFT5PA5CNFSM6AAAAABJCQDDHOWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUCPARAY.gif Message ID: @. @.> >

burak-58 commented 1 month ago

I am putting this to backlog for now. We can check the it again later.