KallDrexx / rust-media-libs

Rust based libraries for misc media functionality
Apache License 2.0
229 stars 58 forks source link

always use ChunkHeaderFormat::Empty on non-first chunks #13

Closed kcking closed 3 years ago

kcking commented 3 years ago

Thanks for the great library!

Streaming into Twitch was breaking when a payload exceeded the max chunk size. Changing this chunk format logic seemed to fix it.

KallDrexx commented 3 years ago

Thanks for this! Glad someone's getting use out of the library :D

Merged your fix in and published 0.3.4 to crates.io with the fix.

kcking commented 3 years ago

Awesome thanks for the quick publish :)