Re: [PLUG] Need Assist with Audio on CentOs 6.6

2015-08-11 Thread Kyle Kneitinger
Sorry I haven't gotten back to you yet, busy week!

If icecast would work for you, that seems like a nice tutorial!

If you are sticking with your solution using jack, the dbus thing I
mentioned earlier isn't a big deal, it just makes for little smoother setup.

Turn off that Dbus option in qjackctl, set your sample rate (44100 is a
good default), Frames/Period  Periods/Buffer(start high, work lower once
youve got a functioning setup),

Then hit the start button on the main qjackctl window.  If no red numbers
appear on the right of the little display window (xruns), your settings are
good!

Without dbus, make sure of 2 things, 1) that jack is started before any of
your audio programs that rely on jack, and 2) the audio programs are closed
before starting jack.

After its started and seems free of xruns, open up vlc or something, go to
the audio settings and tell it to use jack.  Then play a song or movie and
see if youre getting sound.  If so, look at the Connect window in
qjackctl and expand the entries to see how everything is connected together.

Let me know if any of these steps don't work out and good luck with either
solution!

On Fri, Aug 7, 2015 at 4:12 PM, Nat Taylor biob...@gmail.com wrote:

 You would probably modify the version #'s if you ran the above terminal
 with your centos version...

 On Fri, Aug 7, 2015 at 4:10 PM, Nat Taylor biob...@gmail.com wrote:

 
 
 https://www.howtoforge.com/how-to-install-a-streaming-audio-server-with-icecast-2.3.3-on-centos-6.3-x86_64-linux
 
  On Fri, Aug 7, 2015 at 3:07 PM, fsra...@comcast.net wrote:
 
 
 
  - Original Message -
 
  From: Kyle Kneitinger kylejkneitin...@gmail.com
  To: Portland Linux/Unix Group plug@lists.pdxlinux.org
  Sent: Monday, August 3, 2015 9:03:26 PM
  Subject: Re: [PLUG] Need Assist with Audio on CentOs 6.6
 
  Hi Steve!
 
  Some tips I've encountered along the way:
  - qjackctl is very smooth. I recommend it if you're not using it
 already.
  - The dbus version of the jack daemon is far more reliable and adaptive.
  In qjackctl, there is an option that says something like Enable dbus
  interface.
 
  (steve) Check! But I'm still lost in the corn maze.
 
  (Kyle)You can find out if you have the dbus version of jack
  installed if the jack_control command exists in the terminal.
 
  (steve) Okay, when I enter jack_control start in the terminal, I get
  basically:
 
  dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did
  not receive a reply. Possible causes include: the remote application did
  not send a reply, the message bus security policy blocked the reply, the
  reply timeout expired, or the network connection was broken.
 
  (steve) If I try to start jackctl in the gui, the errors are:
 
 
 
  15:01:09.032 Patchbay activated.
 
  15:01:09.056 Statistics reset.
 
  15:01:09.075 ALSA connection change.
 
  15:01:09.087 D-BUS: Service not available (org.jackaudio.service aka
  jackdbus).
 
  15:01:09.100 JACK is starting...
 
  15:01:09.100 jackd -t1 -dalsa -r44100 -p1024 -n2 -D -Chw:0 -Phw:0
 -I4
  -O4
 
  Cannot connect to server socket err = No such file or directory
 
  Cannot connect to server socket
 
  jack server is not running or cannot be started
 
  Cannot connect to server socket err = No such file or directory
 
  Cannot connect to server socket
 
  jack server is not running or cannot be started
 
  15:01:09.111 ALSA connection graph change.
 
  15:01:09.157 Could not start JACK. Sorry.
 
  15:01:09.302 ALSA active patchbay scan...
 
  15:01:13.915 JACK was stopped with exit status=255
  Like I said before, afraid I'm more of an audio guy than a linux guy;
  sorry for the beginner-itis!
 
  Thanks for any further pointers.
 
  Steve
   ___
   PLUG mailing list
   PLUG@lists.pdxlinux.org
   http://lists.pdxlinux.org/mailman/listinfo/plug
  
  ___
  PLUG mailing list
  PLUG@lists.pdxlinux.org
  http://lists.pdxlinux.org/mailman/listinfo/plug
 
  ___
  PLUG mailing list
  PLUG@lists.pdxlinux.org
  http://lists.pdxlinux.org/mailman/listinfo/plug
 
 
 
 ___
 PLUG mailing list
 PLUG@lists.pdxlinux.org
 http://lists.pdxlinux.org/mailman/listinfo/plug

___
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug


Re: [PLUG] Need Assist with Audio on CentOs 6.6

2015-08-07 Thread Nat Taylor
You would probably modify the version #'s if you ran the above terminal
with your centos version...

On Fri, Aug 7, 2015 at 4:10 PM, Nat Taylor biob...@gmail.com wrote:


 https://www.howtoforge.com/how-to-install-a-streaming-audio-server-with-icecast-2.3.3-on-centos-6.3-x86_64-linux

 On Fri, Aug 7, 2015 at 3:07 PM, fsra...@comcast.net wrote:



 - Original Message -

 From: Kyle Kneitinger kylejkneitin...@gmail.com
 To: Portland Linux/Unix Group plug@lists.pdxlinux.org
 Sent: Monday, August 3, 2015 9:03:26 PM
 Subject: Re: [PLUG] Need Assist with Audio on CentOs 6.6

 Hi Steve!

 Some tips I've encountered along the way:
 - qjackctl is very smooth. I recommend it if you're not using it already.
 - The dbus version of the jack daemon is far more reliable and adaptive.
 In qjackctl, there is an option that says something like Enable dbus
 interface.

 (steve) Check! But I'm still lost in the corn maze.

 (Kyle)You can find out if you have the dbus version of jack
 installed if the jack_control command exists in the terminal.

 (steve) Okay, when I enter jack_control start in the terminal, I get
 basically:

 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did
 not receive a reply. Possible causes include: the remote application did
 not send a reply, the message bus security policy blocked the reply, the
 reply timeout expired, or the network connection was broken.

 (steve) If I try to start jackctl in the gui, the errors are:



 15:01:09.032 Patchbay activated.

 15:01:09.056 Statistics reset.

 15:01:09.075 ALSA connection change.

 15:01:09.087 D-BUS: Service not available (org.jackaudio.service aka
 jackdbus).

 15:01:09.100 JACK is starting...

 15:01:09.100 jackd -t1 -dalsa -r44100 -p1024 -n2 -D -Chw:0 -Phw:0 -I4
 -O4

 Cannot connect to server socket err = No such file or directory

 Cannot connect to server socket

 jack server is not running or cannot be started

 Cannot connect to server socket err = No such file or directory

 Cannot connect to server socket

 jack server is not running or cannot be started

 15:01:09.111 ALSA connection graph change.

 15:01:09.157 Could not start JACK. Sorry.

 15:01:09.302 ALSA active patchbay scan...

 15:01:13.915 JACK was stopped with exit status=255
 Like I said before, afraid I'm more of an audio guy than a linux guy;
 sorry for the beginner-itis!

 Thanks for any further pointers.

 Steve
  ___
  PLUG mailing list
  PLUG@lists.pdxlinux.org
  http://lists.pdxlinux.org/mailman/listinfo/plug
 
 ___
 PLUG mailing list
 PLUG@lists.pdxlinux.org
 http://lists.pdxlinux.org/mailman/listinfo/plug

 ___
 PLUG mailing list
 PLUG@lists.pdxlinux.org
 http://lists.pdxlinux.org/mailman/listinfo/plug



___
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug


Re: [PLUG] Need Assist with Audio on CentOs 6.6

2015-08-04 Thread Steve Atkins
Thanks Kyle,

I would like to pursue this with your suggestions.  The day (editing) 
job is taking my project time today, but soon as I have time I'd like to 
get my current status documented for you first, so I'm not flailing 
around in unnecessary territory.  Will be back then.  I appreciate your 
help with a place to start.

-Steve

On 8/3/2015 9:03 PM, Kyle Kneitinger wrote:
 Hi Steve!

 I'm not on Cent OS, or doing any internet streaming, but I'm a musician and
 programmer of digital musical instruments and have a good knowledge of
 JACK.  JACK really is the greatest thing about Linux audio, but there are a
 lot of subtleties that can trip you out along the way.  Once you find the
 settings that work for you, it can be quite nice to work with, but finding
 those settings can be hard.  I don't know what issues you're having, it
 would be helpful if you talked about small precise issues (i.e. I can't
 get JACK to connect to this stereo effects unit), and not just higher
 level issues.

 ___
 PLUG mailing list
 PLUG@lists.pdxlinux.org
 http://lists.pdxlinux.org/mailman/listinfo/plug

 ___
 PLUG mailing list
 PLUG@lists.pdxlinux.org
 http://lists.pdxlinux.org/mailman/listinfo/plug


___
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug


[PLUG] Need Assist with Audio on CentOs 6.6

2015-08-03 Thread Steve Atkins
Hello,

Just joined the group today for some guidance on my internet radio 
project.  If there are pro audio folks currently streaming to the net 
via Jack - processing (stereo_tool) - shoutcast stream server, I am 
looking for tutorials or previous solutions to a specific problem with 
this procedure.

Google only goes so far, and so far not addressing this need.  This is 
apparently a trivial matter in the debian world.  I'm using a free 
CentOs distro supposedly designed for this purpose, but Jack's not 
cooperating (among other things).

As you may have gathered, I'm new enough to linux to be dangerous but 
willing to learn

Many thanks for any insight.

Steve
West Linn
___
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug


Re: [PLUG] Need Assist with Audio on CentOs 6.6

2015-08-03 Thread Kyle Kneitinger
Hi Steve!

I'm not on Cent OS, or doing any internet streaming, but I'm a musician and
programmer of digital musical instruments and have a good knowledge of
JACK.  JACK really is the greatest thing about Linux audio, but there are a
lot of subtleties that can trip you out along the way.  Once you find the
settings that work for you, it can be quite nice to work with, but finding
those settings can be hard.  I don't know what issues you're having, it
would be helpful if you talked about small precise issues (i.e. I can't
get JACK to connect to this stereo effects unit), and not just higher
level issues.

Some tips I've encountered along the way:
- qjackctl is very smooth.  I recommend it if you're not using it already.
- The dbus version of the jack daemon is far more reliable and adaptive.
In qjackctl, there is an option that says something like Enable dbus
interface.  You can find out if you have the dbus version of jack
installed if the jack_control command exists in the terminal.
- If latency is not a huge issue, higher buffer sizes are more reliable and
use less cpu.  Starts with very conservative settings, and increase bitrate
and decrease buffer size from there if you want lower latencies and higher
quality.
- If that red number appears in the qjackctl display, that means you have
an xrun, or dropped sample.  This is usually indicative of settings too
intense for your hardware.

I've spent a great deal of time loathing JACK, until working through it and
now loving JACK.  It is a bit finicky, but it is a fantastic piece of
software once it is configured.  Let me know anything I can help you with!

- Kyle Kneitinger

On Mon, Aug 3, 2015 at 8:28 AM, Steve Atkins fsra...@comcast.net wrote:

 Hello,

 Just joined the group today for some guidance on my internet radio
 project.  If there are pro audio folks currently streaming to the net
 via Jack - processing (stereo_tool) - shoutcast stream server, I am
 looking for tutorials or previous solutions to a specific problem with
 this procedure.

 Google only goes so far, and so far not addressing this need.  This is
 apparently a trivial matter in the debian world.  I'm using a free
 CentOs distro supposedly designed for this purpose, but Jack's not
 cooperating (among other things).

 As you may have gathered, I'm new enough to linux to be dangerous but
 willing to learn

 Many thanks for any insight.

 Steve
 West Linn
 ___
 PLUG mailing list
 PLUG@lists.pdxlinux.org
 http://lists.pdxlinux.org/mailman/listinfo/plug

___
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug