clappr / dash-shaka-playback

A dash playback (based on shaka-player) for :clapper: Clappr
BSD 3-Clause "New" or "Revised" License
77 stars 27 forks source link

Avoid exceptions due to undefined shakaPlayer #88

Closed jhonatangcavalcanti closed 4 years ago

jhonatangcavalcanti commented 4 years ago

There are some cases where some getters are accessed before the shakaPlayer creation.

This commit will avoid exceptions by settings default values for these cases.