Multiple Station Setup?
  • hi,

    is someone running a multiple station setup like radio.fm/talk, radio.fm/music etc. and how do you do this in regard of user synchronsiation etc.? or can you hack one airtime server into scheduling multiple streams?

    fg
  • 6 Comments sorted by
  • Vote Up0Vote Down Paul BaranowskiPaul Baranowski
    Posts: 389Member, Administrator, Sourcefabric Team
    Airtime doesnt support that at the moment, but maybe someone can figure out
    a way?
    - Paul

  • I'm just installing (by being impressed by the demo) - to the dev's, is the user database a simple postgres table which could be copied between systems or is there more to it (directories etc.). Our main pain in the ass would be to have manually sync two user databases.

    even better would be an authentication of airtime against LDAP, as we are running a zimbra server anyway, but this looks like dreaming to me.

    fg
  • Almost everything is stored in the postgresql database.

    Other locations to note:

    -audio library (default location /srv/airtime/stor)
    -config files (/etc/airtime)
    -cache and other files (/var/tmp/airtime)
    Airtime Pro Hosting: http://airtime.pro
  • I'm thinking that Postgres Warm Standby can be used on the database itself.

    http://www.postgresql.org/docs/8.4/static/warm-standby.html
  • this would be to broad, as the stations have different content. my question is more specific: when you create a user on an airtime system, is the system doing more than creating the user in the db, like creating content directories or stuff like this?
  • Vote Up0Vote Down Paul BaranowskiPaul Baranowski
    Posts: 389Member, Administrator, Sourcefabric Team
    No, the user only exists in the database. Nothing else is created.