Is it necessary to install openssl when icecast for windows is installed on a windows server? Thx in advance Johan Tensen Verten Radio With Passion for Music -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20250322/14704879/attachment.htm>
We don't use it on our Windows Pro machine that serves TLS streams. On 2025-03-22 05:19, verten at xs4all.nl wrote:> Is it necessary to install openssl when icecast for windows is > installed on a windows server? > > Thx in advance > > Johan Tensen > > Verten Radio > With Passion for Music > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20250323/4e302d7c/attachment.htm>
My Icecast server is on the same machine as my automation system and so has
all the audio file locally. This includes the news files.
 
As Icecast does not do on demand playing of files I want to play the news
file as an intro to a stream that will not be public and is there just for
me to check the news anytime to hear what is going on and react if
necessary.
 
This is Windows version 2.4.4 on a VPS 
 
The file I want to play is E:\DAB1\Other\RNH\RNH-bulletins\twominnews.mp3
 
I have set up a separate mounting point /news to listen
 
 
   <mount type="normal">
        <mount-name>/news</mount-name>
        <burst-size>65536</burst-size>
       
<intro>E:\DAB1\Other\RNH\RNH-bulletins\twominnews.mp3</intro>
        <public>0</public>
    </mount>
 
 
This reports
 
WARN source/source.c Cannot open intro file
"./web\E:\DAB1\Other\RNH\RNH-bulletins\twominnews.mp3": Invalid
argument
 
 
How can I get around the ./web\E: error?
 
I have tried putting a shortcut in /web called twominnews.mp3 that points at
the file and using the intro tag as
 
<intro>twominnews.mp3</intro>
 
This reports 
 
WARN source/source.c Cannot open intro file "./web\twominnews.mp3": No
such
file or directory
 
Any suggestions welcome
 
 
Regards
Tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.xiph.org/pipermail/icecast/attachments/20250406/84a8392d/attachment.htm>