顯示具有 vlc 標籤的文章。 顯示所有文章
顯示具有 vlc 標籤的文章。 顯示所有文章

2009年12月7日

VLC RC Interface

Open RC Interface:
vlc -I rc --rc-host localhost:4444
or
vlc --extraintf rc --rc-host localhost:4444
In the RC interface, type "help" for command info.

Send command:
echo "play" |netcat localhost 4444 -q 0
add -q option for quit time