Ivan Zderadicka
Ivan Zderadicka
This can help with limited clients - especially mobile clients - as there are already couple of Subsonic API clients. Not sure if we can match Subsonic API to audioserve,...
Without transcoding, just remuxing audio stream ffmpeg fails with ``` [adts @ 0x562cb448d440] Scalable configurations are not allowed in ADTS Could not write header for output file #0 (incorrect codec...
I have seen other some audiobooks servers supporting HLS, it looked quite interesting, because it provides new possibilities for streaming. So I was thinking about DASH as more standard alternative...
Apple platforms do not support opus+ogg format, which is default in audioserve. On OSX alternative browser(FF or Chrome) seems to work fine, but Safari is not. I think Apple supports...
With policy changes Travis now sucks. I've already move CI scripts for server to GH Actions. Also should move Android CI scripts. If anybody has experience with Android build on...
Got this after I add another bindings to page that already worked ( if.bind). Not exactly sure where is problem ``` Uncaught (in promise) TypeError: Cannot read property 'filter' of...
```rust let mut recs = sqlx::query!( r#" select id, path, title, album, artist from tags order by path ; "# ) .fetch(&pool); ``` in above query id ( defined as...
Hi I have found this problem: ### Input Code ```js let myVar = {val:1}; switch (myVar.val) { case 0: alert('MyVar.val is 0'); break; case 1: let myVar = 'dummy'; alert('Myvar.val...
Hi, when you creating audio element in code you fix crossorigin to anonymous `audio.crossOrigin = "anonymous";`. This causes problem with servers, which would require some credentials to be included with...
From time time time RLS got stuck on indexing - see screenshot of status bar  then action RUST: Restart RLS is not working, neitheir manual kill of rls. Only...