SwiftUI tvOS Video Streaming - Auto-Pause Issue After 2-3 Hours #871
Unanswered
sanatillayev
asked this question in
Q&A
Replies: 1 comment
-
|
你可以提供测试的直播流吗?我这边测试下。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m working on a SwiftUI tvOS app that streams TV channels, and I’m encountering an issue where the video automatically pauses during streaming after approximately 2 hours 45 minutes to 3 hours of continuous playback. I’ve tried using isIdleTimerDisabled = true but it doesn’t seem to resolve the problem.
Details:
• Platform: tvOS (SwiftUI)
• Issue: Video pauses automatically after ~2:45-3 hours of streaming TV channels
• Attempted solution: isIdleTimerDisabled = true (didn’t work)
• Stream type: Live TV channels
• Player: KSPlayer
Questions:
Additional Context:
The timing seems very consistent (always around the 2:45-3 hour mark), which makes me think this might be a system-level limitation rather than a network or memory issue.
Any guidance, code examples, or suggestions for debugging this would be greatly appreciated!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions