新增FFmpeg录制方法,但如果意外中断会存储失败

This commit is contained in:
yutou
2021-04-15 18:34:19 +08:00
parent e94033b3fd
commit 5666582641
9 changed files with 222 additions and 67 deletions

View File

@@ -0,0 +1,7 @@
package com.yutou.bilibili.BiliBili.Datas;
public class AppData {
public static String FFMPEG="";
public static String BILIBILI_HEADERS = "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36 Referer:https://live.bilibili.com";
public static boolean LIVE_SAVE_FFMPEG=false;
}