nareix / joy4

Golang audio/video library and streaming server
MIT License
2.66k stars 501 forks source link

Fix panic in ReadPanic when no streams #61

Closed samuel closed 5 years ago

samuel commented 6 years ago

mp4.Demuxer.ReadPacket panics if there's no streams. This change makes it return an error instead.