Gabriel Bertolini Heming

Results 7 comments of Gabriel Bertolini Heming

Sure, this is the manifest provided by Azure Media Services: ``` ```

Yes, you are right. I can send you the demo below from Azure Media Player demo that has the JWT token embedded: https://ampdemo.azureedge.net/?url=%2F%2Famssamples.streaming.mediaservices.windows.net%2F830584f8-f0c8-4e41-968b-6538b9380aa5%2FTearsOfSteelTeaser.ism%2Fmanifest&aes=true&aestoken=Bearer%3DeyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cm46bWljcm9zb2Z0OmF6dXJlOm1lZGlhc2VydmljZXM6Y29udGVudGtleWlkZW50aWZpZXIiOiI5ZGRhMGJjYy01NmZiLTQxNDMtOWQzMi0zYWI5Y2M2ZWE4MGIiLCJpc3MiOiJodHRwOi8vdGVzdGFjcy5jb20vIiwiYXVkIjoidXJuOnRlc3QiLCJleHAiOjE3MTA4MDczODl9.lJXm5hmkp5ArRIAHqVJGefW2bcTzd91iZphoKDwa6w8 The only thing that I see is...

I think it is something expected in smooth streaming as it is Microsoft's protocol. Also, the AMP is the Azure Media Service's proprietary player (though it not as good or...

I have changed to use DASH instead of Smoothing, and I am tried to test on your online demo player, I got another error: > Uncaught MediaError: MediaError (MEDIA_ERR_SRC_NOT_SUPPORTED) The...

Unfortunatelly, I have to use ClearKey to allow screenshots which I can't do with more sofisticated DRM. Also, we allow downloading the original video, but this wouldn't be a problem....

Hi @fiseni, thank you for your feedback. > We already support projections in the specs, you have to inherit from `Specification`. I thought it was clear that I was already...

@fiseni > we already have a construct `ISpecification` that represents the same thing > Perhaps it's time we re-evaluate composite specs and the best way to move forward in that...