简体   繁体   English

如何在Xamarin iOS / Android中使用Azure媒体服务

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

The Azure Media Service has a SDK and advertising integration with iOS. Azure媒体服务具有与iOSSDK和广告集成。

Is there any simple way to import this into Xamarin Forms, or Xamarin.iOS / Android? 有没有简单的方法将其导入Xamarin Forms或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. 适用于iOS的Azure媒体播放器框架已从文档和WindowsAzure Github中删除,但之前已公开。

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. 您可以尝试HTML5 Azure Web Media Player ,可能需要花费很多精力,但这可能是iOS和Android的可能解决方案(因此Xamarin.Forms也是有效的)因为它将嵌入到WebView中。

Are you familiar with nuget packages? 你熟悉nuget包吗? Windows Azure Media Services .NET SDK is a good option for Xamarin that is available via nuget. Windows Azure Media Services .NET SDK是通过nuget可用的Xamarin的一个很好的选择。 There's a nice tutorial here at Microsoft's Azure website . Microsoft的Azure网站上有一个很好的教程。

Are you planning to communicate with AMS directly from your phone APP? 您是否打算直接通过手机APP与AMS沟通? Is there not a mid-tier that could handle the communications back to AMS instead? 难道没有中间层可以处理回AMS的通信吗? Or is your goal to have users enter their Media Services credentials in the APP somehow? 或者您的目标是让用户以某种方式在APP中输入他们的媒体服务凭据? Or are you planning to put your own Media Services creds in the app code? 或者您打算在应用程序代码中添加自己的媒体服务信誉?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用android媒体服务将媒体恢复为活动状态? - How do I use the android media services to return that media to my activity? 如何将 Azure 媒体服务连接到 android 应用程序? - How to connect Azure media services to android application? 我应该在Android中使用Azure中的哪个SDK库来使用Media Services? - Which sdk library from Azure I should use in Android to use Media Services? 适用于iOS,Android和Web音频播放的Azure媒体服务预设[流式传输] - Azure Media Services Preset for iOS, Android and Web Audio Playback [Streaming] 如何确保无需计时器即可在Android应用程序中使用Azure移动服务? - How do I make sure I can use Azure Mobile Services in my Android app without a Timer? 如何:使用Azure Media Services在Android上流音频? - How to: Stream Audio on Android using Azure Media Services? 如何使用android的azure认知翻译服务? - How to use azure cognitive translation services with android? 如何使用自定义android.media.MediaDataSource和android.media.MediaPlayer? - How do I use custom android.media.MediaDataSource along with android.media.MediaPlayer? 将视频从android流传输到Azure媒体服务 - stream video from android to Azure Media Services 如何在Xamarin.Android中使用SharedPreferences? - How do I use SharedPreferences in Xamarin.Android?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM