Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#1931 closed enhancement (fixed)

Support for AVFoundation on Mac (due to deprecated QTKit)

Reported by: ming Owned by: ming
Priority: normal Milestone: release-2.5.5
Component: pjmedia-videodev Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

Starting in Mac OS X 10.9, QTKit is deprecated. To disable QT video capture device, you can set PJMEDIA_VIDEO_DEV_HAS_QT to 0.

Change History (4)

comment:1 Changed 8 years ago by ming

In 5347:

Re #1931: Add support for AVFoundation on Mac

  • Deprecate QTKit
  • Rename ios_dev.m to darwin_dev.m
  • Important: Re-run configure and make dep after applying this change!

comment:2 Changed 8 years ago by ming

In 5348:

Re #1931: Fixed configure script for iOS to be able to detect both AVFoundation and OpenGL ES

comment:3 Changed 8 years ago by ming

  • Resolution set to fixed
  • Status changed from new to closed

In 5370:

Fixed #1931: Support more resolutions when opening the video capture and properly set the buffer's width and height as well.

comment:4 Changed 8 years ago by ming

In 5372:

Re #1931: Add one more session preset to support, i.e. resolution 960x540

Note: See TracTickets for help on using tickets.