Hi, I'm using ezstream to stream a list of mp3 files to my icecast2 server which works great. I'm using a m3u playlist file which ezstream reads when it starts and rereads when it loops. The problem is that this playlist is quite long and I would like to be able to inject a song last minute some where in the playlist. I have two options at the moment to do this: - restart ezstream - wait until the playlist loops Both are not realy an option in a real life situation. I've tried to HUP ezstream with a 'kill -HUP [pid]' but that just terminates ezstream. Does anybody know how to alter the playlist on the fly and with immediat effect? Or is there an other utility (for unix) which can stream mp3 files from disk and does support this feature? thanks for any help regards jappe --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On 21-apr-04, at 15:58, oddsock wrote:> Jappe: > > I've just added this functionality to ezstream. You can now send > ezstream a SIGHUP and it will re-read the currently processing > playlist file (it will currently do nothing if you are reading from > stdin). In this case ezstream will keep track of the last track > played and will reposition to that track (if it exists in the new > playlist, otherwise it will just restart at the beginning). > > since the xiph suite of webservers seems to be currently unavailable, > you can download it here : > http://www.icecast.org/~oddsock/ezstream/ezstream-0.1.2.tar.gz<p>WOW!!!! Thanks, this is a BIG improvement for us. Thanks allot for adding this feature as quick as you did. Do you have a paypal account so we can donate you some money so you can buy yourself a couple of nice cold beers? I'll try the new version first thing tomorrow!! regards, jappe <p>>> oddsock > At 06:32 AM 4/21/2004, you wrote: >> Hi, >> >> I'm using ezstream to stream a list of mp3 files to my icecast2 >> server which works great. I'm using a m3u playlist file which >> ezstream reads when it starts and rereads when it loops. The problem >> is that this playlist is quite long and I would like to be able to >> inject a song last minute some where in the playlist. I have two >> options at the moment to do this: >> >> - restart ezstream >> - wait until the playlist loops >> >> Both are not realy an option in a real life situation. I've tried to >> HUP ezstream with a 'kill -HUP [pid]' but that just terminates >> ezstream. >> >> Does anybody know how to alter the playlist on the fly and with >> immediat effect? Or is there an other utility (for unix) which can >> stream mp3 files from disk and does support this feature? >> >> thanks for any help >> >> regards >> >> jappe >> >> --- >8 ---- >> List archives: http://www.xiph.org/archives/ >> icecast project homepage: http://www.icecast.org/ >> To unsubscribe from this list, send a message to >> 'icecast-request@xiph.org' >> containing only the word 'unsubscribe' in the body. No subject is >> needed. >> Unsubscribe messages sent to the list will be ignored/filtered. >> > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to > 'icecast-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is > needed. > Unsubscribe messages sent to the list will be ignored/filtered. > >-- Jappe Reuling jappe@parcproductions.com Parc Productions Waalsteeg 4-6 1011 ER Amsterdam Tel: +31 (0)20-4892456 Fax: +31 (0)20-4892458 Http: http://www.parcproductions.com Http: http://www.parchosting.com The information in this document can be confidential. It is intended only for the use of the recipient of this mail. If you are not the intended recipient, please notify us and delete this document. Do not disclose the contents of this document to any other person. Do not take any copies. Violation of this notice may be unlawful. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Jappe: I've just added this functionality to ezstream. You can now send ezstream a SIGHUP and it will re-read the currently processing playlist file (it will currently do nothing if you are reading from stdin). In this case ezstream will keep track of the last track played and will reposition to that track (if it exists in the new playlist, otherwise it will just restart at the beginning). ince the xiph suite of webservers seems to be currently unavailable, you can download it here : http://www.icecast.org/~oddsock/ezstream/ezstream-0.1.2.tar.gz oddsock At 06:32 AM 4/21/2004, you wrote:>Hi, > >I'm using ezstream to stream a list of mp3 files to my icecast2 server >which works great. I'm using a m3u playlist file which ezstream reads when >it starts and rereads when it loops. The problem is that this playlist is >quite long and I would like to be able to inject a song last minute some >where in the playlist. I have two options at the moment to do this: > >- restart ezstream >- wait until the playlist loops > >Both are not realy an option in a real life situation. I've tried to HUP >ezstream with a 'kill -HUP [pid]' but that just terminates ezstream. > >Does anybody know how to alter the playlist on the fly and with immediat >effect? Or is there an other utility (for unix) which can stream mp3 files >from disk and does support this feature? > >thanks for any help > >regards > >jappe > >--- >8 ---- >List archives: http://www.xiph.org/archives/ >icecast project homepage: http://www.icecast.org/ >To unsubscribe from this list, send a message to 'icecast-request@xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered. ><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hi, I've compiled the new ezstream and tested it and it works just like my clients want so we are VERY happy with this new feature. Thanks again!!! regards, jappe On Apr 21, 2004, at 3:58 PM, oddsock wrote:> Jappe: > > I've just added this functionality to ezstream. You can now send > ezstream a SIGHUP and it will re-read the currently processing > playlist file (it will currently do nothing if you are reading from > stdin). In this case ezstream will keep track of the last track > played and will reposition to that track (if it exists in the new > playlist, otherwise it will just restart at the beginning). > > since the xiph suite of webservers seems to be currently unavailable, > you can download it here : > http://www.icecast.org/~oddsock/ezstream/ezstream-0.1.2.tar.gz > > oddsock > At 06:32 AM 4/21/2004, you wrote: >> Hi, >> >> I'm using ezstream to stream a list of mp3 files to my icecast2 >> server which works great. I'm using a m3u playlist file which >> ezstream reads when it starts and rereads when it loops. The problem >> is that this playlist is quite long and I would like to be able to >> inject a song last minute some where in the playlist. I have two >> options at the moment to do this: >> >> - restart ezstream >> - wait until the playlist loops >> >> Both are not realy an option in a real life situation. I've tried to >> HUP ezstream with a 'kill -HUP [pid]' but that just terminates >> ezstream. >> >> Does anybody know how to alter the playlist on the fly and with >> immediat effect? Or is there an other utility (for unix) which can >> stream mp3 files from disk and does support this feature? >> >> thanks for any help >> >> regards >> >> jappe >> >> --- >8 ---- >> List archives: http://www.xiph.org/archives/ >> icecast project homepage: http://www.icecast.org/ >> To unsubscribe from this list, send a message to >> 'icecast-request@xiph.org' >> containing only the word 'unsubscribe' in the body. No subject is >> needed. >> Unsubscribe messages sent to the list will be ignored/filtered. >> > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to > 'icecast-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is > needed. > Unsubscribe messages sent to the list will be ignored/filtered. > >-- Jappe Reuling jappe@parcproductions.com support@parcproductions.com Parc Productions Waalsteeg 4-6 1011 ER Amsterdam Tel: +31 (0)20-4892456 Fax: +31 (0)20-4892458 Http: http://www.parcproductions.com Http: http://www.parchosting.com The information in this document can be confidential. It is intended only for the use of the recipient of this mail. If you are not the intended recipient, please notify us and delete this document. Do not disclose the contents of this document to any other person. Do not take any copies. Violation of this notice may be unlawful. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.