[RDD] rdairplay pausing/MySQL issue?

2014-04-11 Thread Rob Landry


I have a Rivendell machine (Debian 6/RD version 2.5.5) running rdairplay 
on a network where it is using /var/snd and a MySQL database residing on a 
second machine (also running rdairplay).


What I am observing is that rdairplay on the first machine (but not the 
second, where /var/snd and the database reside) will occasionally pause 
for several seconds while the audio continues to play. At the end of the 
cut, however, there will be a pause before the next cut starts.


I've never seen this behavior before; if there were droputs in playback, 
I'd suspect a network problem, but in this case ecah cut will play in its 
entirety, even though rdairplay may pause in the middle of the cut, and 
there will be a delay of some seconds before the next cut starts.


I'm guessing this is a MySQL issue. Are there parameters I should try 
tuning in my.cnf? If so, on which machine? The machine exhibiting the 
pauses is not the one hosting the database.


Thanks all.


Rob

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] rdairplay pausing/MySQL issue?

2014-04-11 Thread Wayne Merricks

Hi,

Have you tried skip name resolve in the mysql conf file?

In the [mysqld] section just add:

skip-name-resolve

Then restart the server.

Wayne Merricks
The Voice Asia

On 11/04/14 13:11, Rob Landry wrote:


I have a Rivendell machine (Debian 6/RD version 2.5.5) running 
rdairplay on a network where it is using /var/snd and a MySQL database 
residing on a second machine (also running rdairplay).


What I am observing is that rdairplay on the first machine (but not 
the second, where /var/snd and the database reside) will occasionally 
pause for several seconds while the audio continues to play. At the 
end of the cut, however, there will be a pause before the next cut 
starts.


I've never seen this behavior before; if there were droputs in 
playback, I'd suspect a network problem, but in this case ecah cut 
will play in its entirety, even though rdairplay may pause in the 
middle of the cut, and there will be a delay of some seconds before 
the next cut starts.


I'm guessing this is a MySQL issue. Are there parameters I should try 
tuning in my.cnf? If so, on which machine? The machine exhibiting the 
pauses is not the one hosting the database.


Thanks all.


Rob

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] rdairplay pausing/MySQL issue?

2014-04-11 Thread Rob Landry


That doesn't seem to have helped.

Alas, none of the logs I've checked offer any clues.


Rob


On Fri, 11 Apr 2014, Wayne Merricks wrote:


Hi,

Have you tried skip name resolve in the mysql conf file?

In the [mysqld] section just add:

skip-name-resolve

Then restart the server.

Wayne Merricks
The Voice Asia

On 11/04/14 13:11, Rob Landry wrote:


I have a Rivendell machine (Debian 6/RD version 2.5.5) running rdairplay on 
a network where it is using /var/snd and a MySQL database residing on a 
second machine (also running rdairplay).


What I am observing is that rdairplay on the first machine (but not the 
second, where /var/snd and the database reside) will occasionally pause for 
several seconds while the audio continues to play. At the end of the cut, 
however, there will be a pause before the next cut starts.


I've never seen this behavior before; if there were droputs in playback, 
I'd suspect a network problem, but in this case ecah cut will play in its 
entirety, even though rdairplay may pause in the middle of the cut, and 
there will be a delay of some seconds before the next cut starts.


I'm guessing this is a MySQL issue. Are there parameters I should try 
tuning in my.cnf? If so, on which machine? The machine exhibiting the 
pauses is not the one hosting the database.


Thanks all.


Rob

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Force CHAIN TO at fixed time

2014-04-11 Thread Peter van Embden
Hello,


Our log just started to play over at the start of the log, without chaining to 
the next day. We're trying to get our NEWS floating, but with a maximum waiting 
time (1.30 after the hour). Works fluently for 23 hours, except for midnight. 
Now I'd like to force the loading of the next log at 23.59.30. Is that possible?


Thanks in advance,


Peter van Embden

Radio Capelle

The Netherlands



Verstuurd___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] rdairplay pausing/MySQL issue?

2014-04-11 Thread Geoff Barkman
How is the network file share mounted?
Are you using nfs or samba? Samba can be quite unstable if you are using
that.
Many thanks
Geoff Barkman
On Apr 12, 2014 3:08 AM, Rob Landry 41001...@interpring.com wrote:


 That doesn't seem to have helped.

 Alas, none of the logs I've checked offer any clues.


 Rob


 On Fri, 11 Apr 2014, Wayne Merricks wrote:

  Hi,

 Have you tried skip name resolve in the mysql conf file?

 In the [mysqld] section just add:

 skip-name-resolve

 Then restart the server.

 Wayne Merricks
 The Voice Asia

 On 11/04/14 13:11, Rob Landry wrote:


 I have a Rivendell machine (Debian 6/RD version 2.5.5) running rdairplay
 on a network where it is using /var/snd and a MySQL database residing on a
 second machine (also running rdairplay).

 What I am observing is that rdairplay on the first machine (but not the
 second, where /var/snd and the database reside) will occasionally pause for
 several seconds while the audio continues to play. At the end of the cut,
 however, there will be a pause before the next cut starts.

 I've never seen this behavior before; if there were droputs in playback,
 I'd suspect a network problem, but in this case ecah cut will play in its
 entirety, even though rdairplay may pause in the middle of the cut, and
 there will be a delay of some seconds before the next cut starts.

 I'm guessing this is a MySQL issue. Are there parameters I should try
 tuning in my.cnf? If so, on which machine? The machine exhibiting the
 pauses is not the one hosting the database.

 Thanks all.


 Rob

 ___
 Rivendell-dev mailing list
 Rivendell-dev@lists.rivendellaudio.org
 http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


 ___
 Rivendell-dev mailing list
 Rivendell-dev@lists.rivendellaudio.org
 http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

  ___
 Rivendell-dev mailing list
 Rivendell-dev@lists.rivendellaudio.org
 http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Force CHAIN TO at fixed time

2014-04-11 Thread Rick


I have one hardtimed event @ the last item before the log chain  , this 
forces the rotation to the next day with a silence of 6 seconds until we 
implement the script I was sent



Peter van Embden schreef op 12-4-2014 0:15:

Hello,
Our log just started to play over at the start of the log, without 
chaining to the next day. We're trying to get our NEWS floating, but 
with a maximum waiting time (1.30 after the hour). Works fluently for 
23 hours, except for midnight. Now I'd like to force the loading of 
the next log at 23.59.30. Is that possible?

Thanks in advance,
Peter van Embden
Radio Capelle
The Netherlands
Verstuurd


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] rdairplay pausing/MySQL issue?

2014-04-11 Thread Rob Landry


I am using nfs.

This afternoon I did a backup/restore on the database after deleting a 
bunch of old logs. That seems to have helped.


Rob


On Sat, 12 Apr 2014, Geoff Barkman wrote:



How is the network file share mounted?
Are you using nfs or samba? Samba can be quite unstable if you are using
that.
Many thanks
Geoff Barkman

On Apr 12, 2014 3:08 AM, Rob Landry 41001...@interpring.com wrote:

  That doesn't seem to have helped.

  Alas, none of the logs I've checked offer any clues.


  Rob


  On Fri, 11 Apr 2014, Wayne Merricks wrote:

Hi,

Have you tried skip name resolve in the mysql conf
file?

In the [mysqld] section just add:

skip-name-resolve

Then restart the server.

Wayne Merricks
The Voice Asia

On 11/04/14 13:11, Rob Landry wrote:

  I have a Rivendell machine (Debian 6/RD
  version 2.5.5) running rdairplay on a
  network where it is using /var/snd and a
  MySQL database residing on a second
  machine (also running rdairplay).

  What I am observing is that rdairplay on
  the first machine (but not the second,
  where /var/snd and the database reside)
  will occasionally pause for several
  seconds while the audio continues to
  play. At the end of the cut, however,
  there will be a pause before the next
  cut starts.

  I've never seen this behavior before; if
  there were droputs in playback, I'd
  suspect a network problem, but in this
  case ecah cut will play in its entirety,
  even though rdairplay may pause in the
  middle of the cut, and there will be a
  delay of some seconds before the next
  cut starts.

  I'm guessing this is a MySQL issue. Are
  there parameters I should try tuning in
  my.cnf? If so, on which machine? The
  machine exhibiting the pauses is not the
  one hosting the database.

  Thanks all.


  Rob

  ___
  Rivendell-dev mailing list
  Rivendell-dev@lists.rivendellaudio.org
  
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

  ___
  Rivendell-dev mailing list
  Rivendell-dev@lists.rivendellaudio.org
  http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev




___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Cut rotation issues?

2014-04-11 Thread Pedro Picoto
I've done it before, it worlked before.
I've decided to refresh the jingles by removing the older ones and
importing newer ones. Created two carts (Ramps and Shotguns) with several
cuts in them. Also events were created with those items. I've created a few
hour clocks for testing and inserted those carts and events. None of them
rotate as I expected. The codes were checked and rechecked. All match. On
the logs, where should be just shotguns, main ids and ramps appear and
shouldn't. TOH events end with a ramp cart with several cuts. The generated
log keeps picking the same single ramp, the first of the stack. The
rotation isn't working. Shotgun events keep choosing other code jingles.
Checked and rechecked several times, tried several variables with the same
end result.
What am I doing wrong here?...
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev