Opened 8 years ago

Last modified 8 years ago

#5636 new enhancement

Add user specified cache path to cache protocol

Reported by: chinshou Owned by:
Priority: wish Component: avformat
Version: git-master Keywords: cache
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

I create a patch that add a cache_path option to cache protocol.

The reason for such option is that av_tempfile may fail on different android devices. (see https://trac.ffmpeg.org/ticket/5620).even with 4c9d1c6f9a8f166703dc0333b53f5dba8dc5b414 fix , it still failed on my mobile phone.That may be due to some permission issues on different android devices. It is impossible to cover all the corner cases on different android devices.

Attachments (1)

cache.patch (1.6 KB ) - added by chinshou 8 years ago.

Download all attachments as: .zip

Change History (2)

by chinshou, 8 years ago

Attachment: cache.patch added

comment:1 by Carl Eugen Hoyos, 8 years ago

Keywords: cache added
Priority: normalwish

Please send your patch to the development mailing list, patches are ignored on this bug tracker.

Note: See TracTickets for help on using tickets.