| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Thu Aug 03, 2006 3:38 pm Post subject: master-realy questions.... |
|
|
On our set up, we have a master server where all the streams are fed, and a slave server setup. using the <master-relay> ..
This works good for streams that are sourced on the master server. ie The source client mount points and and trans coded source points. Baseily, works fine.
But why will it not relay a <relay> mount on the server? The only soulution i have is to add the <relay> code on the slave server.
Since we cant push to a slave unless we use a external program like Stramtransencodder (wich works nice)
the follwoing is a trimed downed xml for the code
<mount>
<mount-name>/source1</mount-name>
{username/password to suply source}
</mount>
<mount>
<mount-name>/show24k</mount-name>
{transcoder access username/password}
</mount>
<relay>
<server>127.0.0.1</server>
<port>8001<port>
<mount>/source1</mount>
<local-mount>/show128k</local-mount>
</relay>
And the the relay mount show up in the mount list on teh master server and not on the slave.
Is this how the <relay-master> tag works ounly relaying the <mount> taggs and not the <relay> ones? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Aug 03, 2006 4:11 pm Post subject: |
|
|
The listing from the master server checks the mounts list so that things like fallbacks can be checked. Any relay you have on the master, just make sure you have a <mount> for it, even if it just contains a <max-listeners>
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Fri Aug 11, 2006 4:30 pm Post subject: Ah thanks |
|
|
Will have to try that and see..
Putting relays on the slave server seams to be cloging up the master-relay settings.
I will experment with that and see if it will work and resolve my issues. |
|
| Back to top |
|
 |
|