this post was submitted on 25 Sep 2024
146 points (92.0% liked)

Open Source

30491 readers
65 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] corroded 6 points 4 days ago (6 children)

I'm curious, why does this require OpenSSL in order to compile? I'm not aware of any audio formats that use encryption, but I could be wrong.

My first thought was for connecting to https streams, but I don't remember Winamp having this capability. "Back in the day," I used Winamp for playing local audio and RealPlayer for what little streaming was available.

[–] Potatisen 19 points 4 days ago

I don't know about https specifically but winamp could handle all kinds of streams.

[–] takeda 4 points 4 days ago

Three streaming (like pointed in the other comment) was my initial reaction too, but indeed at the time https for streaming would be very rare.

Another possibility is to realize that openssl isn't just for communication, but also has implementation of cryptographic algorithms.

Perhaps openssl was used for validation of licensing key? For example they could sign the license with their private key and WinAmp could verify it's authenticity with its public key.

[–] jaybone 3 points 4 days ago

Couldn’t you look at the code and see what ssl calls it’s making?

[–] [email protected] 3 points 4 days ago* (last edited 4 days ago)

Maybe to connect to their update servers and validate updated binaries or something like that? Not sure if it supported calling home to get updates.

[–] lordnikon 1 points 4 days ago

i remember listening to icecast radio on winamp back in the day