简体   繁体   中英

How do I use Azure Media Services in Xamarin iOS/Android

The Azure Media Service has a SDK and advertising integration with iOS.

Is there any simple way to import this into Xamarin Forms, or Xamarin.iOS / Android?

The Azure Media Player Framework for iOS has been removed from the document and on WindowsAzure Github while it was public before.

You could try HTML5 Azure Web Media Player , might spend lot of efforts but this could be possible solution for both iOS and Android (so Xamarin.Forms is valid too) since it will be embedded in a WebView.

Are you familiar with nuget packages? Windows Azure Media Services .NET SDK is a good option for Xamarin that is available via nuget. There's a nice tutorial here at Microsoft's Azure website .

Are you planning to communicate with AMS directly from your phone APP? Is there not a mid-tier that could handle the communications back to AMS instead? Or is your goal to have users enter their Media Services credentials in the APP somehow? Or are you planning to put your own Media Services creds in the app code?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM