| View previous topic :: View next topic |
| Author |
Message |
alain Guest
|
Posted: Mon Jan 23, 2006 12:34 am Post subject: Relaying orbiting satellite signal |
|
|
Hello all,
I need to setup a system that relays the audio signal received for a particular satellite from ground stations located all over the world.
When the satellite is for example over Europe, my script will select the feed connected to the radio receiver located in Europe, when it moves over Asia the script will get the feed from the Asian receiver and so on...
Can these audio inputs (i think they are called "mountpoints" here) be changed dynamically at run time?
Thanks |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Jan 23, 2006 3:16 am Post subject: |
|
|
mountpoints of active or on-demand streams cannot be changed, but you can have a relay that reads from one of the other streams. You can then move the source of that relay around using fallback/override or the move listeners mechanism in the admin interface.
karl. |
|
| Back to top |
|
 |
|