我通过如下命令推送视频流到到xiu ffmpeg -re -stream_loop -1 -i test.mp4 -c:a copy -c:v copy -f flv -flvflags no_duration_filesize rtmp://<my-server>:1935/live/stream 并通过如下命令播放。但是不知道什么原因,无法播放成功 ffplay -i http://localhost:8081/live/stream.flv mpv http://localhost:8081/live/stream.flv