[RDD] caed: unable to allocate stream for card 0

2020-06-09 Thread starrbuck1...@gmail.com
While I can import and export audio cuts just fine, I am unable to record
anything. I have jackd and RD configured correctly, but when I hit record
from RDLibrary, this appears in the operations log:

caed: unable to allocate stream for card 0

Any ideas?

jackd startup:

-

/bin/jackd -dalsa -dhw:PCH,0 -r48000 -p4096 -n3 -S

-

Audio resources:

-

SUPPORTED AUDIO DRIVERS
  AudioScience HPI [not active]
  JACK Audio Connection Kit [Generic]
  Advanced Linux Sound Architecture (ALSA) [1.1.8]

SUPPORTED IMPORT FORMATS
Free Lossless Audio Codec (FLAC)
OggVorbis
PCM16 Linear
PCM24 Linear

SUPPORTED EXPORT FORMATS
Free Lossless Audio Codec (FLAC)
MPEG Layer 2
MPEG Layer 3
OggVorbis
PCM16 Linear
PCM24 Linear

AUDIO ADAPTERS
  Card 0: JACK Audio Connection Kit
  Driver: JACK Audio Connection Kit
  Inputs 24
  Outputs 24

  Card 1[-24]: Not present

-

RDAirPlay is outputting to card 0 port 0.  RDLibrary is set to record in
PCM16 from card 0 port 1 and playback to card 0 port 1. RD is running as
"rivendell" in rd.conf with installed user "rd" which is a member of the
audio group. Hostname is "audio" and I am using a static IP address.
Running on CentOS 7.8.2003 using RD version 3.4 and I followed the install
procedure from Paravel Systems.
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Streaming clients

2020-06-19 Thread starrbuck1...@gmail.com
Mike,

You can use GlassCoder/GlassGUI, BUTT, or Darkice.  BUTT and Darkice you
would need to compile yourself.  It's not difficult.  If you decide to try
Darkice, make sure you get version 1.4.

On Fri, Jun 19, 2020 at 7:21 AM Mike Cox  wrote:

> Hi all
>
> Can anyone let me know what streaming client they are using to send to
> Icecast from Centos 7?
>
> I have been trying Glasscoder but it only runs for a while then crashes
> (see earlier thread). I normally use BUTT but it doesn't seem to be
> available on Centos.
>
> I'm running Centos 7 with Rivendell and JACK. I just need something to
> stream my audio to Icecast without having to take the audio out as analogue
> and feed it into an Ubuntu box so I can use BUTT.
>
> Many thanks everyone.
>
> Mike
> --
>
> --
>
> Mike Cox
> Managing Director
> The Rosetta Group Ltd
>
> Email: mike@rosetta.group
> Website: www.rosetta.group
> Phone: 01983 229 229
>
> 
>
> Have a look at our new cloud phone system at www.rosettatelecom.com
>
> Pay us by direct debit by clicking this button
> 
> ___
> 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] Streaming clients

2020-06-19 Thread starrbuck1...@gmail.com
To run Rivendell as not root (user rd in this example), edit
/usr/lib/systemd/system/rivendell.service and add this to the bottom of the
[Service] section:

User=rd


On Fri, Jun 19, 2020 at 5:35 PM Lorne Tyndale 
wrote:

> Using Jack it all has to run as the same user.  With Rivendell 3 the
> easiest is to just set it up to have Rivendell start it up under the
> Jack Settings dialog in rdadmin -> Manage Hosts.  The entry I have is:
>
> /usr/bin/liquidsoap /home/rd/liquidsoap.liq
>
> Note that normally Liquidsoap won't by default allow it to run as root.
> However you can put into the configuration file (in my case called
> liquidsoap.liq) the following line:
>
> set("init.allow_root",true)
>
> That'll allow it to run as root.
>
> Of course set up the configuration file to accept a Jack input, any
> processing you want to do, and to send it to your streaming server.
> Once it all starts up then have a look at the connections under qjackctl
> (run this as root so that it can see Jack) and you'll be able to figure
> out the Jack Connections that need to be set up.
>
> If doing this all from within Rivendell then just build a macro to
> establish all the Jack connections and you should be off to the races!
>
> The other way to do it, there was a posting a while back on how to get
> systemd to run the Rivendell services as a non-root user.  It isn't that
> difficult to do and then as long as Liquidsoap is run as the same user
> as Rivendell and Jack then everything will see each other.  I seem to
> recall in that discussion there were other disadvantages to having the
> services run as a non-root user, but I can't recall the specifics.
>
> Lorne
>
> >
> > Lorne,
> >
> > just a quick question to try and help Mike to avoid wasting a lot of
> time.
> >
> > Are you using jack? If so, are you letting Riv run jack as root as it
> likes
> > and somehow getting liquidsoap to run as root? Or are you making Riv run
> > jack as another user and letting liquidsoap run as the same user?
> >
> > all the best,
> >
> > drew
> >
> > On Fri, Jun 19, 2020 at 3:12 PM Mike Cox  wrote:
> >
> > > Thanks Lorne
> > > Our streaming server uses LS built into Azuracast. I'm not sure about
> > > setting it up manually though.
> > > As I come from Ubuntu land I'm more used to things just working :)
> > >
> > > Drew has helped guide me with Jack and that works nicely. Glasscoder
> did
> > > work nicely but seems to crash a lot.
> > >
> > > I'll see if I can work out how to get LS working.
> > >
> > > Thanks for your help.
> > >
> > > Mike
> > >
> > > Mike Cox
> > > Managing Director
> > > The Rosetta Group Ltd
> > >
> > > Email: mike@rosetta.group
> > > Website: www.rosetta.group
> > > Phone: 01983 229 229
> > >
> > > 
> > >
> > > Have a look at our new cloud phone system at www.rosettatelecom.com
> > > See our payment options and pay online by clicking here Pay online
> > >
> > > --
> > > *From:* Lorne Tyndale 
> > > *Sent:* Friday, June 19, 2020 8:05:13 PM
> > > *To:* Mike Cox ;
> > > rivendell-dev@lists.rivendellaudio.org <
> > > rivendell-dev@lists.rivendellaudio.org>
> > > *Subject:* RE: [RDD] Streaming clients
> > >
> > > Mike,
> > >
> > > Check out Liquidsoap.  It works extremely well, has been my go-to
> > > streaming client for years.
> > >
> > > I like it because in addition to just streaming, you can have it do
> > > processing on the fly.  It can also generate multiple streams using
> > > different codecs and bitrates all at the same time.  As an example I
> > > have one station that streams the following bitrates, all coming from a
> > > single instance of Liquidsoap.
> > >
> > > 32k AAC
> > > 64K AAC
> > > 96K AAC
> > > 96K MP3
> > > 128K AAC
> > > 128K MP3
> > > 192K AAC
> > > 192K MP3
> > > 256K AAC
> > > 256K MP3
> > > 320K AAC
> > > 320K MP3
> > >
> > > Lorne Tyndale
> > >
> > > >
> > > >
> > > > Hi all
> > > >
> > > > Can anyone let me know what streaming client they are using to send
> to
> > > > Icecast from Centos 7?
> > > >
> > > > I have been trying Glasscoder but it only runs for a while then
> crashes
> > > > (see earlier thread). I normally use BUTT but it doesn't seem to be
> > > > available on Centos.
> > > >
> > > > I'm running Centos 7 with Rivendell and JACK. I just need something
> to
> > > > stream my audio to Icecast without having to take the audio out as
> > > > analogue and feed it into an Ubuntu box so I can use BUTT.
> > > >
> > > > Many thanks everyone.
> > > >
> > > > Mike
> > > >
> > > > --
> > > >
> > > >
> 
> > > >
> > > > Mike Cox
> > > > Managing Director
> > > > The Rosetta Group Ltd
> > > >
> > > > Email: mike@rosetta.group
> > > > Website: www.rosetta.group
> > > > Phone: 01983 229 229
> > > >
> > > > 
> > > >
> > > > Have a look at our new cloud phone system at www.rosettatelecom.com
> > > > 
> > > >
> > > > Pay us by direct debit by

Re: [RDD] Riv Server advise

2020-07-17 Thread starrbuck1...@gmail.com
I'm running mine on a T20 with a Xeon E3-1246 v3 under ESXi and there's
plenty of power to spare.


On Fri, Jul 17, 2020 at 11:16 AM Tom Van Gorkom 
wrote:

> I need to upgrade our CentOS 6.9 servers to v7 and these "servers" are
> getting old. I debated whether to upgrade the MB and CPU or buy a Dell T40
> or T140 Xeon basic server to save time and avoid compatibility issues. Is
> this an overkill?
>
> Any suggestions on what the Rivendell server needs to be capable of  - how
> many cores and threads?  My impression is that it doesn't work that hard
> but system 7 is a bit more heavy.
>
> Thanks,
> Tom Van Gorkom
> Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
> Office: 956-380-8150
> Cell: 865-803-7427
> www.radioesperanza.com
>
> Director of Media
> Rio Grande Bible Ministries
> 4300 S US Hwy 281
> Edinburg, TX 78539
> www.riogrande.edu
> ___
> 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] Auto Mount of /var/snd On reboot Does Not Work

2021-06-27 Thread starrbuck1...@gmail.com
This works for me:

# Rivendell
{IP address of Rivendell Server}:/var/snd /var/snd nfs
auto,nofail,noatime,nolock,intr,tcp,actimeo=1800 0 0

On Sun, Jun 27, 2021 at 5:09 PM wa7skg  wrote:

> Two machines in client/server configuration. CentOS7 and RD 3.5.
>
> Set up export stuff on rd1 and fstab on rd2.
>
> rd1:/var/snd /var/snd  nfs _netdev,defaults,auto   0 0
>
> However, if I reboot rd2, it does not mount /var/snd from rd1. If I
> 'sudo mount -a' it mounts fine.
>
> I have inquired about this on other forums with various results including:
>
> "Your mount does not work because your network/nfs is not up at the time
> /etc/fstab is evaluated."
>
> "NOTE: you mount external /var/snd to local /var/snd which is
> definitely bad idea."
>
> "Use autofs"
>
> "Use systemd"
>
> "In your fstab replace “auto” with “noauto,x-systemd.automount”"
>
> Perhaps some of these comments may be useful, but I don't know how to
> implement any of them.
>
> I've been out of this for a few years, and the whole systemd thing is
> still confusing to me.
>
>
> I've been given a number of setup guides which all have fstab
> configurations, but they may be for older versions of stuff.
>
> Is anybody up to date with modern equipment on this?
>
> Thanks for any ideas.
>
>
> --
> 73,
> Michael WA7SKG
>
> "Any day you do not learn one new thing is a wasted day."
> ___
> 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 Crash - Double Free Corruption

2022-02-24 Thread starrbuck1...@gmail.com
And you really should upgrade them all.  Fred shouldn't have to support
much older versions.  It's just not realistic.


On Thu, Feb 24, 2022 at 1:34 PM Rob Landry <41001...@interpring.com> wrote:

>
> It's ancient, but I run it on at least half a dozen stations, and have
> never encountered any crashes at log-loading time.
>
>
> Rob
>
> --
> Не думай что всё пропели,
> Что бури все отгремели;
> Готовься к великой цели,
> А слава тебя найдёт.
>
>
> On Thu, 24 Feb 2022, Fred Gleason wrote:
>
> > On Feb 23, 2022, at 22:32, Steve  wrote:
> >   This is Rivendell 2.19.3 on CentOS 7.
> >
> >
> > That’s an ancient version. There have been literally hundreds of bug
> fixes
> > and feature enhancements made since in the v3.x tree. Your best bet
> would be
> > to upgrade.
> >
> > See:
> >
> http://wiki.rivendellaudio.org/index.php/Upgrading_from_v2_to_v3_on_CentOS_
> > 7
> >
> > Cheers!
> >
> >
> > |-|
> > | Frederick F. Gleason, Jr. | Chief Developer |
> > |   | Paravel Systems |
> > |-|
> > | A room without books is like a body without a soul. |
> > | |
> > | -- Cicero   |
> > |-|
> >
> >
> >___
> 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] Error on SQL backup

2022-02-26 Thread starrbuck1...@gmail.com
https://www.stellarinfo.com/blog/mysql-table-is-marked-as-crashed-and-last-repair-failed/

On Sat, Feb 26, 2022 at 1:33 PM Jay Schell  wrote:

> I am getting the following error when trying to back up my database.
>
>
>
> Mysqldump: got error: 144; “Table ./Rivendell/PYPAD_INSTANCES’ is marked
> as crashed and last (automatic?) repair failed” when using LOCK TABLES
>
>
>
> Is there a fix for this?
>
>
>
> Jay Schell
>
> WLFC-FM Engineer
> ___
> 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