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.
我正在尝试在 OrangePi 上的 CLI Armbian 中播放 VLC 中的视频。在全新安装的 Armbian 中,我安装了 VLC 并下载了一个示例视频。当我播放视频时
vlc video.mp4
一切似乎都正常:
但是当我创建文件 run.sh 时
然后运行它
./run.sh
视频播放不正确:
从 run.sh 脚本播放视频我做错了什么?
感谢 dafnahaktana,经过一番谷歌搜索后您的回复,我找到了解决方案
xinit -- /usr/bin/vlc-wrapper video.mp4