-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
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?
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?
Metadata
Metadata
Assignees
Labels
No labels