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

Sending custom commands/params to stream plugin via JSONRPC #1321

Open
elParaguayo opened this issue Jan 5, 2025 · 0 comments
Open

Sending custom commands/params to stream plugin via JSONRPC #1321

elParaguayo opened this issue Jan 5, 2025 · 0 comments

Comments

@elParaguayo
Copy link

Describe the bug
Not necessarily a bug but didn't want to submit as a feature request until I'd raised it here first.

I've been writing a stream plugin for a custom audio stream (streams audio from a TVHeadend server). I'd like the ability to change channel via the JSONRPC interface but can't find a good way to do this.

I tried adding "params" to the "play" command, but these get removed.
I tried sending a custom command "playChannel". That was rejected as an invalid command.

I could use "next"/"previous" but, with 100+ channels, that's far from ideal.

So, is there a way to specify a particular source to play?

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

1 participant