次のコードを使用して .3gp 形式のビデオを再生していますが、正常に動作しますが、.sdp URL の再生中に問題に直面しています。
Intent intent = new Intent();
intent.setAction(Intent.ACTION_VIEW);
intent.setData(Uri.parse("rtsp://stream.the.sk/live/musicbox/musicbox-3m.3gp"));
startActivity(intent);
フォーマットを再生する必要がありrtsp://ss1c6.idc.mundu.tv:554/prf0/cid_29.sdp
ますが、機能しません。私を助けてください。VLCとMX Playerで再生してみました。