Whisper based Online-Lectures subtitle universal supply method for speed-up learning.

Based on the fact that human can read much more faster than listen while speed-up the videos.

whisper ./204-17.mp4 --model large-v2 --language Chinese --initial_prompt "以下是 普通话的句子。"
export CUDA_VISIBLE_DEVICES='1'

TCP / UDP

TCP 关注可靠性 / UDP 关注实时性

网络层 端到端 End to End

链路层 点到点 Point to Point

SDN

Ch.1

互联网:由 TCP / IP协议构成的一组协议

协议:对等实体遵守的规范xxxxxxx(define)

TCP 面向连接可靠服务

UDP 无连接不可靠服务

网络边缘(Edge 方形) / 网络核心(Core 圆形)

Clint Server模式 / P2P 分布式模式

RDT Reliable Data Transfer


g++ Server.cpp -lws2_32