Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2021-03-16 Thread bpa
olivaar wrote: > the url of the chunks isnt correct calculated. > the code in ScanHLS.pm after line 187 assumes that the line after > #EXTINF is the url. > to correct this, you can ignore any lines start with "#" after #EXTINF > till a line that starts without a # > > the url should something

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2021-03-15 Thread olivaar
bpa wrote: > They are doing something special - I see "OPTIONS" request being used - > not usual. > > Normally for "awkward" streams, I advise to use PlayHLS V1 which uses > ffmpeg but even ffmpeg cannot play these streams and ffmpeg is the > engine within vlc. > > > that is the problem. It

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2021-03-15 Thread bpa
olivaar wrote: > can VLC play DRM-Streams? > i think the live streams are without DRM They are doing something special - I see "OPTIONS" request being used - not usual. Normally for "awkward" streams, I advise to use PlayHLS V1 which uses ffmpeg but even ffmpeg cannot play these streams and

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2021-03-14 Thread olivaar
bpa wrote: > Where are the URLs - I'm going to spend time hunting them down. > edit: > > First look at website > > 1. Streams have video > 2. Stream require DRM - I don't implement DRM can VLC play DRM-Streams? i think the live streams are without DRM If i look into the codec information

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2021-03-13 Thread bpa
olivaar wrote: > is it possible to play mixcloud live streams? > it seems that this streams are also HLS > > the links are only valid during the live sessions. > to try one, please go to the following site > > https://www.mixcloud.com/live/ > > and select one of the streams. > > to get the

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2021-03-13 Thread olivaar
is it possible to play mixcloud live streams? it seems that this streams are also HLS the links are only valid during the live sessions. to try one, please go to the following site https://www.mixcloud.com/live/ and select one of the streams. to get the m3u8 file, open the developer tools of

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2021-03-11 Thread uranus
uranus wrote: > Hi - thanks for taking a look... this is an example > > https://drliveradio.akamaized.net/hls/live/2022411/p8jazz/playlist-32.m3u8 the one I am actually wanting is protected, but the content looks similar but has extra #EXT-X-PROGRAM-DATE-TIME: entries for each segment

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2021-03-11 Thread uranus
bpa wrote: > Plugin doesn't support back buffer - just live. > > This is not a common feature. Can you supply the URL so that it can be > checked. Hi - thanks for taking a look... https://drliveradio.akamaized.net/hls/live/2022411/p8jazz/playlist-32.m3u8

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2021-03-11 Thread bpa
uranus wrote: > I see this is an old post- but can't seem to find updated info -> but > using PlayHLS V2. Is this designed to support steams with a back > buffer? I have a live stream with a buffer, on squeezelite-x can't > seem to move within the stream, just resets to live. Would be nice

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2021-03-11 Thread uranus
bebop wrote: > It starts playing immediatey for me too, but the content is from about > 30 minutes ago, if I use the same link on VLC player on my PC, I get the > correct timed live stream. > > I have now installed PlayHLS V1, and with that it works correct, must be > some sort of seekable

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-11-17 Thread Rasputin_GY
I also just wanted to say - THANK YOU! Finally able to listen to twitch audio on squeezebox (haven't realized it's possible before XD ) Rasputin_GY's Profile: http://forums.slimdevices.com/member.php?userid=68369 View

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-11-05 Thread MetHillFin
I just wanted to say thanks and inform that with PlayHLS V2 these stations are working great: http://digitacdn.akamaized.net/hls/live/629243/radiosuomipop/master-128000.m3u8 https://yleuni-f.akamaihd.net/i/yleliveradiohd_2@113879/master.m3u8

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-09-10 Thread CJS
vinnielo wrote: > 7.8.0 r328. That version is quite old. You can download a newer version that supports playback of AAC files here: https://sourceforge.net/projects/lmsclients/files/squeezeplay/windows/ | LMS 8.0 | Squeezebox Boom | RPi0W + pCP 6.1.0 + HiFiBerry DAC+ Zero |

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-09-10 Thread vinnielo
ralphy wrote: > I added AAC support to squeezeplay at version 7.8.0r1188. The OP needs > to confirm the windows version of squeezeplay used. 7.8.0 r328. *RadioFeeds UK & Ireland..* an up-to-date radio directory for your Squeezebox/Transporter/UE Smart Radio.. available from the

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-09-10 Thread bpa
Cebolla wrote: > Do you know the master m3u8 URL of any true HLS MP3 internet radio > stream by any chance, just to compare? yes but there are at least 4 possible HLS variants to carry MP3 - the extension is ignored for all of them - the plugin examines the audio stream for MP3 or AAC/ADTS

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-09-10 Thread Cebolla
bpa wrote: > Strange. As the plugin output is just either a normal LMS AAC or MP3 > stream - all protocol work is done inside LMS. > > Can you play normal http/AAC streams on the Squeezplay for Windows ? > > edit: > > Just checked the HLS stream is MP3 so AAC test is irrelevant. Very odd

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-09-10 Thread Cebolla
slartibartfast wrote: > Did you see that URL in VLC? > > Sent from my Pixel 3a using Tapatalkffprobe reports the HLS stream's current > & next chunk URLs having the mp3 suffix, as well as the stream itself actually being AAC-LC encoded.

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-09-10 Thread ralphy
bpa wrote: > You're right it is AAC but the URL looks MP3 "http: > //media.radiojackie.com/vlc/stream-0110848.mp3" > > Plays OK for me in Squeezeplay for Linux. > > So OP should check can their Squeezeplay fro Windows play ordinary > http/AACstreams (e.g. BBC R3) I added AAC support to

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-09-10 Thread slartibartfast
bpa wrote: > You're right it is AAC but the URL looks MP3 "http: > //media.radiojackie.com/vlc/stream-0110848.mp3" > > Plays OK for me in Squeezeplay for Linux. > > So OP should check can their Squeezeplay fro Windows play ordinary > http/AACstreams (e.g. BBC R3)Did you see that URL in

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-09-10 Thread bpa
slartibartfast wrote: > It plays for me on Squeezeplay for Windows. It also claims to be aac. You're right it is AAC but the URL looks MP3 "http: //media.radiojackie.com/vlc/stream-0110848.mp3" Plays OK for me in Squeezeplay for Linux. So OP should check can their Squeezeplay fro

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-09-10 Thread slartibartfast
bpa wrote: > Strange. As the plugin output is just either a normal LMS AAC or MP3 > stream - all protocol work is done inside LMS. > > Can you play normal http/AAC streams on the Squeezplay for Windows ? > > edit: > > Just checked the HLS stream is MP3 so AAC test is irrelevant. Very

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-09-10 Thread bpa
vinnielo wrote: > I've upgraded now and am pleased to say it works. > It still doesn't play on SqueezePlay for Windows, but I'm not overly > fussed by this, as long as it plays on my hardware players.> > > > > > > Strange. As the plugin output is just either a normal LMS AAC or MP3 > >

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-09-10 Thread vinnielo
I've upgraded now and am pleased to say it works. It still doesn't play on SqueezePlay for Windows, but I'm not overly fussed by this, as long as it plays on my hardware players. I haven't upgraded LMS beyond 7.9.2 as it appears patches need to be applied to my DSM, which I'm not quite ready

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-09-09 Thread bpa
vinnielo wrote: > Thanks. I'll try and upgrade it. My NAS goes funny whenever I need to > reboot LMS so would rather only do it if I know it's likely to work. It plays OK for me on 2.08. V2.02 was July 2019. Has your system not been rebooted since then ? LMS has had a lot of updates for

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-09-09 Thread vinnielo
slartibartfast wrote: > It plays with PlayHLS 2.8 > > Sent from my Pixel 3a using TapatalkThanks. I'll try and upgrade it. My NAS > goes funny whenever I need to reboot LMS so would rather only do it if I know it's likely to work. Sent from my SM-G935F using Tapatalk *RadioFeeds UK &

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-09-09 Thread slartibartfast
vinnielo wrote: > I'm on PlayHLS 2.2. > It won't play Radio Jackie at > http://media.radiojackie.com/redirector/frontend.m3u8 > > Does the newer version work?It plays with PlayHLS 2.8 Sent from my Pixel 3a using Tapatalk

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-09-09 Thread vinnielo
I'm on PlayHLS 2.2. It won't play Radio Jackie at http://media.radiojackie.com/redirector/frontend.m3u8 Does the newer version work? *RadioFeeds UK & Ireland..* an up-to-date radio directory for your Squeezebox/Transporter/UE Smart Radio.. available from the mysqueezebox.com App Gallery.

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-10 Thread EEYORE
However, when I eliminated the Radio plugin in Plugins I could not see any radio stations. But when I put the Radio plugin back I found that my Radio presets had changed and RNZed was gone just like in the Tunein menu. I was rather upset at that. My only other possible solution was to restore a

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-09 Thread EEYORE
bpa/slartibartfast and all, Hopefully this will be my last post on this subject. I found that removing Tunein from mysqueezebox eliminated Tunein from my LMS/SB menu. Adding it back to MSB put it back in LMS. In addition, I can now turn off/on the SB menu for Tunein using Setting/Player/Menus

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-09 Thread slartibartfast
EEYORE wrote: > bpa, > > I had forgotten that Tunein can be selected at mysqueezebox.com. I am > not sure if this is only for Tunein to be used when accessing > mysqueezebox.com or if it is also necessary for use within LMS. I might > try removing Tunein from mysqueezebox.com and see if it

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-09 Thread EEYORE
bpa wrote: > I think it is an integral part of Squeezbeox and Slimdevices/Logitech > has an arrangement with RadioTime/Tune-in and so it is part of the > MySqueezebox apps like Pandora. > > Remove Radio Plugin from LMS and also remove Tune-In from > Mysqueezebox.com but I think you'll still

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-09 Thread bpa
EEYORE wrote: > slartibartfast, > > I do not remember having to install a plugin for Tunein; which does not > mean much with my old and failing memory. The only places that I find > references to Tunein is in Settings/Player/Menu where a Tunein menu item > can be selected; but

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-09 Thread EEYORE
slartibartfast wrote: > Hmm I'm sure it used to be under plugins, I know I installed it at some > point but it's not listed now. I have no idea why. > > Sent from my Pixel 3a using Tapatalk slartibartfast, I do not remember having to install a plugin for Tunein; which does not mean much with

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-09 Thread slartibartfast
EEYORE wrote: > slartibartfast, > > But that is my problem. I have not been able to find a way. There is no > Tunein plugin shown in Settings/Plugins to uninstall. And I did try to > remove the menu setting in Settings/Player/Menu, the username in > Settings/Advanced/Tunein and the

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-09 Thread bpa
EEYORE wrote: > > bpa wrote: > > That''s correct. Tunein will only return HLS station if the LMS is > > capable of playing HLS> > > > > But why does the Tunein radio station menu not show RNZed but Radio > > does? And Radio shows the Tunein options while playing which seems to > > indicate

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-09 Thread EEYORE
bpa wrote: > That''s correct. Tunein will only return HLS station if the LMS is > capable of playing HLS> > > > bpa, > > But why does the Tunein radio station menu not show RNZed but Radio > does? And Radio shows the Tunein options while playing which seems to > indicate some connection

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-09 Thread bpa
EEYORE wrote: > There is no Tunein plugin shown in Settings/Plugins to uninstall. Have you tried Radio plugin ? bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread:

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-09 Thread EEYORE
slartibartfast wrote: > If you really want to remove TuneIn uninstall the plugin. > > Sent from my Pixel 3a using Tapatalk slartibartfast, But that is my problem. I have not been able to find a way. There is no Tunein plugin shown in Settings/Plugins to uninstall. And I did try to remove the

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-09 Thread bpa
EEYORE wrote: > It turns out that the RNZed station in the Radio menu is HLS. When I > removed the PlayHLS plugin the RNZed station disappeared from the Radio > list but reappeared when I added the PlayHLS plugin again. That''s correct. Tunein will only return HLS station if the LMS is capable

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-09 Thread slartibartfast
EEYORE wrote: > bpa/slartibartfast, > > It turns out that the RNZed station in the Radio menu is HLS. When I > removed the PlayHLS plugin the RNZed station disappeared from the Radio > list but reappeared when I added the PlayHLS plugin again. Another > interesting thing about the station is

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-09 Thread EEYORE
bpa/slartibartfast, It turns out that the RNZed station in the Radio menu is HLS. When I removed the PlayHLS plugin the RNZed station disappeared from the Radio list but reappeared when I added the PlayHLS plugin again. Another interesting thing about the station is that when I am playing it,

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-09 Thread bpa
EEYORE wrote: > I do not think that I will try iHeart. I have enough plugins and > accounts as it is You have misunderstood - I just found the URLs with iHeart Plugin - you do *not* need to have the iHeart plugin installed to play them. Even if iHeart plugin is installed, there is *no* need

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-09 Thread slartibartfast
EEYORE wrote: > To all, > > I just found out that I can get NZed without using iHeart. Why it is I > do not know. I had mentioned earlier that on the left hand page of Web > Control I could see NZed but it was not displayed on my SB under the > Tunein selection. But while I found that all of

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-09 Thread EEYORE
To all, I just found out that I can get NZed without using iHeart. Why it is I do not know. I had mentioned earlier that on the left hand page of Web Control I could see NZed but it was not displayed on my SB under the Tunein selection. But while I found that all of my stations are shown in

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-08 Thread EEYORE
Mr. Webster and all, Thanks for the help. I do not think that I will try iHeart. I have enough plugins and accounts as it is; I am in my mid 70s with a failing mind and memory so it has been a task to handle everything I currently do. I will leave the station as is with LMS/Tunein and check for

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-08 Thread Paul Webster
EEYORE wrote: > > The Information/Settings show IO::Socket::SSL: 2.024 and not 2.06. Any > idea how to change that? > 2.024 is more recent than 2.06 (each part of a version number is compared and 024 is higher than 06) so you should be OK with that

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-08 Thread EEYORE
slartibartfast, The Information/Settings show IO::Socket::SSL: 2.024 and not 2.06. Any idea how to change that? When I turn on my SB2/3 I get a menu item for Tunein and then go over to Favorites and scroll through the 16 stations that I selected on the Tunein site. But now when I scroll down

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-08 Thread slartibartfast
EEYORE wrote: > slartibartfast, > > Then I will have to give up on the station. Or do you happen to know > what bpa was talking about with his comment on Socket: SSL? > > Thanks, > > EEYOREIf you look in LMS settings/ information you will see IO Socket SSL version. Are you accessing the

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-08 Thread EEYORE
slartibartfast, Then I will have to give up on the station. Or do you happen to know what bpa was talking about with his comment on Socket: SSL? Thanks, EEYORE EEYORE's Profile:

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-08 Thread slartibartfast
EEYORE wrote: > bpa, > > Does it matter if I am getting it via Tunein as I have always done? > > Thanks, > > EEYOREVia TuneIn works for me. Sent from my Pixel 3a using Tapatalk slartibartfast's Profile:

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-08 Thread EEYORE
bpa, Does it matter if I am getting it via Tunein as I have always done? Thanks, EEYORE EEYORE's Profile: http://forums.slimdevices.com/member.php?userid=68309 View this thread:

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-08 Thread bpa
>From iHeart - both stream play OK. HLS http://ais-nzme.streamguys1.com/nz_115/playlist.m3u8 HTTP/AAC http://ais-nzme.streamguys1.com/nz_115_aac bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-08 Thread slartibartfast
EEYORE wrote: > bpa/PaulWebster, > > The station is 567 | RNZ National (Public Radio) > > When I open Web Control/Presets I see the URL but cannot copy it. When I > try to copy it all I get is a file "Tune.ashx". I cannot open it. > > And I have no idea what "IO::Socket::SSL is about 2.06"

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-08 Thread EEYORE
bpa/PaulWebster, The station is 567 | RNZ National (Public Radio) When I open Web Control/Presets I see the URL but cannot copy it. When I try to copy it all I get is a file "Tune.ashx". I cannot open it. And I have no idea what "IO::Socket::SSL is about 2.06" is or how/where to check it.

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-08 Thread bpa
EEYORE wrote: > . Where can I find the older versions to install to see if that can fix > my problem? It won't . If it played with an old version then it was a mistake in plugin or maybe station was using older SSL/TSL security and has recently changed. If they changed to HLS then it is a

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-08 Thread Paul Webster
If you say which station it is then I expect that others, especially bpa, will help to diagnose and, if possible, resolve it. Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-08 Thread EEYORE
For years I had been streaming a New Zealand station but a few months ago they switched to the HLS format. I thought that I had lost them until I found the PlayHLS plugin. I installed V2 which I believe was v 2.3 at the time; I also added the repository for automatic updates. Voila! I had my

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-06 Thread bpa
mherger wrote: > > PlayHLS V2.8 - Fix for empty m3u playlist after rescan > > Isn't this part of the default plugin repository? V1.* which uses ffmpeg is part of plugin repository. HLS metadata is not provided to LMS. Up to about V2.5, PlayHLS could not play some variations of HLS streams

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-06 Thread ian_heys
Thanks bpa. Problem started for me when I installed PlayHLS to support the new version of the Radio France plugin a couple of weeks ago so I knew what the issue was and just waited for your fix. *Music Store & VPN Server: *Synology DS215J NAS* Home Server/Study Player:* LMS 8.0.0 on Pi 4 pCp

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-06 Thread bpa
ian_heys wrote: > I've been following this as the problem arose for me a couple of weeks > ago. Glad to say it fixed the issue for me on two piCore Player 6.1.0/Pi > 4B servers - thanks bpa. Might be worth mentioning that I had to re-scan > on both before playlists were populated again. For

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-06 Thread ian_heys
bpa wrote: > PlayHLS V2.8 - Fix for empty m3u playlist after rescan I've been following this as the problem arose for me a couple of weeks ago. Glad to say it fixed the issue for me on two piCore Player 6.1.0/Pi 4B servers - thanks bpa. Might be worth mentioning that I had to re-scan on both

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-05 Thread Michael Herger
PlayHLS V2.8 - Fix for empty m3u playlist after rescan Isn't this part of the default plugin repository? -- Michael ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-05 Thread bpa
slartibartfast wrote: > Now with PlayHLS 2.8 the playlist on my Raspbian server doesn't even > appear in my Playlist menu. With 2.7 it was present and correct. > After uninstalling the plugin the playlist is still missing after a new > and changed scan. > I added another playlist and

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-05 Thread slartibartfast
bpa wrote: > PlayHLS V2.8 - Fix for empty m3u playlist after rescan > > Fix for many LMS systems, after a rescan of playlist or clear and rescan > database - m3u playlists would be empty. The m3u playlists on file were > still OK just the LMS scan had failed.Now with PlayHLS 2.8 the playlist

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-05 Thread bpa
PlayHLS V2.8 - Fix for empty m3u playlist after rescan Fix for many LMS systems, after a rescan of playlist or clear and rescan database - m3u playlists would be empty. The m3u playlists on file were still OK just the LMS scan had failed.

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-02 Thread bpa
Attached is a zip file with a new install.xml and a IMPORTER.pm file which seems to fix the playlist issue. Just unzip and copy the two files into PlayHLS folder and then restart LMS. I need to do more testing on 7.9.* and a variety of HLS streams before making a release.

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-01 Thread kidhazy
bpa wrote: > Strange - I did test with LMS generated m3u files and had no problems. > The "ssp" content is for playlists saved in the special playlist > directory. Not sure why there is a special "ssp" - it seems to be > needed to hide playlist under some circumstances. > This is going to

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-01 Thread bpa
Tested on a 7.9.* and playlist did not appear empty - so this issue is a 8.* one. bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=103158

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-01 Thread bpa
kidhazy wrote: > testA.m3u was created via the LMS web UI and contains: > > Code: > > #CURTRACK 0 > #EXTM3U > #EXTURL:file:///volume1/Music/Adele/25/01%20Adele%20-%20Hello.mp3 > #EXTINF:295,Hello > /volume1/Music/Adele/25/01 Adele - Hello.mp3 >

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-01 Thread kidhazy
bpa wrote: > PlayHLS looks for m3umu8 extension as it is ambiguous - it can be an m3u > ordinary playlist or a HLS playlist - the only is by looking inside so > plugin has to be the preferred handler of m3umu8. > > This could be a conflict between plugins maybe WIMP/TIDAL. What other > plugins

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-01 Thread bpa
kidhazy wrote: > I've got v2.7 of PlayHLS installed (LMS Version: 8.0.0 - 1590897266) and > noticed that if I do a complete clear and rescan of my music library my > m3u playlists appear as "empty". > > PlayHLS still works for me. > > As part of my diagnosis work I had seen the following line

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-01 Thread kidhazy
I've got v2.7 of PlayHLS installed (LMS Version: 8.0.0 - 1590897266) and noticed that if I do a complete clear and rescan of my music library my m3u playlists appear as "empty". PlayHLS still works for me. As part of my diagnosis work I had seen the following line in the scanner.log. I'm note

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-22 Thread Paul Webster
Thanks. Just installed here and working fine. Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-22 Thread bpa
PlayHLS V2.07 is now released. The only change is the support of MPEG2-ts MP3 streams. While I think format was in use a few years ago, it not common now and during development of V2.x no instances of it was found to test. Radio France FIP regional station use this format and so it was

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-19 Thread bpa
My sort of bad - mp4a.40.34 is MP3 - apparently a non standard codec id for compatibility with older IOS devices. Whereas Code: "mp4a.40.1" => "AAC", "mp4a.40.2" => "AAC LC", "mp4a.40.5" => "AAC SBR", I'll have to

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-19 Thread bpa
These streams are nasty. The top level says codec is MP4 but they are actually MP3 Code: EXTM3U #EXT-X-VERSION:3 #EXT-X-STREAM-INF:PROGRAM-ID=0,BANDWIDTH=4,CODECS="mp4a.40.34" fipbordeaux_lofi.m3u8

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-19 Thread bpa
Post ed too qwuick the nmidfil stream in itislef is OK Code: put #0, hls,applehttp, from 'https://stream.radiofrance.fr/fipbordeaux/fipbordeaux_midfi.m3u8': Duration: N/A, start: 4916.009800, bitrate: 128 kb/s Program 0 Metadata: variant_bitrate : 0

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-19 Thread bpa
Paul Webster wrote: > Can you take a look at this? > > FIP Bordeaux (regional variant of FIP - that Radio France did say they > were going to close down but have not yet) > > https://stream.radiofrance.fr/fipbordeaux/fipbordeaux.m3u8 > > PlayHLS does not like it. Interesting - there are

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-19 Thread Paul Webster
Can you take a look at this? FIP Bordeaux (regional variant of FIP - that Radio France did say they were going to close down but have not yet) https://stream.radiofrance.fr/fipbordeaux/fipbordeaux.m3u8 PlayHLS does not like it. Paul Webster http://dabdig.blogspot.com author of \"now

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-15 Thread slartibartfast
bpa wrote: > From a PlayHLS point of view - I think there is no metadata on the HSL > Streams - the metadata may be coming from FIP & RTE plugin.Even the station > names were missing before I restarted LMS again. Probably just a glitch just strange that the WebUI showed the station names.

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-15 Thread bpa
slartibartfast wrote: > Both of those streams work now. I had to restart LMS again after the > plugin update to regain metadata on my Touch and Controller even though > the Web UI displayed it correctly. >From a PlayHLS point of view - I think there is no metadata on the HSL Streams - the

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-15 Thread slartibartfast
bpa wrote: > 15-Jun-20 PlayHLS v2.6 Notes > > - Fix for problem playing "new" HLS streams such as Radio France or RTE > on Debian Buster type systems. This was caused by Buster increased > default security level which was not supported by PlayHLS TLS handling. > This change is known Debian

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-15 Thread bpa
15-Jun-20 PlayHLS v2.6 Notes - Fix for problem playing "new" HLS streams such as Radio France or RTE on Debian Buster type systems. This was caused by Buster increased default security level which was not supported by PlayHLS TLS handling. This change is known Debian issue see

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-15 Thread bpa
This is a one liner Code: sudo sed -i 's/CipherString = DEFAULT@SECLEVEL=2/CipherString = DEFAULT@SECLEVEL=1/' /etc/ssl/openssl.cnf bpa's Profile:

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-15 Thread slartibartfast
Man in a van wrote: > yes > > > Code: > > sudo /etc/init.d/logitechmediaserver stop > > sudo nano /etc/ssl/openssl.cnf > > #edit and save Ctrl +x Y Enter > > sudo /etc/init.d/logitechmediaserve start > > > > Line to change is

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-15 Thread Man in a van
slartibartfast wrote: > Did you have to stop LMS before changing the file? > > Sent from my Pixel 3a using Tapatalk yes Code: sudo /etc/init.d/logitechmediaserver stop sudo nano /etc/ssl/openssl.cnf #edit and save Ctrl +x Y Enter sudo

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-15 Thread slartibartfast
Man in a van wrote: > My new Best Friend !!:):) > > Just a couple of things > > Typo, should be > > > Code: > > /etc/ssl/openssl.cnf > > > > and the line is the very last one [emoji14] > > Thanks a bunch, also holds up after a LMS

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-15 Thread Man in a van
bpa wrote: > I think I have found the problem. > > Buster have used a non standard SSL setting - basically taking a > stronger line SSL security. This would affect any users of OpenSSL on > the Buster system. > > Workaround for PlayHLS 2.4 - in the file /etc/ssl/openss.cnf > > Code:

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-15 Thread Paul Webster
In any case, well done for working it out and coming up with a config change. Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-15 Thread bpa
Paul Webster wrote: > Were you able to work out why the fetch of the Master worked without the > configuration change? Not a complete explanation and I don't know the workings of TLS and DH keys. I think it is about the following. LMS does the initial fetch of the top level URL and sees it is

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-15 Thread Paul Webster
Were you able to work out why the fetch of the Master worked without the configuration change? Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-15 Thread bpa
I think I have found the problem. Buster have used a non standard SSL setting - basically taking a stronger line SSL security. This would affect any users of OpenSSL on the Buster system. Workaround for PlayHLS 2.4 - in the file /etc/ssl/openss.cnf Code:

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-14 Thread bpa
slartibartfast wrote: > It is listed as version 1.85-2+b1. > > Edit. Man in a van beat me to it. It must have been installed when I > installed LMS > Sent from my Pixel 3a using Tapatalk 1.85-2 is dated 2018 and my Ubunbtu has 1.84 so I doubt if this is the issue.

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-14 Thread Man in a van
when I do an install, I normally do this first Code: # install some libs sudo apt install libsox-fmt-all libflac-dev libfaad2 libmad0 libnet-ssleay-perl libio-socket-ssl-perl lame libcrypt-openssl-rsa-perl -y ronnie

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-14 Thread slartibartfast
bpa wrote: > For Debian - use dpkg and look for the libnet-ssleay-perl packageIt is listed > as version 1.85-2+b1. Sent from my Pixel 3a using Tapatalk slartibartfast's Profile:

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-14 Thread Man in a van
bpa wrote: > Still need to figure exactly what it is as I worry that it may be a > changes that will appear in other distros. > > Can any new installation of Buster confirm that Net::SSLeay is NOT > installed by default ? > AFAIK LMS needs Net::SSLeay - PlayHLS certainly does - but on my Buster

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-14 Thread bpa
For Debian - use dpkg and look for the libnet-ssleay-perl package bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=103158

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-14 Thread bpa
slartibartfast wrote: > How do I tell if Net::SSLeay is installed? > > Sent from my Pixel 3a using Tapatalk run from a shellprompt instmodsh and use the "l" command to list modules bpa's Profile:

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-14 Thread slartibartfast
bpa wrote: > Still need to figure exactly what it is as I worry that it may be a > changes that will appear in other distros. > > Can any new installation of Buster confirm that Net::SSLeay is NOT > installed by default ? > AFAIK LMS needs Net::SSLeay - PlayHLS certainly does - but on my

Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-06-14 Thread bpa
slartibartfast wrote: > I read through your post expecting you to say at some point "and now it > works" but no. Something definitely wrong with Buster. Still need to figure exactly what it is as I worry that it may be a changes that will appear in other distros. Can any new installation of

<    1   2   3   4   5   6   7   8   9   10   >