Keemotion / TS2MP4

TS2MP4 allow you to convert TS files to MP4 files on your iDevice.
Other
106 stars 28 forks source link

Error when trying to provide http url #3

Closed raghunathkavuri closed 10 years ago

raghunathkavuri commented 10 years ago

Hi Keemotion team,

First of all thank you very much for the useful utility. The application is awesome.

I'm working on HLS streaming with MTAudioProcessorTap, but failed to get the audio samples for post processing. I was looking for downloading the .ts files after parsing .m3u8 links as an alternative and stumbled on your POD.

Does your app allow conversion of http url files with .ts extension?

I'm getting an error "can`t open file /1010qwoeiuryfg/0440/04400.ts No such file or directory" , when I tried to convert the HTTP url path http://qthttp.apple.com.edgesuite.net/1010qwoeiuryfg/0440/04400.ts

Error displayed in the label: Export 1 chunks failed: Error Domain=KMMediaAssetExportSessionErrorDomain Code=3 ...

I found download.h and download.c file in GPAC4IOS directory.

My question is, Is there a way to provide the HTTP url to "download" module and save it to App's Document directory

smadbe commented 10 years ago

The given Obj-C selector just does the the job of calling the lower-level included C libraries. If you want to do this on remote files, you have to download them by yourself before using our lib.