Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

playFile and addToPlayList supported too few options #8

Open
ilusoiluso opened this issue Feb 22, 2023 · 1 comment
Open

playFile and addToPlayList supported too few options #8

ilusoiluso opened this issue Feb 22, 2023 · 1 comment

Comments

@ilusoiluso
Copy link

ilusoiluso commented Feb 22, 2023

in vlc http interface can support all options as array type,but this project lost most.

// publish udp screem with out sout sample
options = ['file-caching=1000', 'sout=#udp{dst=127.0.0.1:1234}', 'no-sout-all', 'sout-keep'];

const params = {
input: "C:\A.mp4", // for playlist "file:///c:/A.mp4"
option: options
};
this.sendCommand("in_play", params);
this.sendCommand("in_enqueue", params);

@alexandrucancescu
Copy link
Owner

I am willing to work on fixing this but you need to provide more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants