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.25k stars 623 forks source link

Uploading MP4 #2367

Open ghost opened 4 years ago

ghost commented 4 years ago

So, demoing the enterprise and community versions I found out when I upload a MP4 it's not doing adaptive streaming. it just downloads the file to the browsers temp folder. Is this not a feature of Ant Media?

Thank you for all of your help!

mekya commented 4 years ago

Hey @precision1980 ,

Yeah it just uploads the MP4 file to the VoD folder. It does not provide adaptive streaming for that. You have at least two options for that.

  1. You can use Live Linear Streaming for VoD content to make it adaptive -> https://antmedia.io/linear-live-streaming-101/
  2. You can convert MP4 file to let's say HLS format with different bitrates by using FFmpeg.