Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 363 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 363 Bytes

AvFoundationPlayer

effort to add HLS to ofAvFoundationPlayer

openframeworks/openFrameworks#1741

#To use: Use Project Generator to create project

You will need to add this to the project Info.plist (edited version supplied)

<key>NSAppTransportSecurity</key>
	<dict>
		<key>NSAllowsArbitraryLoads</key>
		<true/>
	</dict>