pili-engineering / PLDroidMediaStreaming

PLDroidMediaStreaming 是七牛推出的一款适用于 Android 平台的推流 SDK,支持 RTMP 推流,h.264 和 AAC 编码,硬编、软编支持。具有丰富的数据和状态回调,方便用户根据自己的业务定制化开发。具有直播场景下的重要功能,如:美颜、背景音乐、水印等功能。PLDroidMediaStreaming 是现在目前重点维护的版本,自带采集模块也支持用户自己做采集端。
https://github.com/pili-engineering/PLDroidMediaStreaming/wiki
Apache License 2.0
1.45k stars 460 forks source link

TransformMatrix to SurfaceTextureCallback #136

Open gouravd opened 8 years ago

gouravd commented 8 years ago

Add TransformMatrix to SurfaceTextureCallback # onDrawFrame

Does that mean we can now have Squared Video output and Squared Previews?

gouravd commented 8 years ago

Also what exactly is libpldroid_mmprocessing.so for? Watermark or something else.

jpxiong commented 8 years ago

Does that mean we can now have Squared Video output and Squared Previews?

No. TransformMatrix is from Camera SurfaceTexture. About the Squared previews , I think you can do it in the next version. We will open the rendering module and user can custom the whole rendering things.

Also what exactly is libpldroid_mmprocessing.so for? Watermark or something else.

For watermark

gouravd commented 8 years ago

I think you can do it in the next version. We will open the rendering module and user can custom the whole rendering things.

Is this available in V1.7.0?

gouravd commented 8 years ago

Is this available in v1.7.1?

jpxiong commented 8 years ago

NO. It has been delayed.

gouravd commented 8 years ago

Any updates, is it available in 2.0.1?

jpxiong commented 8 years ago

No.

V2.1.0 will include the feature.