Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 Probable Playlist Handling Bug

2020-02-26 Thread Michael Herger
I quickly skimmed the playlist parsing code because I remembered BOM was 
mentioned there. Turns out the BOM would be removed from CUE sheets 
unconditionally, if it was UTF8 in .pls files, and if the line was a 
comment in .m3u... Go figure!


I committed a change which should fix this behaviour. Builds should be 
out in about an hour. Please give it a try!


--

Michael
___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Radio list - comes from where?

2020-02-26 Thread garym


My understanding is from "tunein"



*Home:* VBA 4TB (2.5)>LMS 7.9.2>Transporter, Touch, Boom, Radio (all
ethernet)
*Cottage:* VBA 3TB (2.4)>LMS 7.9.1>Touch>Benchmark DAC I, Boom, Radio
w/Battery (ethernet, Radio WIFI)
*Office:* Win10(64)>LMS 7.9.2>Squeezelite
*The Wild (no internet): *PiCorePlayer 4.0 on rPi 3B+, hifiberry
Dac+Pro, 4TB USB (LMS & Squeezelite) 
*Controllers:* iPhone6 & iPadAir2 (iPeng), CONTROLLER, or SqueezePlay
7.8 on Win10(64) laptop
*Files:* ripping: dbpa > FLAC; post-rip: mp3tag, PerfectTunes;
Streaming: Spotify

garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
View this thread: http://forums.slimdevices.com/showthread.php?t=111737

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 Probable Playlist Handling Bug

2020-02-26 Thread w3wilkes

I did try specifying ANSI and it resets to UTF8. I've also submitted a
support request to SPFLite requesting that they add an encoding option
of something like "UTF8 -BOM", basing the request on the Unicode
Standard;
https://www.unicode.org/versions/Unicode9.0.0/UnicodeStandard-9.0.pdf
In the last paragraph on page 40 it states “Use of a BOM is neither
required nor recommended for UTF-8" even though programs encountering
the BOM should handle it.



Main system - Rock Solid with LMS 7.9.2 Official on WHS 2011 - 2 Duets
and Squeeseslave
Cabin system - Rock solid with LMS 7.9.2 Official on Win10 Pro - 1 RPi 3
Model B/Hifiberry DAC+ Pro/PiCorePlayer and Squeezeslave
Headphones and car - Android phone/Bluetooth w/full library on MicroSD
card - PowerAmp music player app (similar to Material Skin)

w3wilkes's Profile: http://forums.slimdevices.com/member.php?userid=22973
View this thread: http://forums.slimdevices.com/showthread.php?t=111726

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


[SlimDevices: SqueezeCenter] Radio list - comes from where?

2020-02-26 Thread spt87a


Where is LMS or mysb.com pulling the list of radios station streams from
that show up in the radio list/search function?  Is this all from Tunein
or from multiple sources?

Just curious.

I notice too that some old content for stations that have shifted over
to iHeartRadio or radio.com still show up in the Radio search but not
the current live stream for which these are I found under the
iHeartRadio or radio.com plugins menus.  I assume that content was left
behind on some service such as Tunein.



spt87a's Profile: http://forums.slimdevices.com/member.php?userid=69892
View this thread: http://forums.slimdevices.com/showthread.php?t=111737

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] New station stream using wostreaming.net only plays for 70 seconds

2020-02-26 Thread spt87a


Hi all - thanks for the info.

I went to the Radio menu as suggested and it is working using that. 
I've gotten so used to editing the URLs the hard way for some
troublesome cases it didn't even occur to me to look at this.

HLS is not a factor - I'm really just wanting it work which it is now. 
The quality of the MP3 stream is fine my needs.

Thanks again.



spt87a's Profile: http://forums.slimdevices.com/member.php?userid=69892
View this thread: http://forums.slimdevices.com/showthread.php?t=111729

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 Probable Playlist Handling Bug

2020-02-26 Thread bpa


w3wilkes wrote: 
> The editor I use for editing M3U's is SPFLite because of its command
> line capabilities and I can't find a setting to shut off the BOM string
> for UTF8 encoded files.

Did you try to tell SPFlite that the encoding to be used is ANSI and not
UTF8 ?

LMS should be able to handle BOM - IIRC Perl file handling can do this
automatically but m3u can be streamed so I expect standard file handling
may not be used.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=111726

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 Probable Playlist Handling Bug

2020-02-26 Thread w3wilkes


The editor I use for editing M3U's is SPFLite because of its command
line capabilities and I can't find a setting to shut off the BOM string
for UTF8 encoded files. From reading up on BOM strings on UTF8 files BOM
is allowed, but not required for UTF8, and can confuse programs that
weren't expecting the BOM on UTF8 files, apparently LMS did not expect
or handle the BOM prefix on the first record in my playlist even though
the Unicode standard allows for BOM in UTF8 files.
https://en.wikipedia.org/wiki/Byte_order_mark
I use SPFlite because it has command line capabilities to do things like
find all lines that start with # (pound sign) with a single command,
delete those lines with another single command and mass changing text so
that I can change the explicit file locations M3U's to relative file
locations also with a single command.

Now that I know about this I can just insert a comment line as the first
line and things should be fine.



Main system - Rock Solid with LMS 7.9.2 Official on WHS 2011 - 2 Duets
and Squeeseslave
Cabin system - Rock solid with LMS 7.9.2 Official on Win10 Pro - 1 RPi 3
Model B/Hifiberry DAC+ Pro/PiCorePlayer and Squeezeslave
Headphones and car - Android phone/Bluetooth w/full library on MicroSD
card - PowerAmp music player app (similar to Material Skin)

w3wilkes's Profile: http://forums.slimdevices.com/member.php?userid=22973
View this thread: http://forums.slimdevices.com/showthread.php?t=111726

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 Probable Playlist Handling Bug

2020-02-26 Thread bpa


First three bytes 0xEF 0xBB 0xBF - It has the BOM mark
https://en.wikipedia.org/wiki/Byte_order_mark



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=111726

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 Probable Playlist Handling Bug

2020-02-26 Thread w3wilkes


The playlist is in the attached zip (couldn't attach a .m3u).


+---+
|Filename: Playlist.zip |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=29567|
+---+


Main system - Rock Solid with LMS 7.9.2 Official on WHS 2011 - 2 Duets
and Squeeseslave
Cabin system - Rock solid with LMS 7.9.2 Official on Win10 Pro - 1 RPi 3
Model B/Hifiberry DAC+ Pro/PiCorePlayer and Squeezeslave
Headphones and car - Android phone/Bluetooth w/full library on MicroSD
card - PowerAmp music player app (similar to Material Skin)

w3wilkes's Profile: http://forums.slimdevices.com/member.php?userid=22973
View this thread: http://forums.slimdevices.com/showthread.php?t=111726

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2020-02-26 Thread dolodobendan


digimaster wrote: 
> Yes I saw it. Gone send a mail asking them, to set 2.10.06 online. 
> 
> Send from my mobile Phone

Still on ~.05. I think this is the first time ever I saw a delay here.
Did they introduce some kind of QA?



QLMS 8.0.0@2.10.05 x64 (digimaster) with perl 5.28 dedicated to me. :D /
QNAP 469L QTS 4.3.4

dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Problem getting m4a to play (trancoded?) on Transporter

2020-02-26 Thread ralphy


Thanks for confirming.

I'll create a pull request for the newer faad binaries for lms 8.0 in
the next few days, provided no other issues arise.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=111719

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Problem getting m4a to play (trancoded?) on Transporter

2020-02-26 Thread rickwookie


ralphy wrote: 
> That's great news!
> 
> Just to confirm your rpi is running debian wheezy?
> 
> And what rpi model are you using?

Yes, Pi 2 B on Wheezy


Code:

root@SqueezePlug:~# cat /etc/debian_version
  7.11
  root@SqueezePlug:~# cat /etc/os-release
  PRETTY_NAME="Raspbian GNU/Linux 7 (wheezy)"
  NAME="Raspbian GNU/Linux"
  VERSION_ID="7"
  VERSION="7 (wheezy)"
  ID=raspbian
  ID_LIKE=debian
  ANSI_COLOR="1;31"
  HOME_URL="http://www.raspbian.org/";
  SUPPORT_URL="http://www.raspbian.org/RaspbianForums";
  BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs";
  root@SqueezePlug:~# uname -a
  Linux SqueezePlug 4.9.68-v7+ #1064 SMP Tue Dec 12 15:08:24 GMT 2017 armv7l 
GNU/Linux
  root@SqueezePlug:~# cat /proc/cpuinfo|grep Revision
  Revision: a01041
  




rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397
View this thread: http://forums.slimdevices.com/showthread.php?t=111719

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Problem getting m4a to play (trancoded?) on Transporter

2020-02-26 Thread ralphy


That's great news!

Just to confirm your rpi is running debian wheezy?

And what rpi model are you using?



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=111719

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Problem getting m4a to play (trancoded?) on Transporter

2020-02-26 Thread rickwookie


Ok. Ignore all that. After another reboot and lots more playing of
various combinations of m4a and flac and stopping and turning off during
playback, etc. I can't get it to repeat that behaviour at all, so all is
good.

Consider the newer faad build worth including with LMS for sure.



rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397
View this thread: http://forums.slimdevices.com/showthread.php?t=111719

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Problem getting m4a to play (trancoded?) on Transporter

2020-02-26 Thread rickwookie


NEW INFORMATION ALERT!!!

Playing around switching between the old and new build again... and now
it works!!!

Does the system somehow cache the faad binary??? Because all I did was
reboot the Pi between the last attempt and this one (to kill that 100%
cpu gobbling faad process).

Anyway, the headline is THE NEW BUILD FIXES WHATEVER THE PLAYBACK ISSUE
WITH THOSE ROGUE ITUNES TRACKS.

I wonder why the faad process(es) never terminate(s). And why are there
two faad processes running?

This is minutes after stopping all players, putting them all into
standby, and clearing all playlists (playback queues)...

29563


I appreciate this is a different issue. but now I not it's there
(gobbling up my Pi's CPU resources for no apparent reason) it would be
nice if there was a fix for that too.


+---+
|Filename: 2020-02-26 (5).png   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=29563|
+---+


rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397
View this thread: http://forums.slimdevices.com/showthread.php?t=111719

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Problem getting m4a to play (trancoded?) on Transporter

2020-02-26 Thread rickwookie


If I try to "play" a duff track for about 30 seconds I get this:
https://pastebin.com/zxqpNhMu
and the play time counter seems to tick up as if it's playing, but
there's no sound (or movement of the VU visualiser). This is what I get
with the old faad too.
The faad processes seem to be still running after I stop playback (and
even switch the player into standby). With the new faad build, I get
this:

29561

and with the old bundled build swapped back in I get this (a while after
stopping attempted playback and switching transporter into standby):

29562


+---+
|Filename: 2020-02-26 (4).png   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=29562|
+---+


rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397
View this thread: http://forums.slimdevices.com/showthread.php?t=111719

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Problem getting m4a to play (trancoded?) on Transporter

2020-02-26 Thread bpa


rickwookie wrote: 
> Bonkers that I must have looked at that directory a dozen times and not
> spotted it before (and I was looking, the make sure the owner was
> correct)!
> 
> Anyway, now I'm sort of back to where I was, in that I can play all the
> m4a files except the "duff" ones, which is odd since faad seems to now
> be working. I will check the logs again...

OK - the "new" faad executables in Ralphys download have all been tested
on LMS system so they work for most AAC/MPEG4 files - which is why I
expected finger trouble.

I'll need to check the various builds - on a Pi - I've been using an
x86.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=111719

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Problem getting m4a to play (trancoded?) on Transporter

2020-02-26 Thread rickwookie


bpa wrote: 
> Has the replacement file got all the same characteristics permissions/
> owner etc as other files in the Bin directory ?
> 
> Does WebUI setting/Advanced/Filetypes under AAC show faa/flac etc or
> disabled ?


Code:

root@SqueezePlug:/usr/share/squeezeboxserver/Bin/armhf-linux# ls -la
  total 3568
  drwxr-xr-x 2 root root   4096 Feb 26 13:11 .
  drwxr-xr-x 5 squeezeboxserver nogroup4096 Feb 18 12:53 ..
  -rw-rw-rw- 1 root root 433043 Feb 26 09:35 faad
  -rwxr-xr-x 1 root root 432828 Aug  3  2009 faad.old
  -rwxr-xr-x 1 root root 327308 Aug  3  2009 flac
  -rwxr-xr-x 1 root root 185947 Aug  3  2009 mac
  -rwxr-xr-x 1 root root1986144 Aug  3  2009 sox
  -rwxr-xr-x 1 root root 274232 Aug  3  2009 wvunpack
  


29558


+---+
|Filename: 2020-02-26 (2).png   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=29558|
+---+


rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397
View this thread: http://forums.slimdevices.com/showthread.php?t=111719

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Problem getting m4a to play (trancoded?) on Transporter

2020-02-26 Thread bpa


rickwookie wrote: 
> To clarify (because I just re-read the start of my last post and perhaps
> I wasn't clear): replacing the faad I had with this newer build (in
> place) results in me now not being able to play ANY m4a track on the
> Transporter.

Has the replacement file got all the same characteristics permissions/
owner etc as other files in the Bin directory ?

Does WebUI setting/Advanced/Filetypes under AAC show faa/flac etc or
disabled ?



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=111719

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Problem getting m4a to play (trancoded?) on Transporter

2020-02-26 Thread rickwookie


bpa wrote: 
> Worse ?  Did it hang ?  If it didn't hang then it is a bit better !!
> 
> I think the problem is a WAV file header "data" chunk size is set to 
> zero bytes which is norm for streaming data but not for file players who
> see an zero length file and not an infinite length file.
> 
> As LMS uses it for transcoding - try it with LMS - I think it will work
> on the problem m4a files

I think going from not being able to play one particular album on the
Transporter to not being able to play ANY m4a file is definitely
"worse". ;)

Wrt faad itself not hanging now, perhaps that can be seen as an
improvement, but what's the new problem that's been introduced whereby
no m4a files will play (please see the pastebin in my last post as to
what happened when I tried to play the album)?



rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397
View this thread: http://forums.slimdevices.com/showthread.php?t=111719

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Problem getting m4a to play (trancoded?) on Transporter

2020-02-26 Thread bpa


rickwookie wrote: 
> Worse, that doesn't even work with the "fixed" track, nor any other m4a
> track I have.

Worse ?  Did it hang ?  If it didn't hang then it is a bit better !!

I think the problem is a WAV file header "data" chunk size is set to 
zero bytes which is norm for streaming data but not for file players who
see an zero length file and not an infinite length file.

As LMS uses it for transcoding - try it with LMS - I think it will work
on the problem m4a files



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=111719

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Problem getting m4a to play (trancoded?) on Transporter

2020-02-26 Thread rickwookie


bpa wrote: 
> Yes. Try the armhf one from there.
> 
> https://sourceforge.net/projects/lmsclients/files/utility/faad/20170831-383f2b0/

Worse, that doesn't even work with the "fixed" track, nor any other m4a
track I have.

https://pastebin.com/bNEpvv7Z

If I ssh in to the Pi and do:
Code:

/usr/share/squeezeboxserver/Bin/armhf-linux/faad -w -f 1 
"/mnt/samba/Music/Albums/Various Artists - In the Night Garden/25 In the Night 
Garden Theme.m4a" >output.wav

I get:
Code:

 *** Ahead Software MPEG-4 AAC Decoder V2.7 **
  
  Build: Aug 31 2017
  Copyright 2002-2004: Ahead Software AG
  http://www.audiocoding.com
  Floating point version
  
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License.
  
  **
  
  /mnt/samba/Music/Albums/Various Artists - In the Night Garden/25 In the Night 
Garden Theme.m4a file info:
  
  LC AAC  67.620 secs, 2 ch, 44100 Hz
  
  iTunNORM:  0280 0287 180F 1519 001E 0025 5BE7 
64E2 002D 002B
  iTunSMPB:   0840 0200 002D81C0   
     
  title: In the Night Garden Theme
  artist: Various Artists
  album_artist: Various Artists
  writer: Andrew Davenport
  album: In the Night Garden… a Musical Journey…The Album
  genre: Children's Music
  track: 25
  totaltracks: 25
  disc: 1
  totaldiscs: 1
  date: 2007-11-26T08:00:00Z
  compilation:
  unknown: d
  
  -
  | Config:  2 Ch   |
  -
  | Ch |Position|
  -
  | 00 | Left front |
  | 01 | Right front|
  -
  
  Decoding /mnt/samba/Music/Albums/Various Artists - In the Night Garden/25 In 
the Night Garden Theme.m4a took:  2.40 sec. 28.18x real-time.



It completes after just a couple of seconds, and I have output.wav with
11,935,788 bytes. Looking at output.wav with media info it shows:
Code:

General
  Complete name: \\RICKWOODNAS\media\output.wav
  Format   : Wave
  File size: 11.4 MiB
  Duration : 1 min 7 s
  Overall bit rate mode: Constant
  Overall bit rate : 1 411 kb/s
  
  Audio
  Format   : PCM
  Format settings  : Little / Signed
  Codec ID : 1
  Duration : 1 min 7 s
  Bit rate mode: Constant
  Bit rate : 1 411.2 kb/s
  Channel(s)   : 2 channels
  Sampling rate: 44.1 kHz
  Bit depth: 16 bits
  Stream size  : 11.4 MiB (100%)

This output.wav file won't play on my laptop (Windows 10) using either
Groove Music or Windows Media Player, but VLC does play it, and the
codec info windows from that is thus:29557
I've PM'd a link to output.wav to you and ralphy.


+---+
|Filename: 2020-02-26 (1).png   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=29557|
+---+


rickwookie's Profile: http://forums.slimdevices.com/member.php?userid=6397
View this thread: http://forums.slimdevices.com/showthread.php?t=111719

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] New station stream using wostreaming.net only plays for 70 seconds

2020-02-26 Thread bpa


The HLS stream will play with other players that can play HLS but
besides the slight audio improvement AAC vs MP3 as AFAICT there is no
additional metadata - there is no real advantage to using the HLS
stream.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=111729

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] New station stream using wostreaming.net only plays for 70 seconds

2020-02-26 Thread slartibartfast


bpa wrote: 
> The URL is a 64kbs HLS AAC stream but the MIME returned says it is
> http/MP3 - so LMS tries to play as a simple MP3 stream.
> 
> This may be deliberate to make sure user has to use a browser (which
> uses a downloaded Javascript v7player) and so see the ads for the
> station.
> 
> If the MIME was "correct" it may be playable with a plugin.
> 
> The station provides an alternate simple 64kbs http/mp3 stream 
> https://live.wostreaming.net/direct/marshfield-watdfmmp3-ibc1The 64kbps MP3 
> stream is the one available via the Radio menu.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=111729

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] New station stream using wostreaming.net only plays for 70 seconds

2020-02-26 Thread bpa


The URL is a 64kbs HLS AAC stream but the MIME returned says it is
http/MP3 - so LMS tries to play as a simple MP3 stream.

This may be deliberate to make sure user has to use a browser (which
uses a downloaded Javascript v7player) and so see the ads for the
station.

If the MIME was "correct" it may be playable with a plugin.

The station provides an alternate simple 64kbs http/mp3 stream 
https://live.wostreaming.net/direct/marshfield-watdfmmp3-ibc1



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=111729

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] New station stream using wostreaming.net only plays for 70 seconds

2020-02-26 Thread bpa


All the symptoms of a HLS stream.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=111729

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] New station stream using wostreaming.net only plays for 70 seconds

2020-02-26 Thread slartibartfast


spt87a wrote: 
> The URL I've used with Squeezebox that works for 70 seconds is:
> https://prod-23-21-219-52.wostreaming.net/marshfield-watdfmaac-hlsc1.m3u8/?source=v7player
> 
> This URL also works in a browser but not with the Squeezebox:
> https://v7player.wostreaming.net/2231

I haven't tried the URLs you provided yet but WATD is available from the
Radio menu on LMS. Are the URLs you provided higher quality streams?

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=111729

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter