Hello I'm researching about realtime streaming with mpeg-dash, rtmp by using nginx-rtmp-module.
So when the client use rtmp the video is delay from start about 1-2 secs.
But when the client use mpeg-dash with dash.js I can see the delay from
start is about 8 secs or more with setLiveDelay(1).
This is my setup.
dash on;
dash_path /tmp/dash;
dash_fragment 2s;
dash_playlist_length 10s;
Is this is the cons of mpeg-dash about realtime streaming right?
Thanks for your advise.