Re: Save the HTTP Streaming Audio in iOS Device
Re: Save the HTTP Streaming Audio in iOS Device
- Subject: Re: Save the HTTP Streaming Audio in iOS Device
- From: Sasikumar JP <email@hidden>
- Date: Thu, 08 Aug 2013 10:55:11 +0530
Travis,
Thank you for the information.
I have tried as you suggested using AVExportSession. But AVExportSession is failed with following error.
AVAsset Export failed Error Domain=AVFoundationErrorDomain Code=-11838 "Operation Stopped" UserInfo=0x16e17000 {NSLocalizedDescription=Operation Stopped, NSLocalizedFailureReason=The operation is not supported for this media.}
I afraid ExportSession may not work with remote URL asset.
To validate my observation i have tried with Apple Sample code AVSimpleEditiorIOS which uses the AVExportSession, it works fine with local URL. But when I changed to remote URL ("http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8" ). I am getting the same error "The Operation is not supported for this media".
so i think AVExportSession only works with local URL asset.
Thank you
Sasikumar JP
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden