如何将 Azure 媒体服务连接到 android 应用程序?

How to connect Azure media services to android application?

我已经将 raspberry pi USB 摄像头连接到 Azure 媒体服务 (AMS) 进行直播,现在我想将 AMS 集成到我的 android 应用程序中吗?我该怎么做?

听起来你想知道如何在 android 应用程序上使用来自 Raspberry PI 的 USB 摄像头并流式传输到 AMS 的视频。

根据官方教程,我认为有两种方法可以通过Android在AMS上播放视频。

  1. 使用 Android 上的现有玩家,请参阅 here
  2. 为您的 android 应用开发和集成视频播放器,请参阅 here