[PR #41] [MERGED] Belabox inspired adaptive bitrate algorithm #118

Closed
opened 2026-03-02 04:00:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eerimoq/moblin/pull/41
Author: @jui
Created: 6/14/2024
Status: Merged
Merged: 6/16/2024
Merged by: @eerimoq

Base: mainHead: main


📝 Commits (4)

📊 Changes

6 files changed (+219 additions, -7 deletions)

View changed files

📝 Moblin.xcodeproj/project.pbxproj (+4 -0)
📝 Moblin/AdaptiveBitrate/AdaptiveBitrate.swift (+2 -0)
Moblin/AdaptiveBitrate/AdaptiveBitrateSrtBela.swift (+174 -0)
📝 Moblin/HaishinKit/RIST/RistStream.swift (+3 -1)
📝 Moblin/HaishinKit/SRT/SRTSocket.swift (+22 -0)
📝 Moblin/Various/Media.swift (+14 -6)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/eerimoq/moblin/pull/41 **Author:** [@jui](https://github.com/jui) **Created:** 6/14/2024 **Status:** ✅ Merged **Merged:** 6/16/2024 **Merged by:** [@eerimoq](https://github.com/eerimoq) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`8f7e5ea`](https://github.com/eerimoq/moblin/commit/8f7e5ea369cc194f5e2693834c242c8006b57fb8) Belabox inspired adaptive bitrate algorithm - [`b28c66c`](https://github.com/eerimoq/moblin/commit/b28c66c73ee640d7187a0cc25a2400e842549eb0) Merge branch 'eerimoq:main' into main - [`3182957`](https://github.com/eerimoq/moblin/commit/31829571bda96ec10d9b28279b0b8fb2599bb387) Credits to BELABOX project - [`38a95bd`](https://github.com/eerimoq/moblin/commit/38a95bd0b68b6fd5aab0f526d5e487517d42a0e0) Merge branch 'main' of https://github.com/jui/moblin ### 📊 Changes **6 files changed** (+219 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Moblin.xcodeproj/project.pbxproj` (+4 -0) 📝 `Moblin/AdaptiveBitrate/AdaptiveBitrate.swift` (+2 -0) ➕ `Moblin/AdaptiveBitrate/AdaptiveBitrateSrtBela.swift` (+174 -0) 📝 `Moblin/HaishinKit/RIST/RistStream.swift` (+3 -1) 📝 `Moblin/HaishinKit/SRT/SRTSocket.swift` (+22 -0) 📝 `Moblin/Various/Media.swift` (+14 -6) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:00:21 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/moblin#118
No description provided.