[PR #35] [CLOSED] Rtmp rebase to main #113

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

📋 Pull Request Information

Original PR: https://github.com/eerimoq/moblin/pull/35
Author: @ErAzOr2k
Created: 6/1/2024
Status: Closed

Base: mainHead: RTMP-Rebase


📝 Commits (10+)

  • 8d23ead Create correct timestamps for RTMP video/Remove RTMP timestamps hack
  • ba74728 Refactor RTMP Audio
  • 3e1ba5a little fix
  • de5026f Add black screen again
  • 0eaaf55 is not needed anymore
  • e22774c Add "BufferProcessor" for RTMP Video
  • 58713ae BufferProcessor values from RTMP settings
  • c66c10e Add audio sampleBuffer processor
  • 5cfaae7 small update to the BufferProcessor
  • a1ee004 Merge Timers to single Timer

📊 Changes

14 files changed (+641 additions, -259 deletions)

View changed files

.DS_Store (+0 -0)
📝 Moblin/HaishinKit/Extension/CMSampleBuffer+Extension.swift (+88 -0)
📝 Moblin/HaishinKit/Media/AudioUnit.swift (+134 -32)
📝 Moblin/HaishinKit/Media/VideoUnit.swift (+249 -91)
📝 Moblin/HaishinKit/Net/NetStream.swift (+24 -8)
📝 Moblin/RtmpServer/RtmpServer.swift (+2 -2)
📝 Moblin/RtmpServer/RtmpServerChunkStream.swift (+37 -47)
📝 Moblin/RtmpServer/RtmpServerClient.swift (+2 -2)
📝 Moblin/Various/Media.swift (+26 -12)
📝 Moblin/Various/Model.swift (+36 -46)
📝 Moblin/Various/Settings.swift (+12 -0)
📝 Moblin/View/Settings/Debug/DebugAudioSettingsView.swift (+0 -6)
📝 Moblin/View/Settings/RtmpServer/RtmpServerSettingsView.swift (+0 -3)
📝 Moblin/View/Settings/RtmpServer/RtmpServerStreamSettingsView.swift (+31 -10)

📄 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/35 **Author:** [@ErAzOr2k](https://github.com/ErAzOr2k) **Created:** 6/1/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `RTMP-Rebase` --- ### 📝 Commits (10+) - [`8d23ead`](https://github.com/eerimoq/moblin/commit/8d23ead17651cb15d2286eee8d476c07345969a8) Create correct timestamps for RTMP video/Remove RTMP timestamps hack - [`ba74728`](https://github.com/eerimoq/moblin/commit/ba74728d43ad3785528dce4c2ee6296e2f98d60a) Refactor RTMP Audio - [`3e1ba5a`](https://github.com/eerimoq/moblin/commit/3e1ba5a13020af6acdbd6b84d2d036e9611f2d79) little fix - [`de5026f`](https://github.com/eerimoq/moblin/commit/de5026fa2af7c5431f5c7731182c77f3d03f4714) Add black screen again - [`0eaaf55`](https://github.com/eerimoq/moblin/commit/0eaaf55acb2eb323b93d72674fabce729c1e1bef) is not needed anymore - [`e22774c`](https://github.com/eerimoq/moblin/commit/e22774c932ebd3825d31b1e87f3046fb05009e64) Add "BufferProcessor" for RTMP Video - [`58713ae`](https://github.com/eerimoq/moblin/commit/58713ae894f7fa4beb21ace4023857afe718168c) BufferProcessor values from RTMP settings - [`c66c10e`](https://github.com/eerimoq/moblin/commit/c66c10e3186503b59cf79f714607a55b457e6dee) Add audio sampleBuffer processor - [`5cfaae7`](https://github.com/eerimoq/moblin/commit/5cfaae70842c5886f9b5f1ab8779d6a060cbd7ea) small update to the BufferProcessor - [`a1ee004`](https://github.com/eerimoq/moblin/commit/a1ee004ad1fe3a86fb75276e204311787db13072) Merge Timers to single Timer ### 📊 Changes **14 files changed** (+641 additions, -259 deletions) <details> <summary>View changed files</summary> ➕ `.DS_Store` (+0 -0) 📝 `Moblin/HaishinKit/Extension/CMSampleBuffer+Extension.swift` (+88 -0) 📝 `Moblin/HaishinKit/Media/AudioUnit.swift` (+134 -32) 📝 `Moblin/HaishinKit/Media/VideoUnit.swift` (+249 -91) 📝 `Moblin/HaishinKit/Net/NetStream.swift` (+24 -8) 📝 `Moblin/RtmpServer/RtmpServer.swift` (+2 -2) 📝 `Moblin/RtmpServer/RtmpServerChunkStream.swift` (+37 -47) 📝 `Moblin/RtmpServer/RtmpServerClient.swift` (+2 -2) 📝 `Moblin/Various/Media.swift` (+26 -12) 📝 `Moblin/Various/Model.swift` (+36 -46) 📝 `Moblin/Various/Settings.swift` (+12 -0) 📝 `Moblin/View/Settings/Debug/DebugAudioSettingsView.swift` (+0 -6) 📝 `Moblin/View/Settings/RtmpServer/RtmpServerSettingsView.swift` (+0 -3) 📝 `Moblin/View/Settings/RtmpServer/RtmpServerStreamSettingsView.swift` (+31 -10) </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:19 +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#113
No description provided.