John Korsnes

Results 77 comments of John Korsnes

The API is generating the URLs from the sent user-agents in the request (i.e. Mobile Safari user-agents returns HLS streams, Chrome desktop returns .f4m). ![image](https://f.cloud.github.com/assets/206726/1464182/307d526c-4541-11e3-90ae-bedcd6fb5067.png)

@nelsonmenezes http://v7.psapi.nrk.no/mediaelement/{programid}

When asking mediaelement/nrk, you are asking getting the live stream in return and I think there was work done on adding some sort of encryption to it earlier this fall...

For Android, the API returns a mediaURL that redirects the user to NRKs native apps on Android. http://tv.nrk.no/androidapp?url= If you're targeting higher versions of Android, I think they might support...

Det er ikke så mye nytt å melde dessverre, dette er endepunkter som fantes i v7 også, men er bak API-nøkler (fortsatt). Jeg kan videreformidle ønsket om aksess, men kan...

tv.nrk.no has no new features, but we're doing a maintanence release tomorrow. There will be no changes towards listobjects action you are mentioning within that release. Just fyi - the...

Not sure if it has been considered, today it's required to setup-dotnet to have the runtime GitVersion needs, correct? Wouldn't it make sense to either shipping a self-contained version of...

If it's indeed self-contained, why does the error tell me to install a specific runtime? Not sure I fully get it. I thought self-contained meant it had the relevant runtime...

Ah, the GitHub Action uses the dotnet global tool under the hood. I missed that. If it used the self-contained exe instead, I wouldn't need require an additional setup-dotnet, I...

Here's what I had to do for a `dotnet` function using the latest function runtime on Windows: ```csharp using Pulumi; using Pulumi.AzureNative.Insights; using Pulumi.AzureNative.Web; using Pulumi.AzureNative.Web.Inputs; using Pulumi.AzureNative.Storage; using Pulumi.AzureNative.Storage.Inputs;...