-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LiquidSoap crashes when streaming ogg(theora,vorbis) to IceCast #799
Comments
Thanks for this report. Could you try with a |
It crashes with the same error
Script:
I also tried replacing source with noise() only and it errors Theora.Invalid_data! Thanks! |
Ok thanks. I'm working on compiling the latest |
Hi, I can reproduce the |
I noticed that in version 1.4.0 Liquidsoap streams noise() to IceCast without any crashes, but it still crashes when streaming any video file (.mp4, .webm, .mov, .flv) on Windows. |
Hi, We've got a lot of video-related work pending for |
Describe the bug
LiquidSoap instantly crashes when starting ogg(theora,vorbis) stream to IceCast.
Log:
Debugger said that crash happend due to unhandled exception at adress 0x000000000084A373: memory access violation when reading address 0x0000000000000000
To Reproduce
Here's the script:
Expected behavior
LiquidSoap streams videos to IceCast
Version details
Install method
Downloaded an archive for Windows: liquidsoap-1.3.7-win64
The text was updated successfully, but these errors were encountered: