rutgersc / m3u8-rs

m3u8 parser for rust
MIT License
99 stars 23 forks source link

Serialize unknown_tag in MediaPlaylist #71

Open ypo opened 8 months ago

ypo commented 8 months ago

MediaPlaylist unknown_tag should be serialized I suggest to serialize unknown_tag before the serialization of the list of segments

sdroege commented 8 months ago

Thanks, did you see https://github.com/rutgersc/m3u8-rs/pull/59 and https://github.com/rutgersc/m3u8-rs/issues/55 ?

ypo commented 8 months ago

Thanks, did you see #59 and #55 ?

Thanks for pointing it out, I saw it too late... We can close this one if it's going to be solved by another pull-request

sdroege commented 8 months ago

I don't think @vagetman is currently working on it, and me neither. So if you want to take that over and address the concerns about ordering that would be great :)