Ivan Zderadicka

Results 34 issues of 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,...

enhancement
low priority

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...

bug

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...

enhancement

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...

help wanted
platforms support

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...

help wanted

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...

bug
db:sqlite
macros
macros:null-inference

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...

i: bug
pkg: traverse (scope)

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 ![image](https://user-images.githubusercontent.com/2185733/76068603-b6cce780-5f91-11ea-84d0-5c4783a38eab.png) then action RUST: Restart RLS is not working, neitheir manual kill of rls. Only...