登录
首页 » Java » Android 录制 H264视频并上传至服务器 例子源码下载

Android 录制 H264视频并上传至服务器 例子源码下载

于 2013-08-16 发布
0 258
下载积分: 1 下载次数: 0

代码说明:

android h264视频采集,通过LOCALSOCKET上传到服务器上-android video capture and playback

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 远程视频监控
    【核心代码】 public interface CameraSource {  static final String LOG_TAG = "camera";  /**  * Open the camera source for subsequent use via calls to capture().  *   * @return true if the camera source was successfully opened.  */  boolean open();  /**  * Close the camera source. Calling close on a closed CameraSource is  * permitted but has no effect. The camera source may be reopened after  * being closed.  */  void close();  /**  * The width of the captured image.  *   * @return the width of the capture in pixels  */  int getWidth();  /**  * The height of the captured image.  *   * @return the height of the capture in pixels  */  int getHeight();  /**  * Attempts to render the current camera view onto the supplied canvas.  * The capture will be rendered into the rectangle (0,0,width,height).  * Outstanding transformations on the canvas may alter this.  *   * @param canvas the canvas to which the captured pixel data will be written  * @return true iff a frame was successfully written to the canvas  */  boolean capture(Canvas canvas);  boolean saveImage(String savePath, String fileName); }
    2013-12-04下载
    积分:1
  • android 线性布局新手入门例子
    android 线性布局新手入门例子
    2015-03-19下载
    积分:1
  • 16套微信小程序源码
    16套微信小程序源码
    2020-01-31下载
    积分:1
  • android Activity切换动画--模糊、水波纹、折叠效果
    android Activity切换动画--模糊、水波纹、折叠效果
    2014-09-29下载
    积分:1
  • android 仿微信即时聊天 XMPP 实例源码下载
    android 仿微信即时聊天 XMPP 实例源码下载
    2014-08-25下载
    积分:1
  • android 随机验证码 例子源码
    android 随机验证码 例子源码
    2014-11-07下载
    积分:1
  • android 视频通话 例子(webrtc)
    服务器端源码 看这里 https://github.com/simplehappy2600/simple-webrtc-video-chat
    2015-07-02下载
    积分:1
  • android ViewPager 左右双向滑动 实例源码
    android ViewPager 左右双向滑动 实例源码
    2014-08-08下载
    积分:1
  • android fiip特效
    android fiip特效
    2013-12-22下载
    积分:1
  • MAU4-40,-55,-70图谱
    螺旋桨图谱设计,MAU4-40,-55,-70图谱
    2019-06-11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载