shaka-packager/packager/app/test
KongQun Yang 0342adb132 Fix possible packager hangs when reading mp4 from FIFO
For MP4 files, mp4 parser tries to open and read the same file again
to handle trailing MOOV box.

Open FIFO again may result in packager hang.

Update the code to only attempt to load MOOV for local regular files,
as FIFO and remote files are unseekable anyway.

Fixes #664.

Change-Id: Ib286d2876d202cd5a248ffe70b13589b3cc74bc9
2019-10-21 18:49:52 -07:00
..
testdata Fix possible packager hangs when reading mp4 from FIFO 2019-10-21 18:49:52 -07:00
packager_app.py Make packager_test.py work with python 3.5 2019-02-13 19:07:56 +00:00
packager_test.py Fix possible packager hangs when reading mp4 from FIFO 2019-10-21 18:49:52 -07:00
test_env.py Include shared_library and mpd_generator in ci and releases 2017-12-12 23:11:01 +00:00