Commit 3e88ea1
authored
feat: capture the screen in-app with ScreenCaptureKit (drop ReplayKit extension)
Replace the ReplayKit broadcast upload extension with an in-app iOS 27 ScreenCaptureKit pipeline — capture, compositing, and publishing all run in-process. Move the process-agnostic RTMP/SRT/WHIP publishers into the app target, delete the extension + host-app keepalive machinery, bump to iOS 27 with the screen-capture background mode, add a StreamCoreTests Swift Testing suite, a Haptics helper, and advance the vendored HaishinKit pointer for VideoToolbox invalid-session recovery on background transitions.
CI runs the StreamCore test suite; the full app needs the iOS 27 SDK (unavailable on GitHub runners) and is verified on a physical device.1 parent 84e057e commit 3e88ea1
33 files changed
Lines changed: 1654 additions & 1728 deletions
File tree
- .github/workflows
- StreamBroadcast
- StreamCoreTests
- StreamCore
- Stream
- Vendor
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
34 | 41 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
38 | 45 | | |
39 | 46 | | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
93 | 87 | | |
94 | | - | |
95 | | - | |
96 | 88 | | |
97 | | - | |
98 | 89 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | 90 | | |
104 | 91 | | |
105 | 92 | | |
| |||
121 | 108 | | |
122 | 109 | | |
123 | 110 | | |
124 | | - | |
| 111 | + | |
125 | 112 | | |
126 | 113 | | |
127 | 114 | | |
128 | | - | |
| 115 | + | |
129 | 116 | | |
130 | 117 | | |
131 | 118 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments