添加视频codeC到Android视频、codeC、Android

2023-09-05 10:14:58 作者:上了膛的枪

有人可以解释的步骤,我需要以加 新的codeC到Android?

另外,我想codeC安装为应用程序的一部分 安装(或首次发射),而不是作为一个完整的Andr​​oid操作系统的一部分 构建。

我想这样做的原因是,我有一个需要的应用程序 展现的非支持codeC(HLS或TS)的视频,但我不会 要建立一个完全成熟的视频播放器 - 只是整合了 现有,内置,播放器。

谢谢,  阿利克。

解决方案   

有人可以解释我需要以添加一个新的codeC到Android的步骤?

建立你自己的固件,或建立自己的媒体播放器(如VLC Android版)。

  

另外,我想codeC安装为应用程序安装的一部分(或第一次启动),而不是作为一个完整的Andr​​oid OS构建的一部分。

这是不可能的,除非你建立你自己的媒体播放器。

  

我想这样做的原因是,我有一个需要证明的非支持codeC(HLS或TS)的视频应用程序,但我不希望建立一个完全成熟的视频播放器 - 只是整合与现有的,内置的,播放器。

VLC对于Android是由于出(至少在某些手机上)不久,所以它可能是能够播放的格式。

Can someone please explain the steps I need to take in order to add a new codec to Android?

Android音视频开发1 Android Studio安装

Also, I would like the codec to be installed as part of an application installation (or first launch) and NOT as part of a full Android OS build.

The reason I want to do this is that I have an application that needs to show a video of a non supported codec (HLS or TS), but I wouldn't want to build a full blown video player - just integrate with the existing, built-in, player.

Thanks, Alik.

解决方案

Can someone please explain the steps I need to take in order to add a new codec to Android?

Build your own firmware, or build your own media player (like VLC for Android).

Also, I would like the codec to be installed as part of an application installation (or first launch) and NOT as part of a full Android OS build.

That is not possible, unless you build your own media player.

The reason I want to do this is that I have an application that needs to show a video of a non supported codec (HLS or TS), but I wouldn't want to build a full blown video player - just integrate with the existing, built-in, player.

VLC for Android is due out (at least for some phones) shortly, so it may be able to play your format.