Re: [RDD] Network clilent audio playback problem

2018-06-12 Thread Lorne Tyndale
A few things to look at:

-For the client, make sure it has a static IP, and be sure you have
added the client in rdadmin --> Hosts

-If you are running a standard onboard (or otherwise) sound card - using
ALSA - have you set up the card in /etc/asound.conf  on the client?  You
can use rdalsaconfig for this

-Check RDAdmin --> Manage hosts --> (click on host) --> Audio adapters.
Are there any items listed under Audio Adapters?

-If you are trying to use an on-board sound card (and some inexpensive
sound cards that are not onboard also require this) you *might* need to
add your sample rate (the sample rate that Rivendell uses in rdadmin -->
System Settings) into your /etc/asound.conf - here's an example from one
of my systems:

/etc/asound.conf

# *** Start of Rivendell configuration generated by rdalsaconfig(1) ***
pcm.rd0 {
  type hw
  card 0
  device 0
rate 48000
}
ctl.rd0 {
  type hw
  card 0
}

# *** End of Rivendell configuration generated by rdalsaconfig(1) ***

Make the above addition for each of your pcm entries in /etc/asound.conf
(you will need to be root to edit this file), save your file and restart
your daemons or reboot.  Check in rdadmin --> Manage Hosts --> Audio
Adapters and see if your sound card shows up.  

While in rdadmin --> Manage Hosts check each module (rdairplay,
rdlibrary, etc) and make sure your card and port is selected for the
outputs and inputs

Hopefully one of those will point you in the right direction.

Lorne Tyndale


> 
> 
> I've been following this thread online
> 
> http://caspian.paravelsystems.com/pipermail/rivendell-dev/2016-July/024729.html
> 
> but I'm having trouble getting the client machine to actually play any audio.
> 
> Everything else works fine, it can access the mysql server and can get into 
> rdadmin but no audio plays. Neither does the level meter move. If I try to 
> play an item in rdairplay it just disappears when the start button is pushed. 
> In rdlibrary the play button illuminates in the audio editor and I can see 
> all the cue points etc  but that's as far as it goes. The server plays audio 
> no problem
> 
> Anyone got any ideas?
> 
> 
> 
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Network clilent audio playback problem

2018-06-12 Thread David Henderson
I've been following this thread online

http://caspian.paravelsystems.com/pipermail/rivendell-dev/2016-July/024729.html

but I'm having trouble getting the client machine to actually play any audio.

Everything else works fine, it can access the mysql server and can get into 
rdadmin but no audio plays. Neither does the level meter move. If I try to play 
an item in rdairplay it just disappears when the start button is pushed. In 
rdlibrary the play button illuminates in the audio editor and I can see all the 
cue points etc  but that's as far as it goes. The server plays audio no problem

Anyone got any ideas?



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