castlabs / dashas

MPEG-DASH player written in ActionScript
http://castlabs.github.io/dashas
Other
102 stars 30 forks source link

Enabled playback of non-DASH content with DASH.as plugin loaded #43

Open neilrackett opened 8 years ago

neilrackett commented 8 years ago

I've modified the canHandleResource method in DashPlugin.as to identify whether or not the stream is DASH, rather than always returning true.

Without this modification, it is not possible to play non-DASH content while the DASH.as plugin loaded.