Álvaro
Álvaro
Hi @ForsakenHarmony, thanks for taking a look into this PR. I have not looked at other projects, and honestly I am not sure which projects you are referring to, sorry....
Hi @ForsakenHarmony, any comments on this? I would appreciate a response to know whether I should work on it further or just close it.
Hey @camsteffen, I just replied to [an issue](https://github.com/tooxie/shiva-server/issues/176) from @fredele where I explain a little more in detail the problem you had with the 401. In short, you have `ALLOW_ANONYMOUS_ACCESS`...
It's alright, I just wanted to let you know that future versions of Shiva may break compatibility.
Hehe no worries @MorrisJobke, I figured.
Hey @fredele! Just to clarify the different return codes, when `ALLOW_ANONYMOUS_ACCESS` is `False` (the default) every single URL you try will return 401. That's a security measure, so you can't...
Hey @gomezfx, It seems that you did set it up correctly, but the `audio/mp3` URI doesn't return any path at all. The `audio/ogg` section is correct, though. I'll take a...
Maybe [Cap’n Proto](http://jparyani.github.io/pycapnp/) can be used as the communications protocol.
There was an attempt at some point, but there were no migration problems actually, so I decided to not fix a non existent problem and focus on developing the most...
Shiva doesn't stream, just provides a URI to the actual file, it's up to the fileserver to stream it. If the file is served through Shiva, it will be sent...