search for: paracast

Displaying 9 results from an estimated 9 matches for "paracast".

Did you mean: caracas
2014 Sep 26
2
Automatic Update of MP3 Files
...eds. The code from our webmaster to update after a linked file is replaced is: -------------------------------------------------------------- WHEN YOU UPLOAD A NEW SHOW: -------------------------------------------------------------- 1) You need to update the playlist file with the new show. A) PARACAST FILE LIVES HERE: /usr/local/etc/paracast.m3u B) TECH NIGHT OWN FILE LIVES HERE: /usr/local/etc/nightowl.m3u 2) Shut down/restart icecast. (there may be ways of not having to restart the stream, but it's beyond me) A) RUN THIS COMMAND: ps -C icecast B) Get the PID # that is shown for icecas...
2014 Sep 26
3
Automatic Update of MP3 Files
...erver explicitly > implement resume). > >> The code from our webmaster to update after a linked file is replaced is: > > What is a "linked file"? What does this mean? > > >> 1) You need to update the playlist file with the new show. >> >> A) PARACAST FILE LIVES HERE: /usr/local/etc/paracast.m3u >> B) TECH NIGHT OWN FILE LIVES HERE: /usr/local/etc/nightowl.m3u > > Given that the file names here match the file names in 3) (except the > m3u/cfg file extension), I'm going to guess that those are play lists > that then are be...
2014 Sep 26
0
Automatic Update of MP3 Files
...started from the beginning (unless client and server explicitly implement resume). > The code from our webmaster to update after a linked file is replaced is: What is a "linked file"? What does this mean? > 1) You need to update the playlist file with the new show. > > A) PARACAST FILE LIVES HERE: /usr/local/etc/paracast.m3u > B) TECH NIGHT OWN FILE LIVES HERE: /usr/local/etc/nightowl.m3u Given that the file names here match the file names in 3) (except the m3u/cfg file extension), I'm going to guess that those are play lists that then are being streamed. > 2)...
2014 Sep 26
2
Automatic Update of MP3 Files
So I have a new Icecast setup with two channels, each of which carries a link to MP3 files. Whenever I update the .m3u file to reflect a changed link, I have to restart Icecast and the Icegenerator to make it recognize the change. Is there a way to automate this process? So when I update the file link, that?s reflected in the stream, which auto updates too? How do I go about this? Peace, Gene
2014 Sep 26
5
Automatic Update of MP3 Files
...;>>> The code from our webmaster to update after a linked file is replaced is: >>> What is a "linked file"? What does this mean? >>> >>> >>>> 1) You need to update the playlist file with the new show. >>>> >>>> A) PARACAST FILE LIVES HERE: /usr/local/etc/paracast.m3u >>>> B) TECH NIGHT OWN FILE LIVES HERE: /usr/local/etc/nightowl.m3u >>> Given that the file names here match the file names in 3) (except the >>> m3u/cfg file extension), I'm going to guess that those are play lists &gt...
2014 Sep 26
0
Automatic Update of MP3 Files
...implement resume). >> >>> The code from our webmaster to update after a linked file is replaced is: >> What is a "linked file"? What does this mean? >> >> >>> 1) You need to update the playlist file with the new show. >>> >>> A) PARACAST FILE LIVES HERE: /usr/local/etc/paracast.m3u >>> B) TECH NIGHT OWN FILE LIVES HERE: /usr/local/etc/nightowl.m3u >> Given that the file names here match the file names in 3) (except the >> m3u/cfg file extension), I'm going to guess that those are play lists >> that t...
2014 Sep 27
1
Automatic Update of MP3 Files
...ate after a linked file is replaced is: >>>>> What is a "linked file"? What does this mean? >>>>> >>>>> >>>>>> 1) You need to update the playlist file with the new show. >>>>>> >>>>>> A) PARACAST FILE LIVES HERE: /usr/local/etc/paracast.m3u >>>>>> B) TECH NIGHT OWN FILE LIVES HERE: /usr/local/etc/nightowl.m3u >>>>> Given that the file names here match the file names in 3) (except the >>>>> m3u/cfg file extension), I'm going to guess that...
2014 Sep 27
0
Automatic Update of MP3 Files
...e from our webmaster to update after a linked file is replaced is: >>>> What is a "linked file"? What does this mean? >>>> >>>> >>>>> 1) You need to update the playlist file with the new show. >>>>> >>>>> A) PARACAST FILE LIVES HERE: /usr/local/etc/paracast.m3u >>>>> B) TECH NIGHT OWN FILE LIVES HERE: /usr/local/etc/nightowl.m3u >>>> Given that the file names here match the file names in 3) (except the >>>> m3u/cfg file extension), I'm going to guess that those are pl...
2014 Sep 27
1
Automatic Update of MP3 Files
...you. This is probably not an optimal way of doing it. However: There is a set of utilities called "inotifytools" that is specifically designed for watching files and directories for changes. If that is installed, supposedly, something like: while inotifywait -e modify /usr/local/etc/paracast.cfg; do killall -HUP icegenerator done run as a shell script in the background would do what you're describing for the "paracast" feed (assuming in this case that "killall -HUP icegenerator" is all you need - if you need to run other commands as well you'll have to ad...