Latest WACUP public preview for x86 & x64 is build #21640 (May 11th 2025) (x86 & x64 changelogs)
Latest restricted WACUP beta release is build #21640 (May 11th 2025) (x86 & x64 changelogs)


NOTE: Beta testers are added in a limited & subjective manner as I can only support so many people as part of the beta test program to keep it useful for my needs.

Unless I think you're going to be helpful, not all requests will be accepted but might still be later on. Remember that beta testing is to help me & the limitations currently works for my needs for this project.

Author Topic: m3u8 radio stream doesn't play.. or maybe it never could...  (Read 322 times)

Rob-kayak

  • Full Member
  • ***
  • Posts: 12
    • View Profile
m3u8 radio stream doesn't play.. or maybe it never could...
« on: March 07, 2025, 01:12:56 PM »
first off thanks again Dr. O...

build 1.0.12.5586  May 2020
 (apologies if a current version has addressed this situation)

usually I would dissect an m3u8 file radio stream  and get the
"pure"   url.

Windows 10 plays ok with VLC or with Firefox (+ an extension)
Radio audio stream m3u8

The previous url.....
....worked fine for a couple of years.
http://ais-sa1.streamon.fm/7869_96k.aac

but as they have been having problems with the stream they changed to below.

Current url (VLC or Firefox)
https://ais-sa1.streamon.fm:443/7869_96k.aac/playlist.m3u8

as you may surmise  (dissecting the m3u8 file and viewing the stream with Firefox "Inspect" + "Network"  ) it is loading chunks of
the stream one at a time... and pushing a new m3u8 file for the next .acc "chunk".

Apologies if this has been asked or discussed ( i did do a search ).

thanks again.
















dro

  • Admin / WACUP Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 5000
    • View Profile
    • WACUP (Winamp Community Update Project)
Re: m3u8 radio stream doesn't play.. or maybe it never could...
« Reply #1 on: March 07, 2025, 01:51:05 PM »
It's a dash/hls based stream which isn't something that wacup currently supports. For now I only handle basic http streams like you were previously using. As for still using 1.0.12.5586 I assume you've got your reasons for doing so but that's essentially so far behind I can't support it.

mltgames

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: m3u8 radio stream doesn't play.. or maybe it never could...
« Reply #2 on: March 09, 2025, 11:28:20 PM »
I use https://github.com/massej/RadioHLSConverter.backend.serverless as a proxy.

Basically it convert the m3u8 (HLS radio stream) to the basic http streams and allow WACUP to work with the new radio format while keeping the audio quality!

« Last Edit: March 09, 2025, 11:42:25 PM by mltgames »