I have just modified my stream matching regex so that the hls streams do
not trigger my plugin - so this should mean that you can play the MP3
stream and see what RNP does with it and then you can switch to HLS to
see what PlayHLS does with the different data.
As before, to try it out ... downlo
Thanks Paul - I have installed the RNP plugin, and will add your station
info and have another bash. At the moment the HLS streams are better
than the shoutcast ones were, but if I read right, the RNP is for
shoutcast streams and might barf at the HLS ones. Ill play around.
Sent from my iPhon
I have been experimenting with the API to iHeartRadio song info.
My code is working but their data quality is poor.
The Now Playing track info is often more than 2 minutes late and
sometimes not present at all.
You can see it via the recently- played part of their site.
Ill try some other iH
Example of my WebGui - no metadata showing from other URLs
36437
+---+
|Filename: iHeart13Dec21.png|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36437|
+---
yeomanspc wrote:
> First off, big thank you for all your work continuing to keep the
> Squeeze environment current over the years - it seems like you have
> supported additional features for longer than Logitech supported the
> original product.
>
> The screen shot was from IPeng. > > >
> >
>
yeomanspc wrote:
> whereas the shoutcast stream is scrolling raw tags and not being parsed
> except for tracks sometimes.
>
See my earlier posts for how you can resolve this for the Shoutcast
streams.
Paul Webster
author of \"now playing\" plugins covering radio france (fip etc),
planetra
First off, big thank you for all your work continuing to keep the
Squeeze environment current over the years - it seems like you have
supported additional features for longer than Logitech supported the
original product.
The screen shot was from IPeng. But its the same on web UI.
When you selec
yeomanspc wrote:
> [image:
> https://uploads.tapatalk-cdn.com/20211213/5f0c83cb406c25aea85e529a51cfb901.jpg]
How & where is this screenshot taken ?
It is a snapshot of the HLS m3u8 chunk Playlist (i.e. usually 10 sec
segments but in this case zero secs ! ) and AFAIK should not be made
visible
I've just done a quick test on Z100.
iHeart ad stuff is a mess.
I get "adContext" only in thr HLS EXTINF - nothing in the ID3 tags. No
"song_spot" stuff so no flags.
I get no "adContext" displayed on WebUI or Material.
"adContext" seems to be another way of inserting ads.
Code:
FYI - I left the shoutcast stream running over my night with my Radio
Now Playing plugin configured to intercept metadata for this station.
Based on what I see in "What Was That Tune" plugin ... all of the ad
breaks and advertorials/info-breaks were hidden by the plugin.
>From my logs I can see
yeomanspc wrote:
> Hi,
> I have a few server setups. Main ones are QNAP running LMS 8.3. I also
> have an Odroid U2 (like a pi) running Max2play 211022 - this is running
> LMS 8.2 (cant seem to get it to install8.3). Last week this was on
> 7.9.4. The players are Squeezebox classic (3?) and
Play HLS is 2.8
Sent from my iPhone using Tapatalk
yeomanspc's Profile: http://forums.slimdevices.com/member.php?userid=249
View this thread: http://forums.slimdevices.com/showthread.php?t=108466
_
Hi,
I have a few server setups. Main ones are QNAP running LMS 8.3. I also
have an Odroid U2 (like a pi) running Max2play 211022 - this is running
LMS 8.2 (cant seem to get it to install8.3). Last week this was on
7.9.4. The players are Squeezebox classic (3?) and also old SB 2. I
get same o
yeomanspc wrote:
> Use iHeart plugin a lot. Mostly to older squeezeboxes. When playing a
> track it correctly parses the track name and artist and in between it
> shows the radio station but when playing ads I get all the adcontext
> data scrolling across the display (listening to z100 NY).
Type "T" is not reserved for station title but text such as the ad
company name
Code:
#EXTINF:10,title="International Diamond Center",artist="International Diamond
Center",url="song_spot=\\"T\\" MediaBaseId=\\"0\\" itunesTrackId=\\"0\\"
amgTrackId=\\"-1\\" amgArtis
I thought EXTINF was the source of the metadata being displayed when
playing HLS stream - turns out the data is in MPEG2/AAC embedded ID3
tags
The TIT2 and TPE1 tags have artist and track title but the ICY and
EXTINT metadata "string" is found in the TXXX and WXXX tags.
I haven't found ads on o
I can only to quick tests every so often at the moment, I haven;t heard
an "ad" - I wonder if ads are mainly "prime-time" (i.e. not sunday
afternoon/evening).
As I havn't captured an ad in HLS EXTINF yet, I'm tryin a few other
station at random to see if ads are more prevalent.
--
Yep - that is why I was looking for "M" and now "F".
To try mine ...
If not already installed then ... install Radio Now Playing plugin and
restart LMS.
Then take the attached zip file and unzip it and copy the unzipped file
( stationdata-z100whtzfm.json ) to the plugin's "stationdata" direct
New song spot type "T" - looks like a station title burst
Code:
#EXTINF:10,title="Z100",artist="NY\'s #1 Hit Music
Station",url="song_spot=\\"T\\" MediaBaseId=\\"0\\" itunesTrackId=\\"0\\"
amgTrackId=\\"0\\" amgArtistId=\\"0\\" TAID=\\"0\\" TPID=\\"0\\"
cartcut
Paul Webster wrote:
> Now the format of their ICY metadata has changed!
>
> e.g.
> >
Code:
> >
> StreamTitle='title="SOMETHING JUST LIKE THIS",artist="Chainsmokers /
Coldplay",url="song_spot="F" MediaBaseId="0" itunesTrackId="0" amgTrackId="-1"
amgArtistId="0" TAI
Now the format of their ICY metadata has changed!
e.g.
Code:
StreamTitle='title="SOMETHING JUST LIKE THIS",artist="Chainsmokers /
Coldplay",url="song_spot="F" MediaBaseId="0" itunesTrackId="0" amgTrackId="-1"
amgArtistId="0" TAID="0" TPID="0" cartcutId="0" amgArtwo
When their meta data was flowing well over http (perhaps over their
night when no live DJ) the end tag appears at the end of a set of
adverts. The adverts before ut had different metadata.
There is a tag in their shoutcast that is M for music and T when not
which I use in the regex.
Pau
With HLS there are multiple places to provide metadata.
For Z100, track data seems to be provided into the HLS playlist - and I
think it is easy to spot any title starting with *text="Spot Block End"*
. As it looks like a small mod, I'll try to get around to updating
PlayHLSv2 but time at the mo
Paul Webster wrote:
> My trick is working for http streaming
but
when I have been trying
> it out over the last hour or so they seem to have stopped putting song
> details into the ICY metadata but are putting the ad breaks in there.
> A bit annoying.
> Ill leave it running for a few more ho
My trick is working for http streaming
but
when I have been trying
it out over the last hour or so they seem to have stopped putting song
details into the ICY metadata but are putting the ad breaks in there.
A bit annoying.
Ill leave it running for a few more hours to see if it resolves.
hls
Paul Webster wrote:
>
> I left it running over breakfast and then reviewed the logs ... and it
> caught one
>
> >
Code:
> > [21-12-12 08:23:22.6534] Slim::Player::Protocols::HTTP::parseMetadata
(298) Icy metadata received:
StreamTitle='adContext="aHR0cHM6Ly9uMDFiLWU
yeomanspc wrote:
> Use iHeart plugin a lot. Mostly to older squeezeboxes. When playing a
> track it correctly parses the track name and artist and in between it
> shows the radio station but when playing ads I get all the
> “adcontext” data scrolling across the display (listening to
> z100 NY
I just heard a few songs and then an ad break.
The metadata looks like this ...
Code:
[21-12-12 07:57:17.4278] Slim::Player::Protocols::HTTP::readMetaData (224)
Metadata size: 80
[21-12-12 07:57:17.4286] Slim::Player::Protocols::HTTP::readMetaData (252)
Metadata:
bpa (plugin author) has recently, in a different thread, described the
plugin as a directory of stations & their stream URLs ... and not being
involved in the subsequent streaming.
So in this case it is likely that the metadata is embedded in the stream
by the broadcaster.
It would be possible to
Use iHeart plugin a lot. Mostly to older squeezeboxes. When playing a
track it correctly parses the track name and artist and in between it
shows the radio station but when playing ads I get all the adcontext
data scrolling across the display (listening to z100 NY). Is there a
way to suppres
Mike Meyer wrote:
> I had lost the ability to play my local sports station on my
> Squeezeboxes when the URL stopped working. They are an iHeartRadio
> station so I came out here and found this plugin.
> All is well now and I even have the station artwork showing now on the
> Radio.
Even if yo
I had lost the ability to play my local sports station on my
Squeezeboxes when the URL stopped working. They are an iHeartRadio
station so I came out here and found this plugin.
All is well now and I even have the station artwork showing now on the
Radio.
Thanks bpa!
Mike
'PGAScores' (http:
huxmut wrote:
> i missed this post.
> Thanks for digging into it.
> :)
To add podcast support to iHeart plugin I'd need to find the full list
of podcast series available - it is not clear how to get this list.
Furthermore, iHeart podcast shows list according to "market" not just
country so add
bpa wrote:
> It'll need a lot more work to automate podcast iHeart.
>
> For the requested podcast episode - the URL is
> https://www.podtrac.com/pts/redirect.mp3/chtbl.com/track/5899E/traffic.megaphone.fm/HSW9193138556.mp3
>
> Extracted from the JSON returned by URL for the episode
> https:/
It'll need a lot more work to automate podcast iHeart.
For the requested podcast episode - the URL is
https://www.podtrac.com/pts/redirect.mp3/chtbl.com/track/5899E/traffic.megaphone.fm/HSW9193138556.mp3
Extracted from the JSON returned by URL for the episode
https://ww.api.iheart.com/api/v3/
Thanks anyway mate.
yes i did a little digging for the real url, but they have hidden it
past my knowledge level.
for now i'll just fire up VLC on PC and record the audio device output
stream and play them as .mp3 later.
so old school to record in real time :)
rPi 3 + rasPi 7" LCD + HiFiBerr
huxmut wrote:
> oh sorry. the link is to the home page for the podcast
>
> i tried to pull the url out of a 'share' link
> height="200"
> src="https://www.iheart.com/podcast/1119-fake-doctors-real-friends-60367049/episode/106-my-bad-61580889/?embed=true";
> frameborder="0">
>
> tried a few v
> How did you get this URL ?
>
oh sorry. the link is to the home page for the podcast
i tried to pull the url out of a 'share' link
https://www.iheart.com/podcast/1119-fake-doctors-real-friends-60367049/episode/106-my-bad-61580889/?embed=true";
frameborder="0">
tried a few variations, but i'm
huxmut wrote:
> Thanks for the live plugin.
> Is there a way to play a podcast ?
>
> e.g.
> https://www.iheart.com/podcast/1119-fake-doctors-real-friends-60367049/
The plugin is just a directory - it has nothing to do with playing.
Either
(i) LMS is not setup to to play the podcast - in wh
Thanks for the live plugin.
Is there a way to play a podcast ?
e.g.
https://www.iheart.com/podcast/1119-fake-doctors-real-friends-60367049/
rPi 3 + rasPi 7" LCD + HiFiBerry DiGi+ | rPi 2 + IQaudio DAC+ |
rPi 2 + HiFiBerry DAC+ | Squeeze Box Touch | LMS on pCP
https://www.picoreplayer.org/how_
yeomanspc wrote:
> I changed the repos and it seems to be ok now. So thanks again.
OK. I need to look at the repos again.
> Should I change the BBCIplayer repo too? At the moment I am pointing at
>
> >
Code:
> > http://downloads.sourceforge.net/project/bpaplugins
I changed the repos and it seems to be ok now. So thanks again.
Should I change the BBCIplayer repo too? At the moment I am pointing at
Code:
http://downloads.sourceforge.net/project/bpaplugins/betarelease-repo.xml
-
I can't replicate the QNAP environment so I'll ttest LMS 8.0 a test on
another Linxu system later.
The "best" repo URL for iheart is
http://bpa-code.github.io/bpaplugins/iheartradio-repo.xml
The sourceforge repo URL can timeout which can lead to "odd" results
which is why I now "recommend" git
LMS updates are installed by the QNAP QLMS (Digimaster) from the
nightlies build
URL's
Code:
http://downloads.sourceforge.net/project/bpaplugins/iheartradio-repo.xml
http://bpa-code.github.io/bpaplugins/repo-playhls-v2.xml
I am going to backout
yeomanspc wrote:
> I have v1.2 installed on 2 servers. - works fine on the March 23rd
> version of LMS8, but not the March 31st version 1585662085. It says
> incompatible and needs an update?
> Is this an issue with LMS build, or does the plugin indeed need an
> update?
> Servers are QNAPs runn
I have v1.2 installed on 2 servers. - works fine on the March 23rd
version of LMS8, but not the March 31st version 1585662085. It says
incompatible and needs an update?
Is this an issue with LMS build, or does the plugin indeed need an
update?
Servers are QNAPs running under QLMS
-
I've updated the iHeart Radio plugin to V1.2. Both repo URLs have been
changed to deliver v1.2 (V1.0 was US only, V1.1 included CA, AU and
NZ).
* support of Mexico in addition to USA, Canada, Australia and New
Zealand.
* Genre menus for all countries although the station count seems to be
inac
bpa wrote:
> HLS streams need a plugin to play - what is your setup (os , LMS
> version, HLS plugin, player etc.) and which stream are you playing so I
> can also test.
Bingo - hadn't realised i needed an HLS plugin. Installed (and updated
ffmpeg while there as a precaution), restarted and it's
s2kiwi wrote:
> Hi guys, only spotted yesterday that this has been extended to NZ
> (awesome!).
>
> However installing it last night I have a weird behaviour and don't know
> where to begin on de-bugging.
>
> It searches and loads a stream fine, however each HLS stream loads with
> only a 10s
Hi guys, only spotted yesterday that this has been extended to NZ
(awesome!).
However installing it last night I have a weird behaviour and don't know
where to begin on de-bugging.
It searches and loads a stream fine, however each HLS stream loads with
only a 10sec track length and then simply
Apteryx wrote:
> I Had a more extensive play with this - I'm not sure that there isn't a
> little bug or odd behavior when a "Live Stations by Genre" search is
> performed - it returns a list as expected, but the values in that list
> look overstated to me eg Mix & Variety (116) which is actuall
Apteryx wrote:
> YES - that is awesome - it worked perfectly first time - thank you!
> Summer WILL come and I will be able to listen to Cricket commentary
> again!!
> I can't thank you enough for that!
-
I Had a more extensive play with this - I'm not sure that there isn't a
little bug or odd b
bpa wrote:
> I've quicky done (i.e. very little testing) a V1.1 which supports in
> addition to US search and Genre,
>
> New Zealand NZ - search & Genre
> AustraliaAU - Search
> Canada CA - Search
>
> To beta test it has a new repo URL (just add -beta to middle of existing
> repo URL
bpa wrote:
> I've quicky done (i.e. very little testing) a V1.1 which supports in
> addition to US search and Genre,
>
> New Zealand NZ - search & Genre
> AustraliaAU - Search
> Canada CA - Search
>
> To beta test it has a new repo URL (just add -beta to middle of existing
> repo URL
I've quicky done (i.e. very little testing) a V1.1 which supports in
addition to US search and Genre,
New Zealand NZ - search & Genre
AustraliaAU - Search
Canada CA - Search
To beta test it has a new repo URL (just add -beta to middle of existing
repo URL)
http://downloads.sourceforg
Paul Webster wrote:
> Can you give an example of one NZ station that this has happened to?
Example URL to get a NZ list of station for a specific genre
http://nz.api.iheart.com/api/v2/content/liveStations?countryCode=NZ&limit=1&genreId=18
---
Apteryx wrote:
> Thanks very much for this plugin - I just love how this gear lives on &
> on with Squeezelite-x and Spotty and now this... It's the gift that just
> keeps on giving!
>
> I have a question though - As with other countries, iHeartradio have
> gobbled up stations in my country too
Can you give an example of one NZ station that this has happened to?
Paul Webster
http://dabdig.blogspot.com
Author Radio France (FIP etc) plugin
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
Thanks very much for this plugin - I just love how this gear lives on &
on with Squeezelite-x and Spotty and now this... It's the gift that just
keeps on giving!
I have a question though - As with other countries, iHeartradio have
gobbled up stations in my country too (New Zealand) - how difficu
jeff52807 wrote:
> Thank you very much!!
>
> I'll let you know how I do. I figured it had something to do with the
> repository URL. That
didn't seem right.
>
> Long live the Squeezebox!
It worked! I got the 3 stations I wanted, and am sure I'll be adding
more. You ROCK! Thanks:D
bpa wrote:
> I am not familiar with Windows LMS and when it needs to be restarted.
> It is not necessary to restart Windows or a PC in this procedure - just
> LMS.
>
> The ellipsis ("...") in the middle of the URL means you have not copied
> the uRL correctly. When hot linked URLS are long the
jeff52807 wrote:
> If I'm okay to here, what do I do next?
The ellipsis ("...") in the middle of the URL means you have not copied
the uRL correctly. When hot linked URLS are long the forum cuts out the
middle and inserts "..." so the beginning and end of the URL just show.
In general (but c
jeff52807 wrote:
> I sent you an email. Did you receive it?
What help do you need ?
What have you tried ?
The plugin requires that you are running a local LMS system. What OS is
your LMS server system running and what version of LMS ?
WINDOWS 10
LMS 7.9.1
I.VE ADDED THE REPOSITORY URL
To i
jeff52807 wrote:
> I sent you an email. Did you receive it?
I don't solve plugin issues by email unless there is conifedential info
which cannot be in this case.
bpa's Profile: http://forums.slimdevices.com/member.php?u
bpa wrote:
> What help do you need ?
> What have you tried ?
>
> The plugin requires that you are running a local LMS system. What OS is
> your LMS server system running and what version of LMS ?
>
> To install the plugin you need to add the repsoitory URL to your local
> LMS via the WebUI Se
jeff52807 wrote:
> If so, help by phone or email would be greatly appreciated!
What help do you need ?
What have you tried ?
The plugin requires that you are running a local LMS system. What OS is
your LMS server system running and what version of LMS ?
To install the plugin you need to add t
RobTheGob wrote:
> I'm listening to it right now!
>
> Stuttered a bit when I first started streaming - but it's been OK since.
If so, help by phone or email would be greatly appreciated!
jeff52807's Profile: http://for
RobTheGob wrote:
> I'm listening to it right now!
>
> Stuttered a bit when I first started streaming - but it's been OK since.
Thank-you! I'll give it a try if I can figure out how to do it. ;)
jeff52807's Profile: ht
jeff52807 wrote:
> Before I try this, would someone be so kind as to see if it will allow
> me to listen to WLS-AM (890) Chicago? It has disappeared from the radio
> station Search and my saved favorite won't play.
>
> Thanks in advance!
I'm listening to it right now!
Stuttered a bit when
Before I try this, would someone be so kind as to see if it will allow
me to listen to WLS-AM (890) Chicago? It has disappeared from the radio
station Search and my saved favorite won't play.
Thanks in advance!
jeff528
This is GREAT! Thanks so much!
RobTheGob's Profile: http://forums.slimdevices.com/member.php?userid=45573
View this thread: http://forums.slimdevices.com/showthread.php?t=108466
___
bperella wrote:
> . Shouldn't it still play on my PC after the search found the station?
Only if you have started an SB player on your PC such as Squeezelite or
Squeezeplay. LMS is a media server - not a player.
bpa's Pr
Was able to get 4 iHeart stations playing on my Squeezebox. Thank you
so much. I was ready to retire the Squeezebox.
bperella's Profile: http://forums.slimdevices.com/member.php?userid=68052
View this thread: http://forum
bpa wrote:
> Under Radio / iHeart Radio/ Live Search - enter WBZ - the last one on
> the list is WBZ NewsRadio 1030 - I don't know if this is Boston - but
> it plays. The first station in the list is a http/MP3 which willplay OK
> on SBRadio. The other ones in the list are different formats
bperella wrote:
> I have installed your iheart Plugin to my LMS. I'm not sure whre to go
> to search and find stations. I'm interested in WBZ 1030 Boston. Can I
> get this to play directly on my squeezebox radio?
Under Radio / iHeart Radio/ Live Search - enter WBZ - the last one on
the list
I have installed your iheart Plugin to my LMS. I'm not sure whre to go
to search and find stations. I'm interested in WBZ 1030 Boston. Can I
get this to play directly on my squeezebox radio?
Thanks, Bernie
bperella's P
Just discovered this plugin - Awesome!
No more manually putting in the the stream info for me!
Great job, and thanks!
1 x Transporter w/Trans-knob, 2 x Touch (Active, 3 x Spares), 4 x Boom
(Active, 8 x Spares)
1 x Win Server (ESXi 6.x) w/LMS
1 x HP 24" Touch Screen PC w/LMS & SqueezePlay)
4 x
Interesting times at iHeart radio it seems ...
https://radiotoday.co.uk/2018/03/iheartmedia-files-for-chapter-11-bankruptcy/
What effect (if any) it will have on their on line services remains to
be seen.
Raymond Woodwar
sfurbish wrote:
> Sorry to reply to my own query, but I realized I was still using ver
> 7.7.5. Switched to 7.9 and error went away.
Unless the URL went to a https one - I don't think this was a LMS
version issue probably just sourceforge not replying in time. That
said, using 7.9.* is better a
sfurbish wrote:
> I get this "Bad repository
> ***/project/bpaplugins/iheartradio-repo.xml[/url] - Connect timed out:
> Bad file descriptor" when I try to add the repository as described. Any
> idea on what I've done wrong? Thanks
Sorry to reply to my own query, but I realized I was still using
bpa wrote:
>
> Repository URL
> /project/bpaplugins/iheartradio-repo.xml[/url]*
I get this "Bad repository
***/project/bpaplugins/iheartradio-repo.xml[/url] - Connect timed out:
Bad file descriptor" when I try to add the repository as described. Any
idea on what I've done wrong? Thanks
--
Yeah! Thanks for this! I installed the plugin, searched for KOA, and
boom! I can listen to this station again.
R. Greg Dawson
Squeezelite-X
rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236
View
Well, the problem seems to have resolved itself tonight. Radios are now
playing iHeart AAC streams natively without skipping/stutter.
Only thing I can think is when you said, "Station use CDNs to deliver
streams and CDNs are organised regionally so perhaps the CDN in your
region has some probl
Well, the problem seems to have resolved itself tonight. Radios are now
playing iHeart AAC streams natively without skipping/stutter.
Only thing I can think is when you said, "Station use CDNs to deliver
streams and CDNs are organised regionally so perhaps the CDN in your
region has some probl
I've played the problem station for 30 mins on a SB Radio without any
issues.
When you get problems - how soon does it happen ? how often does it
happen ?
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
tandy1000rl wrote:
> 3. Problem occurs on *all* of my Radios...does NOT occur on any of my
> Touches
Strange because Radio and Touch are identicial in software terms - both
can play AAC and have same decoder natively.
> Stream plays fine on VLC on a computer on same network
What is used to pla
Ran some more tests tonight:
1. Problem still occurs when using "proxied" streaming (and no
AAC-->MP3 transcoding)
2. Also still occurs when increasing the buffer in LMS from 3 sec to 10
sec
3. Problem occurs on *all* of my Radios...does NOT occur on any of my
Touches
4. Stream plays fine on V
tandy1000rl wrote:
>
>
> For example, does this stream play without stuttering "natively" on your
> Radio or Touch: http://c13icyelb.prod.playlists.ihrhls.com/1765_icy
>
> It seems like it tries to decode but doesn't have the internal
> processing power to keep up, because the stuttering ge
tandy1000rl wrote:
> Anyone else noticing many of these icy_ shoutcast streams now
> stutter when played natively on Radio or Touch hardware? Problem goes
> away when streams are transcoded to FLAC, MP3, or PCM in File Types
> section of LMS (so I know it's not my network).
Transcoding does
Anyone else noticing many of these icy_ shoutcast streams now
stutter when played natively on Radio or Touch hardware? Problem goes
away when streams are transcoded to FLAC, MP3, or PCM in File Types
section of LMS (so I know it's not my network). Anyone know if
something has changed recentl
Interesting to note I have found one station that plays fine in both HLS
and 'Secure HLS' namely Sacremento's Smooth Jazz 107.1.
I wonder what is *so* different between this station and the others ..?
--
Ray Woodward
LMS 7.91 Windows 10 16299.125
-
yeomanspc wrote:
> I got an error 503 bad gateway when I first tried it yesterday, but it's
> working fine now.
This is an unoffical plugin making use of an undocumented API without
any sign-in so odd behaviour or breakdown may occur at any time.
I don't use the plugin very often but I notice
Many thanks for this.
I got an error 503 bad gateway when I first tried it yesterday, but it's
working fine now.For my stations all seem to work initially but the
HLS and Secure HLS have breaks every 30 - 60 seconds. The station
artwork is displayed on my controller display but reverts t
Many thanks for submitting this. iHeart seems to be gobbling up more and
more stations. Just recently I lost two that I frequently listen to.
This plugin solved my problem.
My previous solution to the issue was to run the station stream on a
computer, then use the WaveInput plugin to listen on my
Thank you for a fabulous plugin! It's just what I've been hoping for
and it works great!
oldfolkie's Profile: http://forums.slimdevices.com/member.php?userid=45065
View this thread: http://forums.slimdevices.com/showthread
paul- wrote:
> Yes, they are flashed based (hlsplayer.net was one). The gaps I'm
> talking about are during the middle of the song, not really a gap but
> like the stream pauses for a while and then restarts in place. Nothing
> unusual in the ffmpeg debug output when this happens.
I also heard
Yes, they are flashed based (hlsplayer.net was one). The gaps I'm
talking about are during the middle of the song, not really a gap but
like the stream pauses for a while and then restarts in place. Nothing
unusual in the ffmpeg debug output when this happens.
-
paul- wrote:
> I suspect you are right on the modified HLS, ffmpeg 2.8 would work
> okay, but have drop outs. 3.4 would only play the first set of files
> and then error out. Other web based HLS streamers seem to play the
> stream okay. Wish my perl(Plugin) skills were better to play with it.
ffmpeg 3.4 would only play the first set of files and then error out.
2.8 works ok, but has occasional drops. Other web based HLS streamers
seem to play the stream okay. Wish my perl(Plugin) skills were better to
play with it.
--
paul- wrote:
> Well as long as they keep the ICY streams going, its no big deal. I
> just assumed they would be dropping them.
I cannot play iHeart stream from web site or apps but I can play many
stations (but not all) using URL directly so the main purpose of the
plugin is providing simple
1 - 100 of 107 matches
Mail list logo