最終更新:2016-05-18 (水) 15:57:26 (2900d)  

Android/メディア再生
Top / Android / メディア再生

サービス

組み込みのプレーヤー

定数

  • player_type
    • PV_PLAYER = 1 - Android 2.2までのやつ。OpenCore
    • SONIVOX_PLAYER = 2
    • STAGEFRIGHT_PLAYER = 3 (AwesomePlayer)
    • NU_PLAYER = 4 (Android 4.0で追加)
    • TEST_PLAYER = 5
      • Test players are available only in the 'test' and 'eng' builds.
      • The shared library with the test player is passed passed as an argument to the 'test:' url in the setDataSource? call.

メモ

プレイヤーの選択

種類

AwesomePlayer (default player selected)

NuPlayer

  • HLS (.m3u8)
  • .sdp?
  • RTSP
  • 当初はHLS用のプレーヤー
  • Android 5.0から、ストリーミング以外の部分もやろうとしている

SonivoxPlayer? (midi files)

TestPlayer?

デベロッパーオプション

最低限

カスタム用

その中間

  • ExoPlayer supports features not currently provided by MediaPlayer, including Dynamic adaptive streaming over HTTP (DASH), SmoothStreaming? and Common Encryption

オーディオ

関連

参考