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
{{ message }}
This repository has been archived by the owner on May 20, 2023. It is now read-only.
Something not implemented yet in MediaLoader is the possibility to return the loading progress.
The old Cawbird uses the signal Soup.Message returns when a new chunk was written into the buffer.
As we now use libsoup3, which does not longer uses a buffer, but writes to an InputStream we need to look how this needs to be reimplemented.
The text was updated successfully, but these errors were encountered:
Something not implemented yet in
MediaLoader
is the possibility to return the loading progress.The old Cawbird uses the signal
Soup.Message
returns when a new chunk was written into the buffer.As we now use libsoup3, which does not longer uses a buffer, but writes to an
InputStream
we need to look how this needs to be reimplemented.The text was updated successfully, but these errors were encountered: