From pletnev.rusalex at gmail.com Wed May 4 11:20:34 2022 From: pletnev.rusalex at gmail.com (Alexander Pletnev) Date: Wed, 4 May 2022 13:20:34 +0200 Subject: [Icecast] ezstream problem Message-ID: Hello. New here. I am almost finished an ezstream configuration to work for my needs (streaming my mp3 collection to icecast server) but the whole thing seems need some tweak. I spent some time to find and realize how to configure ezstream correctly, and end up with next config: 127.0.0.1 hackme 7000 playlist ogg /alex Ogg playlist test.m3u 1 Ogg ogg oggenc -q 1.5 -t @M@ - .mp3 ffmpeg -i ~/Music/@T@ -f flac - but it seems, when the track changed, ezstream do not send a 'change track' information. Anyone could help ? files metadata is broadcasted, but I expect to have a 'change' event too. From mph at emotrics.com Mon May 16 18:13:06 2022 From: mph at emotrics.com (Milton Huang) Date: Mon, 16 May 2022 11:13:06 -0700 Subject: [Icecast] error with connecting ffmpeg source Message-ID: Hi all, wondering about everyone's thoughts on this intermittent problem I'm getting running ffmpeg source trying to connect to my Icecast server version 2.4.99 beta3. What happens is sometimes it connects fine and my log look like this: [2022-05-06 01:57:57] INFO connection/_handle_source_request Source logging in at mountpoint "/mystream.mp3" using "PUT" from 127.0.0.1 as role legacy-global-source with acl legacy-g lobal-source [2022-05-06 01:57:57] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2022-05-06 01:57:57] INFO format-mp3/format_mp3_apply_settings No charset given for mount "/mystream.mp3" with source client 53, assuming ISO8859-1 [2022-05-06 01:57:57] INFO format-mp3/format_mp3_apply_settings No charset given for mount "/mystream.mp3" with source client 53, assuming ISO8859-1 [2022-05-06 01:57:57] INFO source/source_main listener count on /mystream.mp3 now 0 other times (which appear random to me) it fails and I get this log: [2022-05-06 01:54:48] INFO connection/_handle_source_request Source logging in at mountpoint "/mystream.mp3" using "PUT" from 127.0.0.1 as role legacy-global-source with acl legacy-g lobal-source [2022-05-06 01:54:48] WARN format/format_get_type Unsupported or legacy stream type: "audio/mpeg". Falling back to generic minimal handler for best effort. [2022-05-06 01:54:48] INFO format-mp3/format_mp3_apply_settings No charset given for mount "/mystream.mp3" with source client 36, assuming ISO8859-1 [2022-05-06 01:54:48] INFO source/get_next_buffer End of Stream /mystream.mp3 [2022-05-06 01:54:48] INFO source/source_main listener count on /mystream.mp3 now 0 [2022-05-06 01:54:48] INFO source/source_shutdown Source from 127.0.0.1 at "/mystream.mp3" exiting [2022-05-06 01:54:48] EROR client/client_destroy Called with client=NULL. This is a BUG. Any ideas how to approach this? -milton -------------- next part -------------- An HTML attachment was scrubbed... URL: From chrisclement6162 at gmail.com Mon May 16 18:53:50 2022 From: chrisclement6162 at gmail.com (Chris Clement) Date: Mon, 16 May 2022 14:53:50 -0400 Subject: [Icecast] song title and artist Message-ID: How can we display these in a website link? We are uploading the metadata because Winamp (a windows desktop app) can display it. Embedding the url in html only gives us the audio, however. TIA -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ben.Weddle at nashville.gov Mon May 16 20:20:44 2022 From: Ben.Weddle at nashville.gov (Weddle, Ben (Library)) Date: Mon, 16 May 2022 20:20:44 +0000 Subject: [Icecast] song title and artist In-Reply-To: References: Message-ID: Hi, I believe this sort of task is often accomplished with JavaScript. See this link for an example: https://github.com/talkinglibrary/now_playing/blob/main/TLNowPlaying.html Please note the Icecast folks discourage fetching things from the status page. See: https://icecast.org/docs/icecast-latest/server-stats.html Please don't mistake me for an expert. Ben Weddle | Nashville Talking Library ----- From: Icecast On Behalf Of Chris Clement Sent: Monday, May 16, 2022 1:54 PM To: Icecast at xiph.org Subject: [Icecast] song title and artist Attention: This email originated from a source external to Metro Government. Please exercise caution when opening any attachments or links from external sources. How can we display these in a website link? We are uploading the metadata?because Winamp (a windows desktop app) can display it. Embedding the url in html only gives us the audio, however. TIA From ThomasPrivat92 at gmx.de Mon May 16 22:10:45 2022 From: ThomasPrivat92 at gmx.de (Thomas Haus) Date: Tue, 17 May 2022 00:10:45 +0200 Subject: [Icecast] =?utf-8?q?Re=3A__song_title_and_artist?= In-Reply-To: References: Message-ID: An HTML attachment was scrubbed... URL: From chrisclement6162 at gmail.com Mon May 16 22:11:05 2022 From: chrisclement6162 at gmail.com (Chris Clement) Date: Mon, 16 May 2022 18:11:05 -0400 Subject: [Icecast] song title and artist In-Reply-To: References: Message-ID: Hi Ben - Thx for reply. I am trying to extract from this link: http://icecast.uhururadio.com:8010/uhururadio.mp3.m3u I put it in the code you sent but got no title, etc. Any thoughts? On Mon, May 16, 2022 at 4:46 PM Weddle, Ben (Library) < Ben.Weddle at nashville.gov> wrote: > Hi, > > I believe this sort of task is often accomplished with JavaScript. See > this link for an example: > https://github.com/talkinglibrary/now_playing/blob/main/TLNowPlaying.html > > Please note the Icecast folks discourage fetching things from the status > page. See: https://icecast.org/docs/icecast-latest/server-stats.html > > Please don't mistake me for an expert. > > Ben Weddle | Nashville Talking Library > > ----- > > From: Icecast On Behalf Of Chris Clement > Sent: Monday, May 16, 2022 1:54 PM > To: Icecast at xiph.org > Subject: [Icecast] song title and artist > > Attention: This email originated from a source external to Metro > Government. Please exercise caution when opening any attachments or links > from external sources. > How can we display these in a website link? We are uploading the > metadata because Winamp (a windows desktop app) can display it. Embedding > the url in html only gives us the audio, however. > > TIA > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > -------------- next part -------------- An HTML attachment was scrubbed... URL: From chrisclement6162 at gmail.com Mon May 16 22:13:21 2022 From: chrisclement6162 at gmail.com (Chris Clement) Date: Mon, 16 May 2022 18:13:21 -0400 Subject: [Icecast] song title and artist In-Reply-To: References: Message-ID: Hi Thomas - Thx for reply. I am trying to extract from this link: http://icecast.uhururadio.com:8010/uhururadio.mp3.m3u Any thoughts? On Mon, May 16, 2022 at 6:10 PM Thomas Haus wrote: > You can use the /status-json.xsl > And a Litle bit of Javascript. To Display the things you want > Am 16.05.22, 22:46 schrieb "Weddle, Ben (Library)" < > Ben.Weddle at nashville.gov>: > >> Hi, >> >> I believe this sort of task is often accomplished with JavaScript. See >> this link for an example: >> https://github.com/talkinglibrary/now_playing/blob/main/TLNowPlaying.html >> >> Please note the Icecast folks discourage fetching things from the status >> page. See: https://icecast.org/docs/icecast-latest/server-stats.html >> >> Please don't mistake me for an expert. >> >> Ben Weddle | Nashville Talking Library >> >> ----- >> >> From: Icecast On Behalf Of Chris Clement >> Sent: Monday, May 16, 2022 1:54 PM >> To: Icecast at xiph.org >> Subject: [Icecast] song title and artist >> >> Attention: This email originated from a source external to Metro >> Government. Please exercise caution when opening any attachments or links >> from external sources. >> How can we display these in a website link? We are uploading the >> metadata because Winamp (a windows desktop app) can display it. Embedding >> the url in html only gives us the audio, however. >> >> TIA >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast >> > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ben.Weddle at nashville.gov Mon May 16 23:05:52 2022 From: Ben.Weddle at nashville.gov (Weddle, Ben (Library)) Date: Mon, 16 May 2022 23:05:52 +0000 Subject: [Icecast] song title and artist In-Reply-To: References: Message-ID: Hi Chris, Try using this URL: http://icecast.uhururadio.com:8010/status.xsl If you're trying to pull from the 2nd mount, you'll need to change the index position in the JS. Try 42. I cannot test for you due to: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMissingAllowOrigin Ben Weddle | Nashville Talking Library | ----- From: Icecast on behalf of Chris Clement Sent: Monday, May 16, 2022 5:11 PM To: Icecast streaming server user discussions Subject: Re: [Icecast] song title and artist ? Attention: This email originated from a source external to Metro Government. Please exercise caution when opening any attachments or links from external sources. Hi Ben - Thx for reply. I am trying to extract from this link:? http://icecast.uhururadio.com:8010/uhururadio.mp3.m3u I put it in the code you sent but got no title, etc. Any thoughts? On Mon, May 16, 2022 at 4:46 PM Weddle, Ben (Library) wrote: Hi, I believe this sort of task is often accomplished with JavaScript. See this link for an example: https://github.com/talkinglibrary/now_playing/blob/main/TLNowPlaying.html Please note the Icecast folks discourage fetching things from the status page. See: https://icecast.org/docs/icecast-latest/server-stats.html Please don't mistake me for an expert. Ben Weddle | Nashville Talking Library ----- From: Icecast On Behalf Of Chris Clement Sent: Monday, May 16, 2022 1:54 PM To: Icecast at xiph.org Subject: [Icecast] song title and artist Attention: This email originated from a source external to Metro Government. Please exercise caution when opening any attachments or links from external sources. How can we display these in a website link? We are uploading the metadata?because Winamp (a windows desktop app) can display it. Embedding the url in html only gives us the audio, however. TIA _______________________________________________ Icecast mailing list Icecast at xiph.org http://lists.xiph.org/mailman/listinfo/icecast From chrisclement6162 at gmail.com Mon May 16 23:32:03 2022 From: chrisclement6162 at gmail.com (Chris Clement) Date: Mon, 16 May 2022 19:32:03 -0400 Subject: [Icecast] song title and artist In-Reply-To: References: Message-ID: Wow that is a big step forward. So basically screen-scrape the desired info? Are there any scrapers already made? Thx so much. On Mon, May 16, 2022 at 7:06 PM Weddle, Ben (Library) < Ben.Weddle at nashville.gov> wrote: > Hi Chris, > > Try using this URL: http://icecast.uhururadio.com:8010/status.xsl > > If you're trying to pull from the 2nd mount, you'll need to change the > index position in the JS. Try 42. > > I cannot test for you due to: > https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMissingAllowOrigin > > Ben Weddle > | Nashville Talking Library | > > ----- > > From: Icecast on behalf of Chris Clement < > chrisclement6162 at gmail.com> > Sent: Monday, May 16, 2022 5:11 PM > To: Icecast streaming server user discussions > Subject: Re: [Icecast] song title and artist > > Attention: This email originated from a source external to Metro > Government. Please exercise caution when opening any attachments or links > from external sources. > > Hi Ben - Thx for reply. I am trying to extract from this link: > > http://icecast.uhururadio.com:8010/uhururadio.mp3.m3u > > I put it in the code you sent but got no title, etc. > > Any thoughts? > > On Mon, May 16, 2022 at 4:46 PM Weddle, Ben (Library) < > Ben.Weddle at nashville.gov> wrote: > Hi, > > I believe this sort of task is often accomplished with JavaScript. See > this link for an example: > https://github.com/talkinglibrary/now_playing/blob/main/TLNowPlaying.html > > Please note the Icecast folks discourage fetching things from the status > page. See: https://icecast.org/docs/icecast-latest/server-stats.html > > Please don't mistake me for an expert. > > Ben Weddle | Nashville Talking Library > > ----- > > From: Icecast On Behalf Of Chris Clement > Sent: Monday, May 16, 2022 1:54 PM > To: Icecast at xiph.org > Subject: [Icecast] song title and artist > > Attention: This email originated from a source external to Metro > Government. Please exercise caution when opening any attachments or links > from external sources. > How can we display these in a website link? We are uploading the > metadata because Winamp (a windows desktop app) can display it. Embedding > the url in html only gives us the audio, however. > > TIA > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > -------------- next part -------------- An HTML attachment was scrubbed... URL: From chrisclement6162 at gmail.com Mon May 16 23:36:15 2022 From: chrisclement6162 at gmail.com (Chris Clement) Date: Mon, 16 May 2022 19:36:15 -0400 Subject: [Icecast] song title and artist In-Reply-To: References: Message-ID: using this but not getting fetch('http://icecast.uhururadio.com:8010/status.xsl') //http is much faster than https .then(response => response.text()) On Mon, May 16, 2022 at 7:32 PM Chris Clement wrote: > Wow that is a big step forward. So basically screen-scrape the desired > info? Are there any scrapers already made? > > Thx so much. > > On Mon, May 16, 2022 at 7:06 PM Weddle, Ben (Library) < > Ben.Weddle at nashville.gov> wrote: > >> Hi Chris, >> >> Try using this URL: http://icecast.uhururadio.com:8010/status.xsl >> >> If you're trying to pull from the 2nd mount, you'll need to change the >> index position in the JS. Try 42. >> >> I cannot test for you due to: >> https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMissingAllowOrigin >> >> Ben Weddle >> | Nashville Talking Library | >> >> ----- >> >> From: Icecast on behalf of Chris Clement < >> chrisclement6162 at gmail.com> >> Sent: Monday, May 16, 2022 5:11 PM >> To: Icecast streaming server user discussions >> Subject: Re: [Icecast] song title and artist >> >> Attention: This email originated from a source external to Metro >> Government. Please exercise caution when opening any attachments or links >> from external sources. >> >> Hi Ben - Thx for reply. I am trying to extract from this link: >> >> http://icecast.uhururadio.com:8010/uhururadio.mp3.m3u >> >> I put it in the code you sent but got no title, etc. >> >> Any thoughts? >> >> On Mon, May 16, 2022 at 4:46 PM Weddle, Ben (Library) < >> Ben.Weddle at nashville.gov> wrote: >> Hi, >> >> I believe this sort of task is often accomplished with JavaScript. See >> this link for an example: >> https://github.com/talkinglibrary/now_playing/blob/main/TLNowPlaying.html >> >> Please note the Icecast folks discourage fetching things from the status >> page. See: https://icecast.org/docs/icecast-latest/server-stats.html >> >> Please don't mistake me for an expert. >> >> Ben Weddle | Nashville Talking Library >> >> ----- >> >> From: Icecast On Behalf Of Chris Clement >> Sent: Monday, May 16, 2022 1:54 PM >> To: Icecast at xiph.org >> Subject: [Icecast] song title and artist >> >> Attention: This email originated from a source external to Metro >> Government. Please exercise caution when opening any attachments or links >> from external sources. >> How can we display these in a website link? We are uploading the >> metadata because Winamp (a windows desktop app) can display it. Embedding >> the url in html only gives us the audio, however. >> >> TIA >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ben.Weddle at nashville.gov Mon May 16 23:59:07 2022 From: Ben.Weddle at nashville.gov (Weddle, Ben (Library)) Date: Mon, 16 May 2022 23:59:07 +0000 Subject: [Icecast] song title and artist In-Reply-To: References: Message-ID: Chris, Did you change the index as well? We should probably take this off list, but not before I again mention Icecast recommends against doing what we are describing, for good reasons. Please see here: https://icecast.org/docs/icecast-latest/server-stats.html Ben Weddle | Nashville Talking Library ----- From: Icecast on behalf of Chris Clement Sent: Monday, May 16, 2022 6:36 PM To: Icecast streaming server user discussions Subject: Re: [Icecast] song title and artist ? Attention: This email originated from a source external to Metro Government. Please exercise caution when opening any attachments or links from external sources. using this but not getting ? ? fetch('http://icecast.uhururadio.com:8010/status.xsl') //http is much faster than https ? ? .then(response => response.text()) On Mon, May 16, 2022 at 7:32 PM Chris Clement wrote: Wow that is a big step forward. So basically screen-scrape?the desired info? Are there any scrapers already made? Thx so much. On Mon, May 16, 2022 at 7:06 PM Weddle, Ben (Library) wrote: Hi Chris, Try using this URL: http://icecast.uhururadio.com:8010/status.xsl If you're trying to pull from the 2nd mount, you'll need to change the index position in the JS. Try 42. I cannot test for you due to: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMissingAllowOrigin Ben Weddle | Nashville Talking Library | ----- From: Icecast on behalf of Chris Clement Sent: Monday, May 16, 2022 5:11 PM To: Icecast streaming server user discussions Subject: Re: [Icecast] song title and artist ? Attention: This email originated from a source external to Metro Government. Please exercise caution when opening any attachments or links from external sources. Hi Ben - Thx for reply. I am trying to extract from this link:? http://icecast.uhururadio.com:8010/uhururadio.mp3.m3u I put it in the code you sent but got no title, etc. Any thoughts? On Mon, May 16, 2022 at 4:46 PM Weddle, Ben (Library) wrote: Hi, I believe this sort of task is often accomplished with JavaScript. See this link for an example: https://github.com/talkinglibrary/now_playing/blob/main/TLNowPlaying.html Please note the Icecast folks discourage fetching things from the status page. See: https://icecast.org/docs/icecast-latest/server-stats.html Please don't mistake me for an expert. Ben Weddle | Nashville Talking Library ----- From: Icecast On Behalf Of Chris Clement Sent: Monday, May 16, 2022 1:54 PM To: Icecast at xiph.org Subject: [Icecast] song title and artist Attention: This email originated from a source external to Metro Government. Please exercise caution when opening any attachments or links from external sources. How can we display these in a website link? We are uploading the metadata?because Winamp (a windows desktop app) can display it. Embedding the url in html only gives us the audio, however. TIA _______________________________________________ Icecast mailing list Icecast at xiph.org http://lists.xiph.org/mailman/listinfo/icecast _______________________________________________ Icecast mailing list Icecast at xiph.org http://lists.xiph.org/mailman/listinfo/icecast From chrisclement6162 at gmail.com Tue May 17 00:12:02 2022 From: chrisclement6162 at gmail.com (Chris Clement) Date: Mon, 16 May 2022 20:12:02 -0400 Subject: [Icecast] song title and artist In-Reply-To: References: Message-ID: Not sure what to do about the index or what you mean. I won't put this in production. I am learning how all this works to help as a volunteer. On Mon, May 16, 2022 at 7:59 PM Weddle, Ben (Library) < Ben.Weddle at nashville.gov> wrote: > Chris, > > Did you change the index as well? We should probably take this off list, > but not before I again mention Icecast recommends against doing what we are > describing, for good reasons. Please see here: > https://icecast.org/docs/icecast-latest/server-stats.html > > Ben Weddle > | Nashville Talking Library > > ----- > > From: Icecast on behalf of Chris Clement < > chrisclement6162 at gmail.com> > Sent: Monday, May 16, 2022 6:36 PM > To: Icecast streaming server user discussions > Subject: Re: [Icecast] song title and artist > > Attention: This email originated from a source external to Metro > Government. Please exercise caution when opening any attachments or links > from external sources. > > using this but not getting > > fetch('http://icecast.uhururadio.com:8010/status.xsl') //http is much > faster than https > .then(response => response.text()) > > > On Mon, May 16, 2022 at 7:32 PM Chris Clement > wrote: > Wow that is a big step forward. So basically screen-scrape the desired > info? Are there any scrapers already made? > > Thx so much. > > On Mon, May 16, 2022 at 7:06 PM Weddle, Ben (Library) < > Ben.Weddle at nashville.gov> wrote: > Hi Chris, > > Try using this URL: http://icecast.uhururadio.com:8010/status.xsl > > If you're trying to pull from the 2nd mount, you'll need to change the > index position in the JS. Try 42. > > I cannot test for you due to: > https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMissingAllowOrigin > > Ben Weddle > | Nashville Talking Library | > > ----- > > From: Icecast on behalf of Chris Clement < > chrisclement6162 at gmail.com> > Sent: Monday, May 16, 2022 5:11 PM > To: Icecast streaming server user discussions > Subject: Re: [Icecast] song title and artist > > Attention: This email originated from a source external to Metro > Government. Please exercise caution when opening any attachments or links > from external sources. > > Hi Ben - Thx for reply. I am trying to extract from this link: > > http://icecast.uhururadio.com:8010/uhururadio.mp3.m3u > > I put it in the code you sent but got no title, etc. > > Any thoughts? > > On Mon, May 16, 2022 at 4:46 PM Weddle, Ben (Library) < > Ben.Weddle at nashville.gov> wrote: > Hi, > > I believe this sort of task is often accomplished with JavaScript. See > this link for an example: > https://github.com/talkinglibrary/now_playing/blob/main/TLNowPlaying.html > > Please note the Icecast folks discourage fetching things from the status > page. See: https://icecast.org/docs/icecast-latest/server-stats.html > > Please don't mistake me for an expert. > > Ben Weddle | Nashville Talking Library > > ----- > > From: Icecast On Behalf Of Chris Clement > Sent: Monday, May 16, 2022 1:54 PM > To: Icecast at xiph.org > Subject: [Icecast] song title and artist > > Attention: This email originated from a source external to Metro > Government. Please exercise caution when opening any attachments or links > from external sources. > How can we display these in a website link? We are uploading the > metadata because Winamp (a windows desktop app) can display it. Embedding > the url in html only gives us the audio, however. > > TIA > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > -------------- next part -------------- An HTML attachment was scrubbed... URL: From chrisclement6162 at gmail.com Tue May 17 00:14:51 2022 From: chrisclement6162 at gmail.com (Chris Clement) Date: Mon, 16 May 2022 20:14:51 -0400 Subject: [Icecast] song title and artist In-Reply-To: References: Message-ID: http://icecast.org/docs.php is 404. where can I learn about the suffixes, xslt, etc.? On Mon, May 16, 2022 at 8:12 PM Chris Clement wrote: > Not sure what to do about the index or what you mean. I won't put this in > production. I am learning how all this works to help as a volunteer. > > On Mon, May 16, 2022 at 7:59 PM Weddle, Ben (Library) < > Ben.Weddle at nashville.gov> wrote: > >> Chris, >> >> Did you change the index as well? We should probably take this off list, >> but not before I again mention Icecast recommends against doing what we are >> describing, for good reasons. Please see here: >> https://icecast.org/docs/icecast-latest/server-stats.html >> >> Ben Weddle >> | Nashville Talking Library >> >> ----- >> >> From: Icecast on behalf of Chris Clement < >> chrisclement6162 at gmail.com> >> Sent: Monday, May 16, 2022 6:36 PM >> To: Icecast streaming server user discussions >> Subject: Re: [Icecast] song title and artist >> >> Attention: This email originated from a source external to Metro >> Government. Please exercise caution when opening any attachments or links >> from external sources. >> >> using this but not getting >> >> fetch('http://icecast.uhururadio.com:8010/status.xsl') //http is >> much faster than https >> .then(response => response.text()) >> >> >> On Mon, May 16, 2022 at 7:32 PM Chris Clement >> wrote: >> Wow that is a big step forward. So basically screen-scrape the desired >> info? Are there any scrapers already made? >> >> Thx so much. >> >> On Mon, May 16, 2022 at 7:06 PM Weddle, Ben (Library) < >> Ben.Weddle at nashville.gov> wrote: >> Hi Chris, >> >> Try using this URL: http://icecast.uhururadio.com:8010/status.xsl >> >> If you're trying to pull from the 2nd mount, you'll need to change the >> index position in the JS. Try 42. >> >> I cannot test for you due to: >> https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMissingAllowOrigin >> >> Ben Weddle >> | Nashville Talking Library | >> >> ----- >> >> From: Icecast on behalf of Chris Clement < >> chrisclement6162 at gmail.com> >> Sent: Monday, May 16, 2022 5:11 PM >> To: Icecast streaming server user discussions >> Subject: Re: [Icecast] song title and artist >> >> Attention: This email originated from a source external to Metro >> Government. Please exercise caution when opening any attachments or links >> from external sources. >> >> Hi Ben - Thx for reply. I am trying to extract from this link: >> >> http://icecast.uhururadio.com:8010/uhururadio.mp3.m3u >> >> I put it in the code you sent but got no title, etc. >> >> Any thoughts? >> >> On Mon, May 16, 2022 at 4:46 PM Weddle, Ben (Library) < >> Ben.Weddle at nashville.gov> wrote: >> Hi, >> >> I believe this sort of task is often accomplished with JavaScript. See >> this link for an example: >> https://github.com/talkinglibrary/now_playing/blob/main/TLNowPlaying.html >> >> Please note the Icecast folks discourage fetching things from the status >> page. See: https://icecast.org/docs/icecast-latest/server-stats.html >> >> Please don't mistake me for an expert. >> >> Ben Weddle | Nashville Talking Library >> >> ----- >> >> From: Icecast On Behalf Of Chris Clement >> Sent: Monday, May 16, 2022 1:54 PM >> To: Icecast at xiph.org >> Subject: [Icecast] song title and artist >> >> Attention: This email originated from a source external to Metro >> Government. Please exercise caution when opening any attachments or links >> from external sources. >> How can we display these in a website link? We are uploading the >> metadata because Winamp (a windows desktop app) can display it. Embedding >> the url in html only gives us the audio, however. >> >> TIA >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sigfood at dinorama.fr Tue May 17 05:02:15 2022 From: sigfood at dinorama.fr (tTh) Date: Tue, 17 May 2022 07:02:15 +0200 Subject: [Icecast] song title and artist In-Reply-To: References: Message-ID: <56a9d00e-3da7-9bd6-e5f2-2280edf5315b@dinorama.fr> On 5/17/22 02:14, Chris Clement wrote: > http://icecast.org/docs.php is 404. where can I learn about the > suffixes, xslt, etc.? https://icecast.org/docs/ -- +-------------------------------------------------------------------+ | sphinx of black quartz, judge my vow. | +-------------------------------------------------------------------+ From chrisclement6162 at gmail.com Tue May 17 09:30:20 2022 From: chrisclement6162 at gmail.com (Chris Clement) Date: Tue, 17 May 2022 05:30:20 -0400 Subject: [Icecast] song title and artist In-Reply-To: <56a9d00e-3da7-9bd6-e5f2-2280edf5315b@dinorama.fr> References: <56a9d00e-3da7-9bd6-e5f2-2280edf5315b@dinorama.fr> Message-ID: Ben - I figured out the index part but there is something wrong with our XSPF file. On our document the browser returns "cannot be parsed" and on yours it shows an xml file. On Tue, May 17, 2022 at 1:21 AM tTh wrote: > On 5/17/22 02:14, Chris Clement wrote: > > http://icecast.org/docs.php is 404. where can I learn about the > > suffixes, xslt, etc.? > > https://icecast.org/docs/ > > -- > +-------------------------------------------------------------------+ > | sphinx of black quartz, judge my vow. | > +-------------------------------------------------------------------+ > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ohnonot-github at posteo.de Wed May 18 07:28:40 2022 From: ohnonot-github at posteo.de (D.T.) Date: Wed, 18 May 2022 07:28:40 +0000 Subject: [Icecast] song title and artist In-Reply-To: References: Message-ID: <597a432f1611af6195f682c9dbc70fb622bfd243.camel@posteo.de> FWIW (I'm not sure what you're trying to achieve there), the stream is sending metadata OK. So you probably want to play it back with an application that knows how to read it - like most media players. On Mon, 2022-05-16 at 18:11 -0400, Chris Clement wrote: > Hi Ben - Thx for reply. I am trying to extract from this link:? > > http://icecast.uhururadio.com:8010/uhururadio.mp3.m3u > > I put it in the code you sent but got no title, etc. > > Any thoughts? > > On Mon, May 16, 2022 at 4:46 PM Weddle, Ben (Library) > wrote: > > Hi, > > > > I believe this sort of task is often accomplished with JavaScript. > > See this link for an example: > > https://github.com/talkinglibrary/now_playing/blob/main/TLNowPlaying.html > > > > Please note the Icecast folks discourage fetching things from the > > status page. See: > > https://icecast.org/docs/icecast-latest/server-stats.html > > > > Please don't mistake me for an expert. > > > > Ben Weddle | Nashville Talking Library > > > > ----- > > > > From: Icecast On Behalf Of Chris Clement > > Sent: Monday, May 16, 2022 1:54 PM > > To: Icecast at xiph.org > > Subject: [Icecast] song title and artist > > > > Attention: This email originated from a source external to Metro > > Government. Please exercise caution when opening any attachments or > > links from external sources. > > How can we display these in a website link? We are uploading the > > metadata?because Winamp (a windows desktop app) can display it. > > Embedding the url in html only gives us the audio, however. > > > > TIA > > _______________________________________________ > > Icecast mailing list > > Icecast at xiph.org > > http://lists.xiph.org/mailman/listinfo/icecast > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast ___ Vaccines for everyone! Donate to the COVAX alliance: https://gogiveone.org/?(WHO) https://www.gavi.org/donate?(Gavi) ___ Vaccines for everyone! Donate to the COVAX alliance: https://gogiveone.org/ (WHO) https://www.gavi.org/donate (Gavi) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: This is a digitally signed message part URL: From chrisclement6162 at gmail.com Wed May 18 11:54:27 2022 From: chrisclement6162 at gmail.com (Chris Clement) Date: Wed, 18 May 2022 07:54:27 -0400 Subject: [Icecast] song title and artist In-Reply-To: <597a432f1611af6195f682c9dbc70fb622bfd243.camel@posteo.de> References: <597a432f1611af6195f682c9dbc70fb622bfd243.camel@posteo.de> Message-ID: Exactly. The only problem I am having is displaying the metadata while it plays in a web page. Clicking our .mp3 link plays the sound but doesn't show title, etc. This is one of our web sites. https://blackpower96.org/. It has http://icecast.uhururadio.com:8010/uhururadio.mp3 included for the sound stream. I did not develop it but I am trying to help them display song titles, etc when someone clicks "listen live". TIA On Wed, May 18, 2022 at 3:29 AM D.T. wrote: > FWIW (I'm not sure what you're trying to achieve there), the stream is > sending metadata OK. > So you probably want to play it back with an application that knows how > to read it - like most media players. > > > On Mon, 2022-05-16 at 18:11 -0400, Chris Clement wrote: > > Hi Ben - Thx for reply. I am trying to extract from this link: > > > > http://icecast.uhururadio.com:8010/uhururadio.mp3.m3u > > > > I put it in the code you sent but got no title, etc. > > > > Any thoughts? > > > > On Mon, May 16, 2022 at 4:46 PM Weddle, Ben (Library) > > wrote: > > > Hi, > > > > > > I believe this sort of task is often accomplished with JavaScript. > > > See this link for an example: > > > > https://github.com/talkinglibrary/now_playing/blob/main/TLNowPlaying.html > > > > > > Please note the Icecast folks discourage fetching things from the > > > status page. See: > > > https://icecast.org/docs/icecast-latest/server-stats.html > > > > > > Please don't mistake me for an expert. > > > > > > Ben Weddle | Nashville Talking Library > > > > > > ----- > > > > > > From: Icecast On Behalf Of Chris Clement > > > Sent: Monday, May 16, 2022 1:54 PM > > > To: Icecast at xiph.org > > > Subject: [Icecast] song title and artist > > > > > > Attention: This email originated from a source external to Metro > > > Government. Please exercise caution when opening any attachments or > > > links from external sources. > > > How can we display these in a website link? We are uploading the > > > metadata because Winamp (a windows desktop app) can display it. > > > Embedding the url in html only gives us the audio, however. > > > > > > TIA > > > _______________________________________________ > > > Icecast mailing list > > > Icecast at xiph.org > > > http://lists.xiph.org/mailman/listinfo/icecast > > _______________________________________________ > > Icecast mailing list > > Icecast at xiph.org > > http://lists.xiph.org/mailman/listinfo/icecast > > ___ > > Vaccines for everyone! > Donate to the COVAX alliance: > https://gogiveone.org/ (WHO) > https://www.gavi.org/donate (Gavi) > > ___ > > Vaccines for everyone! > Donate to the COVAX alliance: > https://gogiveone.org/ (WHO) > https://www.gavi.org/donate (Gavi) > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > -------------- next part -------------- An HTML attachment was scrubbed... URL: From phschafft at de.loewenfelsen.net Wed May 18 15:26:50 2022 From: phschafft at de.loewenfelsen.net (Philipp Schafft) Date: Wed, 18 May 2022 15:26:50 +0000 Subject: [Icecast] "Pealing the media onion: containers, mappings, codecs, understanding multimedia formats" Message-ID: Good afternoon, after a poll for the next topic we'll have our next presentation "Pealing the media onion: containers, mappings, codecs, understanding multimedia formats" this Friday at 15:00 UTC. All the details: https://www.linkedin.com/events/6932709607819636736/about/ This one is on media formats but does apply to most file and streaming formats. While we think that it is a good presentation for everyone working with files on a modern computer the focus is a bit more on developers this time. This also means that we hope to see some young developers and/or students. That said the rules are the same as always: * To apply for a virtual seat you MUST send us a message (e.g. reply to me off-list). We'll answer all messages informing you if you got one of the limited seats. * Max. two people per organisation/university/school. * Happening in our Jitsi, "cams off". We expect everyone to participate in the open discussion at the end of the presentation. With best regards, -- Philipp Schafft (CEO/Gesch?ftsf?hrer) Telephon: +49.3535 490 17 92 Website: https://www.loewenfelsen.net/ Follow us: https://www.linkedin.com/company/loewenfelsen/ L?wenfelsen UG (haftungsbeschr?nkt) Registration number: Bickinger Stra?e 21 HRB 12308 CB 04916 Herzberg (Elster) VATIN/USt-ID: Germany DE305133015 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: This is a digitally signed message part URL: From Ben.Weddle at nashville.gov Wed May 18 16:26:16 2022 From: Ben.Weddle at nashville.gov (Weddle, Ben (Library)) Date: Wed, 18 May 2022 16:26:16 +0000 Subject: [Icecast] song title and artist In-Reply-To: References: <597a432f1611af6195f682c9dbc70fb622bfd243.camel@posteo.de> Message-ID: Chris, To show this info on a web page you can write some JavaScript to parse your Icecast server - either the internal part or the public-facing part - and print to HTML. Because you are using version 2.3.2, your unauthenticated options are more limited. The script I sent you should work fine with some minor modifications. I am not an expert in this(!!), but when I tried to run it, I was denied due to your server's CORS policy. Explain what you're trying to do to the person who maintains your web server. Ben Weddle | Nashville Talking Library ----- From: Icecast On Behalf Of Chris Clement Sent: Wednesday, May 18, 2022 6:54 AM To: Icecast streaming server user discussions Subject: Re: [Icecast] song title and artist Attention: This email originated from a source external to Metro Government. Please exercise caution when opening any attachments or links from external sources. Exactly. The only problem I am having is displaying?the metadata while it plays in a web page. Clicking?our .mp3 link plays the sound but doesn't show title, etc. This is one of our web sites. https://blackpower96.org/. It has?http://icecast.uhururadio.com:8010/uhururadio.mp3 included for the sound stream. I did not develop it but I am trying to help them display song titles, etc? when someone clicks "listen live". TIA On Wed, May 18, 2022 at 3:29 AM D.T. wrote: FWIW (I'm not sure what you're trying to achieve there), the stream is sending metadata OK. So you probably want to play it back with an application that knows how to read it - like most media players. On Mon, 2022-05-16 at 18:11 -0400, Chris Clement wrote: > Hi Ben - Thx for reply. I am trying to extract from this link:? > > http://icecast.uhururadio.com:8010/uhururadio.mp3.m3u > > I put it in the code you sent but got no title, etc. > > Any thoughts? > > On Mon, May 16, 2022 at 4:46 PM Weddle, Ben (Library) > wrote: > > Hi, > > > > I believe this sort of task is often accomplished with JavaScript. > > See this link for an example: > > https://github.com/talkinglibrary/now_playing/blob/main/TLNowPlaying.html > > > > Please note the Icecast folks discourage fetching things from the > > status page. See: > > https://icecast.org/docs/icecast-latest/server-stats.html > > > > Please don't mistake me for an expert. > > > > Ben Weddle | Nashville Talking Library > > > > ----- > > > > From: Icecast On Behalf Of Chris Clement > > Sent: Monday, May 16, 2022 1:54 PM > > To: mailto:Icecast at xiph.org > > Subject: [Icecast] song title and artist > > > > Attention: This email originated from a source external to Metro > > Government. Please exercise caution when opening any attachments or > > links from external sources. > > How can we display these in a website link? We are uploading the > > metadata?because Winamp (a windows desktop app) can display it. > > Embedding the url in html only gives us the audio, however. > > > > TIA > > _______________________________________________ > > Icecast mailing list > > mailto:Icecast at xiph.org > > http://lists.xiph.org/mailman/listinfo/icecast > _______________________________________________ > Icecast mailing list > mailto:Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast ___ Vaccines for everyone! Donate to the COVAX alliance: https://gogiveone.org/?(WHO) https://www.gavi.org/donate?(Gavi) ___ Vaccines for everyone! Donate to the COVAX alliance: https://gogiveone.org/ (WHO) https://www.gavi.org/donate (Gavi) _______________________________________________ Icecast mailing list mailto:Icecast at xiph.org http://lists.xiph.org/mailman/listinfo/icecast From that.jack.elliott at gmail.com Sun May 22 00:48:40 2022 From: that.jack.elliott at gmail.com (Jack Elliott) Date: Sat, 21 May 2022 17:48:40 -0700 Subject: [Icecast] "Pealing the media onion: containers, mappings, codecs, understanding multimedia formats" In-Reply-To: References: Message-ID: <96fe1998-f063-7988-ed90-5ddba87755cb@kpov.org> Might want to change "pealing" to "peeling." The former is usually used for ringing bells, the latter for pulling layer off something, like an onion. Yes, English was designed to be difficult. -- Jack Elliott Director of Classical Music Programming KPOV 88.9 FM High Desert Community Radio Bend, OR On 5/18/22 08:26, Philipp Schafft wrote: > Good afternoon, > > after a poll for the next topic we'll have our next presentation > "Pealing the media onion: > containers, mappings, codecs, understanding multimedia formats" > this Friday at 15:00 UTC. > > All the details: > https://www.linkedin.com/events/6932709607819636736/about/ > > This one is on media formats but does apply to most file and streaming > formats. While we think that it is a good presentation for everyone > working with files on a modern computer the focus is a bit more on > developers this time. This also means that we hope to see some young > developers and/or students. > > That said the rules are the same as always: > * To apply for a virtual seat you MUST send us a message (e.g. reply > to me off-list). We'll answer all messages informing you if you got > one of the limited seats. > * Max. two people per organisation/university/school. > * Happening in our Jitsi, "cams off". We expect everyone to > participate in the open discussion at the end of the presentation. > > > With best regards, > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast From db76 at riseup.net Mon May 30 08:01:35 2022 From: db76 at riseup.net (Damian) Date: Mon, 30 May 2022 18:01:35 +1000 Subject: [Icecast] HTTPS stream URL on https://dir.xiph.org Message-ID: <60B8A40E-4BD6-44FC-9D4E-B79DE74A7891@riseup.net> Dear Icecast community, I have a question about the (beta) Icecast Directory of streams at https://dir.xiph.org/. My question concerns the blue ?Play? button that appears to the right of each stream. I have noticed that the stream URLs for all the streams listed in this directory are http instead of https URLS. I have an SSL compiled version of Icecast. I?d like to know if it is possible (in version 2.4.4) to configure Icecast to display the HTTPS stream URL. I haven?t yet experimented with version 2.5 to see if this feature exists. Any info on this would be helpful. Damian