Hello.
When i use BASS_Encode_CastInit() with Icecast it create a mountpoint.
But how to had this to the mountpoint ?
<fallback-mount>wait_live.ogg</fallback-mount>
<fallback-override>1</fallback-override>
from Bass documentation :
char *headers,
...
Other headers to send to the server... NULL = none. Each header should end with a carriage return and line feed ("\r\n"). The total length of the headers (including those from the other parameters) must not exceed 4KB
This is it ?
In fact I want the ogg file 'wait_live.ogg' to be played when the listeners are disconnected while we take the live. (Users should be back next with fallback-override)
Another question. Do you think that the 'wait_live.ogg' file must be on the local disk of the casting computer or directly in the tree of the server where Icecast is?
Many thanks for your ideas and help !