我正在使用ffmpeg从linux服务器(192.168.0.10)向无头客户端传输音频。
ffmpeg -i INPUT -acodec libmp3lame -ar 11025 --f rtp rtp://192.168.0.100:1234在无头客户机上,我试图在命令行上使用vlc播放流。
cvlc rtp://192.168.0.10:1234我犯了个错误
inhibit interface error: Failed to connect to the D-Bus session daeon: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11发布于 2018-12-19 16:37:25
我在客户端上安装了ffmpeg,现在使用的不是这样的显示:
ffplay -nodisp rtp://192.168.0.10:1234
https://serverfault.com/questions/942554
复制相似问题