-
Notifications
You must be signed in to change notification settings - Fork 176
Open
Description
Replace the lines above into the server.js file and you get IINA,Infuse,MPV video streaming playback!
var players = {
infuse: {
title: "Infuse",
args: ["-a", "Infuse"],
subArg: null,
timeArg: null,
playArg: '',
darwin: {
path: ["/usr/bin/open"]
}
},
mpv: {
title: "MPV",
args: ["-a", "MPV"],
subArg: null,
timeArg: null,
playArg: '',
darwin: {
path: ["/usr/bin/open"]
}
},
iina: {
title: "IINA",
args: ["-a", "IINA"],
subArg: null,
timeArg: null,
playArg: '',
darwin: {
path: ["/usr/bin/open"]
}
}
};
Metadata
Metadata
Assignees
Labels
No labels