| View previous topic :: View next topic |
| Author |
Message |
mashedtaz1
Joined: 24 Jul 2008 Posts: 9
|
Posted: Wed Aug 27, 2008 12:06 pm Post subject: dump-file |
|
|
If I am broadcasting LAME MP3 from a live source (i.e. Line In) then what exactly do i need to specify in this tag as nothing seems to work!
I have tried local path (d:\wamp\www\audio\)
Relative path (although i am not sure of what it is relative to) (/tmp/)
I have also tried the full web path (http://www.********.com/audio/)
None of these appear to work.
Any ideas??
edit: It would appear that I have found the <paths> section in the config. I am using windows 2003, so do i need to specify the local root, or http:// for the webroot?? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Aug 27, 2008 1:35 pm Post subject: |
|
|
It's an absolute path, not relative or a URL. Maybe your xml is wrong.
karl. |
|
| Back to top |
|
 |
mashedtaz1
Joined: 24 Jul 2008 Posts: 9
|
Posted: Wed Aug 27, 2008 1:38 pm Post subject: |
|
|
under the webroot i have ./web
That is not my web root. The root is d:\wamp\www
Also, do i need to specify a filename for the dump, or just a directory?? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Aug 27, 2008 2:40 pm Post subject: |
|
|
a filename is required but generally you want a full path to the file.
karl. |
|
| Back to top |
|
 |
mashedtaz1
Joined: 24 Jul 2008 Posts: 9
|
Posted: Wed Aug 27, 2008 2:49 pm Post subject: |
|
|
Thanks for the info Karl.
I tried this after your comment:
<mount>
<mount-name>/protokolradio</mount-name>
<fallback-mount>/fallback</fallback-mount>
<fallback-override>1</fallback-override>
<fallback-when-full>1</fallback-when-full>
<dump-file>d:\wamp\www\audio\audio2\dump.mp3</dump-file>
</mount>
Still no luck!?!? |
|
| Back to top |
|
 |
|