Jump to content
  • 0

Dash implementation question


elia pimpinicchio
 Share

Question

Hi, 

if i want to create a dash paradigm from a uploaded video in my app, which is the step for create and use a dash antmedia player? 

is there limit that coming from antmedia version??

what kind of instrument i have to use for create the segment? and in which way i send it to antmedia server?

Best Regards.

Elia
Link to comment
Share on other sites

  • Answers 1
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

1 answer to this question

Recommended Posts

  • 0

Hi Elia,

Have a good day.

if i want to create a dash paradigm from a uploaded video in my app, which is the step for create and use a dash antmedia player? 

You can send your VoD stream via OBS or any FFmpeg command. Here are the steps:
1- Enable LLDASH in app settings.
2- Send your VoD file stream to Ant Media Server
3- Play your stream with https://<ams-server.com:5443/<appName>/play.html?name=streamId&playOrder=dash page.

is there limit that coming from antmedia version??

What kind of limits did you mention? There is no limitation on software side.

what kind of instrument i have to use for create the segment? and in which way i send it to antmedia server?

Ant Media Server have default DASH settings. Here are default settings:
#Duration of segments in mpd files.
settings.dashSegDuration=6
#Fragments are a property of fragmented MP4 files. Typically a fragment consists of moof + mdat.
settings.dashFragmentDuration=0.5

#Target latency
settings.dashTargetLatency=3.5

#DASH window size. Number of files in manifest
settings.dashWindowSize=5

#DASH extra window size. Number of segments kept outside of the manifest before removing from disk
settings.dashExtraWindowSize=5

#Enable low latency dash. This settings is effective if dash is enabled
settings.dash.llEnabled=true

Above details already enabled by default. If you want to use LL Dash, you just need to enable "settings.dash.llEnabled" settings. 

Please check these guides: 

I hope, I could help you.

Best Regards,
Selim

Link to comment
Share on other sites

 Share

×
×
  • Create New...