You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have hard coded that array and I've run into a case where I have a MIME type of application/octet-stream. I've also come across MIME type of application/binary
Thoughts on allowing a user to override or push values into the set?
The text was updated successfully, but these errors were encountered:
https://github.com/kanongil/node-hls-segment-reader/blob/86499532f115a17b6ba98bd6209a1cd1c45ae090/lib/segment-reader.js#L32-L47
You have hard coded that array and I've run into a case where I have a MIME type of
application/octet-stream
. I've also come across MIME type ofapplication/binary
Thoughts on allowing a user to override or push values into the set?
The text was updated successfully, but these errors were encountered: