Posts Tagged ‘amd64’

Studio Mobile - ingrédients matériels

Wednesday, May 13th, 2009

Comme je n’ai pas eu/pris assez le temps de répondre aux questions ce week-end à Bruxelles. Je vais reprendre patiemment les détails de notre studio. Premier de cette série de posts, voici une description de notre matériel :

Les trois pièces principales sont :

  • Le rack, sujet de nombreuses discussions et évolutions, ce petit 10U en ABS nous suit maintenant depuis 5 ans.
  • Notre table de mixage, du même âge, elle fait tout ce qu’elle peut pour nous avec ses 6 lignes mono/micros et 4 stéréo,
  • L’ordinateur, qui concentre à lui-seul tout le reste du studio, mais heureusement un gros AMD 2x est capable de beaucoup de choses :)

Tout cela serait bien inutile sans une bonne dose de logiciels libres, mais commençons juste pour le matériel :

(more…)

Rivendell 1.1.1 for ubuntu intrepid i386 and amd64

Friday, November 14th, 2008

As previously announced, we’ll try to provide binary packages for ubuntu. Here is a first release.

You can install rivendell, hpklinux and gpio packages by adding the tryphon repository in your sources.list :

deb http://debian.tryphon.org intrepid main contrib

Known limitations :

  • pam_rd is disabled to workaround a pending linking problem with the ubuntu libtool 2.2.4
  • I’m not very sure these packages respect all ubuntu policies : main or universe section ? ubuntu suffix to version ? some advice is welcome

Update : the source distribution was wrong in the first post (intreprrrrid). Thanks Raps for having seen it.

Rivendell 1.1.1 for debian i386 and amd64

Thursday, November 13th, 2008

After a long build this night, binary packages for Rivendell 1.1.1 have been uploaded this morning.

They are available on the debian.tryphon.org repository for debian sarge/testing/unstable i386 and amd64.

Use these packages with the same caution as previously explained.

Under Ubuntu, the rivendell build is broken for the moment (because a libspam linking problem). hpklinux packages are available.

Update : a screenshot of rdairplay 1.1.1 (under gnome)

Rivendell, Debian, i386, amd64, Ubuntu, patch and 1.1.1

Wednesday, November 12th, 2008

The new build process leads to several news about rivendell debian packages :

  • Debian binary packages
  • Ubuntu intrepid packages
  • Debian / ubuntu packages for rivendell 1.1.1

(more…)

First release of rivendell 1.1.0 debian packages

Sunday, November 9th, 2008

Rivendell 1.1.0 has been available for several weeks, but the debian package weren’t up to date yet. After a small refactoring on my build scripts, a first (and very experimental) release of the debian packages is now available in the tryphon debian repository.

For now packages have been built for etch/stable i386 and amd64 and are available in the experimental section :

deb http://debian.tryphon.org experimental main contrib

Test with caution : I have not tested these packages yet. It’s just a first build. Feedbacks are welcome (on irc, on rivendell mailing-list or on french rivendell mailing-list).

(more…)

Rivendell debian packages for amd64

Sunday, July 22nd, 2007

Here are the first rivendell debian packages for amd64, for etch/stable distribution. There are built from the debian source packages provided by the RFA repository.

Our new AMDx2 studio workstation has now its rivendell instance :-) Thanks to Donfede from RFA for his work and his support.

jack.udp enhancements

Sunday, July 22nd, 2007

The afternoon was dedicated to improve the udp link between our studio workstation and our streamer server. We’re using jack.udp since 2004 to transport sound over network.

Using jack.udp to link two jackd servers creates always an unsolvable problem : the two jackd servers aren’t synchronized. They are synchronized on their own sound card … There are always to many or not enough frames sent by the first jackd for the second one. When a buffer underflow occurs (our case between these two servers), the jack.udp lets the data into the buffer and sends to the jackd server a full period of .. zero. In pratice, we’re using a small period in the receiver jackd server, so the sound “holes” aren’t really audible. It is not the perfect solution, but we’re making web radios .. not an album mastering.

We should test netjack in a near future. It provides a real solution for this use case. But the startup dependencies between the two jackd servers could be a blocker problem.

I made two patchs for jack.udp today :

The first patch manages the support of a configurable jackname (and not the default "jack.udp") We’re using several jack.udp instances on the studio workstations and the patchbay rules can be written without known names.

The second patch fixes the support of packet index. Each jack.udp packet contains an index. But the current code sends bad indexed packets and doesn’t make an effective index check. I fixed these bugs and made a index check which only logs a message. The previous code was killing the process :-/

The debian unstable package of this patched jack.udp is available (amd64 for etch).

A small idea : the jack.udp daemon starts on our streamer server is piped with logger to log stderr jack.udp messages to syslog (2>&1 | logger -i -t jack.udp). It makes things really simple to monitor this transport critical for us.