Skip to main content
1 vote
0 answers
74 views

I’m playing an HLS stream on tvOS/iOS using AVPlayer. The master playlist has two independent AUDIO groups: one for AAC (stereo) and one for AC-3 (5.1). Example: # AUDIO groups #EXT-X-MEDIA:TYPE=AUDIO,...
Александр Уткин's user avatar
0 votes
0 answers
36 views

I’m playing HLS with AVPlayer. The URL I load redirects to the actual stream: https://example.com/video/latest.m3u8 --> https://example.com/video/123456.m3u8 What I see AVPlayer.currentItem....
Raoul.duker's user avatar
3 votes
2 answers
141 views

I’m working on an iOS app that loads videos using AVPlayer, and I’ve run into a common issue: some videos have timestamps that don’t start at zero, so when I seek to zero I get a black or transparent ...
Xys's user avatar
  • 11.3k
0 votes
0 answers
44 views

I need to get CMSampleBuffers from AVAsset during playback. Those buffers will be appended to the MediaMixer input from HaishinKit library. I know how to append buffers to the MediaMixer but I don't ...
Marcin Kapusta's user avatar
0 votes
0 answers
60 views

I'm using AVPlayerViewController in a tvOS/iOS app and ran into a limitation. When I use: player.currentItem?.currentTime() ...I only get the current playback time, which is fine when the video is ...
Valid Mohammadi's user avatar
1 vote
1 answer
97 views

I want to have a gallery carousel view in SwiftUI, but for some compatibilities reasons I need to use a presenter from UIKit that simulates the TabView transition style, meaning it have the swipe ...
will's user avatar
  • 161
2 votes
0 answers
119 views

I’m building a SwiftUI app whose primary job is to play audio. I manage all of the Now-Playing metadata and Command center manually via the shared instances: MPRemoteCommandCenter.shared() ...
Rodrigue2g's user avatar
2 votes
0 answers
107 views

Problem When displaying a live HLS stream with chapter markers containing artwork images in an AVPlayer, I'm experiencing significant flickering of the artwork images. This flickering occurs ...
Dustyn Eggers's user avatar
0 votes
0 answers
48 views

I am trying to play an RTSP stream (rtsp://xxx.xxx.x.x:xxx/livestream/1) using AVPlayerViewController in my iOS app. The stream is from a local WiFi-connected camera, and I get the URL from the device'...
Abishek Thangaraj's user avatar
0 votes
0 answers
71 views

Our streaming app uses FairPlay-protected video streams, which previously worked fine when using AVAssetResourceLoaderDelegate to provide CKCs. Recently, we migrated to AVContentKeySession, and while ...
Raj's user avatar
  • 6,025
2 votes
2 answers
274 views

I am trying to achieve an animated gradient effect that changes values over time based on the current seconds. I am also using AVPlayer and AVMutableVideoComposition along with custom instruction and ...
Zaid's user avatar
  • 449
1 vote
1 answer
239 views

I see SwiftUI body being repeatedly called in an infinite loop in the presence of Environment variables like horizontalSizeClass or verticalSizeClass. This happens after device is rotated from ...
Deepak Sharma's user avatar
2 votes
0 answers
131 views

We've created a Node.js server that manually muxes AAC/AVC packets into mp4 fragment files, which another Node.js express HTTP server serves the files as an LL-HLS livestream. Through much debugging, ...
Travis Zuleger's user avatar
0 votes
1 answer
253 views

I have this simple code: private func playVideo() { guard let videoURL = Bundle.main.url( forResource: "video", withExtension: "mp4" ) else { return ...
Another Dude's user avatar
  • 1,453
0 votes
2 answers
86 views

I have AVPlayer with AVPictureInPictureController. Play video in app and picture In Picture works except one situation. Issue is: I pause video in application and during switch to background is not ...
Krenem00's user avatar

15 30 50 per page
1
2 3 4 5
241