beta - everything here is considered beta.
I've put partridge behind authentication, to stop it being accessed by the wider internet. For reasons. As previously discussed.
I've played around with various schemes, but the limiting issue is that on ios access by vlc player (or suchlike) is required...and that can't log in with browser token based schemes.....
So I've opted for a basic authentication scheme, where the username and password needs to be encoded in the http(s) header. Thus, access is in the form:
https://username:password@partridge.trentend.uk/apiatt.ogg
breaking that down, the stream url is:
https://
your username
:
your password
@
partridge.trentend.uk/apiatt.ogg
That should play the stream in a supported browser (not apple, they just don't work), or in a player like vlc player.
If you would like to test it, ready for next season, or you have a partridge fetish year round, please apply by private message and I will give you the requisite permissions to do so.