korlibs / korlibs/korlibs-audio

Support online mp3 streams playing

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
bug enhancement
Dominant language
Kotlin
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

As discussed [here](https://discord.com/channels/728582275884908604/801658049244430377/831272197133172766), playing mp3 streams taken from UrlVfs fails with `IllegalStateException: Not an mp3 file [2]`.

Example failing code:
```kt
UrlVfs("https://air2.radiorecord.ru:805/rr_320").readAudioStream(MP3Decoder).playAndWait()
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the failure with UrlVfs("https://air2.radiorecord.ru:805/rr_320").readAudioStream(MP3Decoder).playAndWait(). Trace the interaction between UrlVfs, readAudioStream, and MP3Decoder to determine why the online stream is rejected. Done means the example stream plays successfully without the IllegalStateException.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
audio-video-rtc
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.