Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Set up project/target dependencies #252

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Set up project/target dependencies #252

wants to merge 4 commits into from

Commits on Nov 30, 2015

  1. * SampleBroadcaster project now depends on the products of Pods.xcode…

    …proj
    
    * Added Pods (Pods), URIParser-cpp (Pods) and VideoCore (Pods) into SampleBroadcaster's "Target Dependencies" under Build Phases
    * SampleBroadcaster will wait for and link against the build products of Pods directly
    * Removed the Hard-Coded DevelopmentTeam ID from the Target's attributes
    * The minimum iOS deployment target has been set to 8.0 (Minimum target with VideoToolBox API support)
    * Removed the Hard-Coded Provisioning Profile UID
    * Commented out m_socketJob.thisThreadInQueue related assertions because this member is not available
    Norod committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    6014f92 View commit details
    Browse the repository at this point in the history
  2. Only noticed this now:

    // If >= iOS 8.0 use the VideoToolbox encoder that does not write to disk.
    Norod committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    6e26be8 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2015

  1. Merge branch 'master' into norod-master

    * master:
      Check if we are on the main queue before calling delegate on main queue in setRtmpSessionState
      Provide "Pure" CoreFoundation objects to VTCompressionSessionCreate
      Update RTMPSession.h
      Delete AsyncStreamSession.hpp
      Delete AsyncStreamSession.cpp
    
    # Conflicts:
    #	stream/AsyncStreamSession.cpp
    Norod committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    1807ece View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6b9106 View commit details
    Browse the repository at this point in the history