Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将一台计算机的桌面流式传输到内部网络上的另一台计算机。我正在尝试在发送端使用 ffmpeg,在接收端使用 VLC。我正在使用屏幕捕获记录器作为视频输入设备。我一直在尝试命令:ffmpeg -f dshow -i video="screen-capture-recorder" -f mpegts udp://host:port使用此命令,接收机器会有 2-5 秒的延迟。我需要将延迟降低到不到一秒。
ffmpeg -f dshow -i video="screen-capture-recorder" -f mpegts udp://host:port
有人对如何减少延迟有任何建议吗?