Skip to content

Commit

Permalink
HeartBeat message type changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfisto committed Jan 13, 2019
1 parent 0480d57 commit 8185117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rtsp.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Client.prototype.startHeartBeat = function() {

if (config.rtsp_heartbeat > 0){
this.heartBeat = setInterval(function() {
self.setVolume(self.volume, function(){
self.setTrackInfo('Radio', 'Stream', '', function(){
//console.log('HeartBeat sent!');
});
}, config.rtsp_heartbeat);
Expand Down

0 comments on commit 8185117

Please sign in to comment.