0

アプリでの動画の再生に問題があります。基本的に私がやりたいことは、次のようなビデオへの直接リンクを取得することです: www.embed.videotube.com/player/?id=431436[...].mp4from: http://embed.videotube.com/player/?id=431436。適切なリンクを取得する www.videotools.12pings.net のような Web サイトを見てきました。

適切な API がない状況で対処する方法はありますか? (例: youtube の api)

ビデオのサムをクリックした後:

Intent intent = new Intent(Intent.ACTION_VIEW,  Uri.parse("www.embed.videotube.com/player/?id=431436[...].mp4"));
myContext.startActivity(intent);
4

1 に答える 1