- macOS
Mozilla/5.0 (Macintosh; Intel Mac OS X 11_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| void godBless(void) | |
| { | |
| // _ooOoo_ | |
| // o8888888o | |
| // 88" . "88 | |
| // (| -_- |) | |
| // O\ = /O | |
| // ____/`---'\____ | |
| // . ' \\| |// `. | |
| // / \\||| : |||// \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import android.util.Log; | |
| import org.apache.http.HttpResponse; | |
| import org.apache.http.client.HttpClient; | |
| import org.apache.http.entity.mime.MultipartEntityBuilder; | |
| import org.apache.http.impl.client.DefaultHttpClient; | |
| import org.apache.http.util.EntityUtils; | |
| import java.io.IOException; | |
| import java.net.URI; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import android.content.Context; | |
| import android.support.v7.widget.GridLayoutManager; | |
| import android.support.v7.widget.RecyclerView; | |
| import android.util.AttributeSet; | |
| import android.view.View; | |
| public class AutoLayoutManager extends GridLayoutManager { | |
| public AutoLayoutManager(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { |
https://github.com/JimmyVV/mpeg-dash/blob/master/README.md
现阶段,比较流行的协议主要有:HLS,RTMP,HTTPFLV。延时性就属 HLS 最菜,这是苹果自研直播流播放器,差不多播放延时有 10s+ 左右。而 RTMP 和 HTTPFLV 都和 Adobe 公司有点关系,这有种让人离不开 Flash 的感觉,他们俩的延时性都出奇的好,差不多只有 3s 左右,但是里面流确实 FLV 格式的。
但是,W3C 不同意,老子绝壁不想和 Flash 再有半点关系,我现在有 WebM,FMP4,TS 凭啥再去迁就你的 FLV?
为了从源头解决这个问题,MPEG 推出了 MPEG-DASH 直播标准来统一各种比较尴尬的流描述文件。它主要是基于 mpd 文件来做的切片和文件的 download。先来看一份简单的 MPEG-DASH 文件:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # libxml2 位置 ~/libxml2 | |
| # ijkplayer 位置 ~/ijkplayer | |
| # | |
| # 以下区块,需要编译对应架构就注释控制 | |
| # | |
| export ANDROID_NDK="/opt/android-sdk/ndk/android-ndk-r20b" | |
| export TOOLCHAIN=$ANDROID_NDK/toolchains/llvm/prebuilt/linux-x86_64 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [custom] | |
| ;增加LAN | |
| ;不要随意改变关键字,否则会导致出错 | |
| ;acl4SSR规则 | |
| ;去广告:支持 | |
| ;自动测速:支持 | |
| ;微软分流:不支持 | |
| ;苹果分流:不支持 | |
| ;增强中国IP段:不支持 |
-
确认
SFTP位置# 检查 SFTP 服务器二进制文件位置 ~$ cat /etc/ssh/sshd_config |grep -i sftp Subsystem sftp /usr/lib/openssh/sftp-server
-
设置
WinSCP连接
Environment=>SFTP=>SFTP sever改为