shaka-packager/packager/media/demuxer
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
..
demuxer.cc Fix possible packager hangs when reading mp4 from FIFO 2019-10-21 18:49:52 -07:00
demuxer.gyp Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
demuxer.h Clean up #ifndef in packager/media. (#310) 2017-12-19 16:56:36 -08:00
demuxer_unittest.cc Cleanup packager_test.py 2018-07-16 19:13:02 +00:00