| View previous topic :: View next topic |
| Author |
Message |
MoeRadio.ru
Joined: 28 Jan 2007 Posts: 12 Location: Moscow, Russia
|
Posted: Sun Nov 11, 2007 1:54 pm Post subject: Does <stream-name> work when <fallback-mount> is |
|
|
Hi, and thank you for helping for numerous times. One little problem. Here is mounpoint definition:
| Code: |
<mount>
<mount-name>/rappar</mount-name>
<password>XXXXXXXX</password>
<stream-name>Non-Stop On Radio "DnL"</stream-name>
<stream-description>Free radio hosting provided by MoeRadio.ru</stream-description>
<fallback-mount>/rappar.dir/fallback.mp3</fallback-mount>
<fallback-override>1</fallback-override>
</mount> |
Everything works fine, except when source disconnects and the switch to the fallback file is performed, the listeners see 'rappar' instead of 'Non-Stop On Radio "DnL"' as stream name. How this can be fixed? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Nov 11, 2007 4:41 pm Post subject: |
|
|
stream-name is only for the YP and stats not for the http-style headers. Even if it was, the fallback mechanism would not trigger more http-style headers to be sent as that would confuse the listening clients.
karl. |
|
| Back to top |
|
 |
|