| View previous topic :: View next topic |
| Author |
Message |
fafa Guest
|
Posted: Mon Nov 07, 2005 4:43 pm Post subject: Fallback is wrong. how ? |
|
|
Hi all,
I am trying to set up fallback file.
My stream is an darkice MP3, 128kbs stream and I encode an mp3 file with same parameters.
But when source is falling down, fallback mount point it is not played to clients.
- I read the fallback file directly : that's ok. (directly ie: http://myserver:8000/myfile.mp3)
- I 'd try to set up fallback using web admin , server return "fallback configured". That's all. But it still not working.
- I turn logs to level 4, but no error message, about fallback in access or error log files
My question how, could I known if my fallback file (or mount point) is correct ? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Nov 07, 2005 6:18 pm Post subject: |
|
|
make sure the fallback-mount is configured in the <mount> in the xml.
karl. |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Nov 08, 2005 7:34 am Post subject: |
|
|
it is :
<mount>
<mount-name>/singsing24</mount-name>
<public>1</public>
<fallback-mount>singsing/arretSingSing-24.mp3</fallback-mount>
<fallback-override>1</fallback-override>
</mount>
How can I check it ?
| karlH wrote: |
make sure the fallback-mount is configured in the <mount> in the xml.
karl. |
|
|
| Back to top |
|
 |
|