M3u8 radio stations only play the first 30 seconds

Dear All,
I installed Mopidy - upmpdcli on a RPi 3 with no issues. I can play most anything just fine. The only issue I am facing is that when I try to play a radio station that has its URL in a *.m3u8 format, Mopidy plays it only for 30 seconds, then it stops.

I am particularly interested in this radio station: RTÉ lyric fm
As far as I can see, this is the actual stream: https://www.rte.ie/manifests/lyric.m3u8

My effective config:

Running "/usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf config" as user mopidy
[core]
cache_dir = /var/cache/mopidy
config_dir = /etc/mopidy
data_dir = /var/lib/mopidy
max_tracklist_length = 10000
restore_state = false

[logging]
verbosity = 0
format = %(levelname)-8s [%(threadName)s] %(name)s %(message)s
color = false
config_file =

[audio]
mixer = software
mixer_volume =
output = autoaudiosink
buffer_time =

[proxy]
scheme =
hostname =
port =
username =
password =

[youtube]
enabled = true
allow_cache =
youtube_api_key =
search_results = 15
playlist_max_videos = 20
api_enabled = false
channel_id =
musicapi_enabled = false
musicapi_cookie =
autoplay_enabled = false
strict_autoplay = false
max_autoplay_length = 600
max_degrees_of_separation = 3
youtube_dl_package = youtube_dl

[musicbox_webclient]
enabled = true
musicbox = false
websocket_host =
websocket_port =
on_track_click = PLAY_ALL

[file]
enabled = true
media_dirs =
  /mnt/music|Music
excluded_file_extensions =
  .directory
  .html
  .jpeg
  .jpg
  .log
  .nfo
  .pdf
  .png
  .txt
  .zip
show_dotfiles = false
follow_symlinks = false
metadata_timeout = 1000

[http]
enabled = true
hostname = 192.168.1.82
port = 6680
zeroconf = Mopidy HTTP server on $hostname
allowed_origins =
csrf_protection = true
default_app = mopidy

[m3u]
enabled = true
base_dir =
default_encoding = latin-1
default_extension = .m3u8
playlists_dir = /etc/mopidy/playlists/

[softwaremixer]
enabled = true

[stream]
enabled = true
protocols =
  http
  https
  mms
  rtmp
  rtmps
  rtsp
metadata_blacklist =
timeout = 5000

[spotify]
enabled = true
username = viktak
password = ********
client_id = 38d34111-5427-4ed6-9a8a-6debaaa52ff2
client_secret = ********
bitrate = 320
volume_normalization = true
private_session = true
timeout = 10
allow_cache = true
allow_network = true
allow_playlists = true
search_album_count = 20
search_artist_count = 10
search_track_count = 50
toplist_countries =

[mpd]
enabled = true
hostname = ::
port = 6600
password =
max_connections = 20
connection_timeout = 60
zeroconf = Mopidy MPD server on $hostname
command_blacklist =
  listall
  listallinfo
default_playlist_scheme = m3u

The most annoying thing is that I used to be able to listen to the same station properly until a few days ago, when (due to a crash) I had to rebuild the RPi. So it is definitely possible, I just don’t know what changed. Previously I had a pretty much straightforward, standard installation, no special tweaking for this station.

If anyone has more experience with this sort of things, I’d much appreciate some help…

Thanks in advance!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.