kim-company / kim_hls

M3U8 marshaler and unmarshaler. Playlist tracker
Apache License 2.0
2 stars 6 forks source link

Storage is bloated #3

Closed dmorn closed 1 year ago

dmorn commented 1 year ago

Storage drivers have a wierd get interface that requires the driver to know where the master playlist is. Instead, require only get/2, put/2 and ready/1 without making the storage handle URI manipulations. That responsibility is moved to callers (similiar to how we create the absolute URI of a segment using its Media playlist)