translate Pusher into English

translate Pusher into English
pull/112/head
xufulong 5 years ago
parent a207c04350
commit d63fb6ae9b
  1. 10
      app/src/main/java/com/frank/ffmpeg/Pusher.java

@ -1,7 +1,7 @@
package com.frank.ffmpeg;
/**
* 使用FFmepg进行推流直播
* Using FFmpeg to push FLV stream
* Created by frank on 2018/2/2.
*/
@ -10,7 +10,13 @@ public class Pusher {
System.loadLibrary("media-handle");
}
//选择本地文件推流到指定平台直播
/**
* JNI interface: select file and push to rtmp server
*
* @param filePath liveUrl
* @param liveUrl the url of rtmp server
* @return the result of pushing stream
*/
public native int pushStream(String filePath, String liveUrl);
}

Loading…
Cancel
Save