Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a HLS radio streams parser (for the BBC radio streams) #1633

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

marcelveldt
Copy link
Member

It seems that ffmpeg is really struggling with some continue HLS (radio) streams, especially the BBC. It just stops reading new chunks and aborts reading after one partial sublist finishes.

This PR introduces our own HLS parser and streamer. It builts up onto the foundation we have added earlier but its focused on radio streams only. We let ffmpeg still deal with other HLS (and mpeg dash) streams.

Now let's see if this holds up better and streams keep running

@marcelveldt marcelveldt merged commit 0e7ec40 into main Aug 30, 2024
7 checks passed
@marcelveldt marcelveldt deleted the bbc-hls-streamer branch August 30, 2024 20:08
marcelveldt added a commit that referenced this pull request Sep 6, 2024
marcelveldt added a commit that referenced this pull request Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant