ios - Apple's official sample HLSCatalog dose not work? -


i trying apple's sample project hlscatalog downloading hls stream, avassetdownloaddelegate methods not called when pressed "download" button basic stream. however, urlsession(_ session: urlsession, task: urlsessiontask, didcompletewitherror error: error?) , urlsession(_ session: urlsession, assetdownloadtask: avassetdownloadtask, didfinishdownloadingto location: url) called when pressed "cancel" cancel download.

the sample project run on iphone 6+ (real device), ios 10.3.2.
wifi connection , 4g both tested.

does have same issue?


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -