Latest restricted WACUP beta release is build #18654 (March 24th 2024) (x86 & x64 changelogs) | Latest WACUP public preview is build #17040 (September 30th 2023) (x86 only)


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: NTDLL.DLL crash on load (the other computer).  (Read 12606 times)

dro

  • Admin / WACUP Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 4428
    • View Profile
    • WACUP (Winamp Community Update Project)
Re: NTDLL.DLL crash on load (the other computer).
« Reply #15 on: October 09, 2019, 09:17:18 PM »
The feed url can be the same & that will keep working fine but it's the cotents within that can & will change with time. Ideally a feed should offer HTTP urls if it's from a HTTP feed & HTTPS from a HTTPS feed url but there's a general shift to just providing HTTPS urls irrespective as most clients support it.

Playing the feed entries as a stream is going to always fail with HTTPS urls as the solution that in_mp3 (the MP3 decoder & stream handling plug-in) uses doesn't cope correctly with HTTPS & so it'll fail. Nothing you're doing wrong, just the age of that (annoyingly) important plug-in means it's less compatible with the modern age than would be liked.

Anyhoo, I've added the HTTPS -> HTTP change to the todo list as it shouldn't be too much of an issue to get it done.

-dro