Results 3 comments of Dag wood

目前最新代码返回的是m3u8, URL字符串中m3u8替换成 flv 就而已流畅播放了。

The original water filter crashed on the windows system

timestamp = int(time.time()) now = time.strftime("%Y%m%d-%H%M%S", time.localtime(timestamp)) print(now) reccmd = "ffmpeg -i '" + res_stream_flv + "' -c copy '" + now + '-'+ nickname +".flv'" reccmd = reccmd.replace("'", '"')...