Post

Replies

Boosts

Views

Activity

Reply to Questions about H.264 encoding settings with low-latency rate control
Hi Greg, I found it will run without error even if VBR: using kVTVideoEncoderSpecification_EnableLowLatencyRateControl with: VTSessionSetProperties(compressionSession, propertyDictionary: [kVTCompressionPropertyKey_ConstantBitRate: bitrate] as CFDictionary) And it will get error -12900 if set kVTVideoEncoderSpecification_EnableLowLatencyRateControl with: VTSessionSetProperty(compressionSession, key: kVTCompressionPropertyKey_ConstantBitRate, value: bitrate as CFNumber) [quote='857413022, DTS Engineer, /thread/799459?answerId=857413022#857413022'] Are you saying that it has no effect in the sample code you linked to, or in a separate project you have? [/quote] I tried the sample code, and the first several frames were too large and exceeded the size limit. But the following frames seem okay, close to the data rate limit. For low latency live streaming, would you recommend using ABR rather than CBR?
Topic: Media Technologies SubTopic: Streaming Tags:
Sep ’25
Reply to Questions about H.264 encoding settings with low-latency rate control
Hi Greg, I found it will run without error even if VBR: using kVTVideoEncoderSpecification_EnableLowLatencyRateControl with: VTSessionSetProperties(compressionSession, propertyDictionary: [kVTCompressionPropertyKey_ConstantBitRate: bitrate] as CFDictionary) And it will get error -12900 if set kVTVideoEncoderSpecification_EnableLowLatencyRateControl with: VTSessionSetProperty(compressionSession, key: kVTCompressionPropertyKey_ConstantBitRate, value: bitrate as CFNumber) [quote='857413022, DTS Engineer, /thread/799459?answerId=857413022#857413022'] Are you saying that it has no effect in the sample code you linked to, or in a separate project you have? [/quote] I tried the sample code, and the first several frames were too large and exceeded the size limit. But the following frames seem okay, close to the data rate limit. For low latency live streaming, would you recommend using ABR rather than CBR?
Topic: Media Technologies SubTopic: Streaming Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to AVCam modified for Spatial Video captureing in WWDC24
Oh... I write it with other sample it works. Thank you.
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to AVCam modified for Spatial Video captureing in WWDC24
Sorry and where is "foundSpatialFormat" used for?
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to AVCam modified for Spatial Video captureing in WWDC24
If I modified codes as you provide, it seems to be able to record the spatial video, but the camera preview will stop. After pressing the record button and startRecording, it seems running but no record leave. Maybe we need some more detail for the preview using dualwidth camera
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to Launch Screen Image not Updating!!!
I found the solution is to remove the app on the iPhone, then reboot the iPhone to clear caches. Then build the app into iPhone again.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’22