Hi bpa

I'm bring this discussion over here from 

https://forums.slimdevices.com/showthread.php?106900-Announce-Song-info-plugin-for-FIP-radio&p=978516&viewfull=1#post978516

I am having trouble withe the Radio France Plugin playback of HLS
streams (fip radio)

I do not seem able to get it to function on the Rasberry PI OS

Device is an rpi 4b (4gb) .

LMS version is 7.9.3

Using a Squeezebox Touch as player.

The error message on the Touch is "No items found in playlist"

The LMS Server log gives:


Code:
--------------------
    [20-06-13 09:31:54.7354] Slim::Utils::Misc::msg (1255) Warning: 
[09:31:54.7347] EV: error in callback (ignoring): dh params schmorp1539: failed 
to set DH parameters at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/PlayHLS/lib/MyAnyEvent/HTTPhls.pm
 line 853.
  [20-06-13 09:32:24.7284] Plugins::PlayHLS::ScanHLS::__ANON__ (128) Error 
getting media playlist: Status=596 Reason: Connection timed out URL 
https://stream.radiofrance.fr/fip/fip_hifi.m3u8?id=radiofrance
  
--------------------


This is the same message on Max2Play, Raspberry PI OS Desktop and
Raspberry PI OS LITE (headless).


Code:
--------------------
    sudo nano 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/PlayHLS/lib/MyAnyEvent/HTTPhls.pm
  
--------------------

gives


Code:
--------------------
    my $ae_error = 595; # connecting
  
  # handle actual, non-tunneled, request
  my $handle_actual_request = sub {
  $ae_error = 596; # request phase
  
  my $hdl = $state{handle};
  
  $hdl->starttls ("connect") if $uscheme eq "https" && !exists $hdl->{tls};
  
  # send request
  $hdl->push_write (
  "$method $rpath HTTP/1.1\015\012"
  . (join "", map "\u$_: $hdr{$_}\015\012", grep defined $hdr{$_}, keys %hdr)
  . "\015\012"
  . $arg{body}
  );
  
--------------------



The stream 

https://stream.radiofrance.fr/fip/fip_hifi.m3u8?id=radiofrance

plays on the Raspberry PI OS Desktop VLC player and omxplayer

The stream does play on LMS on a Windows 10 pro Desktop and a
piCoreplayer installation on the same rpi4b.

On both Windows and piCoreplayer, when i click on the M (more) symdol in
the web gui I get this screen shot

30709

note the url on the left hand side has "_hifi"

when I click on a non working gui, the url is different

30710

"_hifi" is missing

Sorry for the long post

If you can't find a solution, that's OK by me, no sweat :)

all the best 

Ronnie


+-------------------------------------------------------------------+
|Filename: HLS FAIL RASPBERRY PI OS.png                             |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=30710|
+-------------------------------------------------------------------+

------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to