You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added remove and remove_request_id methods to request.queue to remove
a specific request from the queue, also available as a telnet remove command (#5237)
Improved error messages in playlist parsers to include more context about the
source of the error
Added audio/aiff, audio/x-aiff and audio/x-wavpack entries to
the default settings.http.mime.extnames table so protocol.http resolves
AIFF and WavPack URLs to their real extensions instead of the .osb
fallback.
Fixed:
Fixed crash when external input (input.process, input.ffmpeg, etc.) encounters an EOF (thanks to @MikaSappi, #5139)
Fixed harbor.remove_http_handler discarding all registered handlers except the one being removed
Fixed crash in crossfade/cross when source.skip is called from outside the clock thread, e.g. from a harbor.http handler or thread.run (#5194)