TooTallNate / node-ogg

Node.js native binding to libogg
MIT License
65 stars 36 forks source link

Fix for decoding streaming #17

Closed danny8376 closed 5 years ago

danny8376 commented 5 years ago

According to https://xiph.org/ogg/doc/libogg/ogg_stream_packetout.html , should try to call ogg_stream_packetout again after got return value of -1. In my experience, this always happens when try to decode streaming from icecast2 server.

danny8376 commented 5 years ago

Didn't notice there's already one existing PR #6 with same patch...