We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With gmediarender-resurrect installed on RPi 3, how can this node module be used as a control point from the Pi terminal?
gmediarender-resurrect
Is this to be modified? What should be in place of the url, since audio is being streamed from an Android and played from the Pi itself?
url
client.load('http://url.to.some/stream.avi', options, function(err, result) { if(err) throw err; console.log('playing ...'); });
Or is there some other initialization?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With
gmediarender-resurrect
installed on RPi 3, how can this node module be used as a control point from the Pi terminal?Is this to be modified? What should be in place of the
url
, since audio is being streamed from an Android and played from the Pi itself?Or is there some other initialization?
The text was updated successfully, but these errors were encountered: