flowplayer / flowplayer-mpegdash

MIT License
8 stars 13 forks source link

dash: Video file not found #27

Open sirguys opened 6 years ago

sirguys commented 6 years ago

The dash configuration objects not provided 'recoverNetworkError' parameter like hlsjs. While playing streaming music for a while If network crashes, i get error 'dash: Video file not found' in the player bar. But when i use hlsjs, I can solve problems by configuration hlsjs like this

flowplayer.conf.hlsjs = {
    recoverNetworkError: true
};

How can I do in dash configuration?

bbbo commented 6 years ago

the is currently no such option, sorry.

sirguys commented 6 years ago

Is there another way to fix this problem?