使用AVFoundation框架对通过USB连接到Mac上的iOS设备录屏
-u iOS设备的uuid
-t 作为可选参数,选择0时通过file形式录制;选择1时,通过data帧形式录制。默认为0
启动 curl -X POST '-H "Content-Type: application/json"' -d "/Users/xxxx/Desktop/test.mov" http://127.0.0.1:9000/start
"/Users/xxxx/Desktop/test.mov"为录制文件的存储路径