Joey Parrish
f577e2a0cf
chore: Update URLs after moving projects ( #1042 )
...
Since a project URL is encoded into outputs, this means also updating
the golden output files.
Closes #1043
2022-03-07 11:56:34 -08:00
Joey Parrish
d48bf0f48e
fix: Explicitly signal the lack of CEA captions in HLS
...
Closes #922
Change-Id: If097a66642ca40c355a476655ff1394b7b937b17
2021-03-30 18:26:37 +00:00
koln67
5b9fd409a5
[MP4] Change major brand from isom to mp41
...
This fixes warnings that 'isom' can only be a compatible instead of major brand.
Issue #755 .
2020-09-08 15:45:21 -07:00
koln67
28074e5c96
[HLS] Add support for independent segments tag
...
Fixes #564 .
2020-08-19 11:17:21 -07:00
koln67
a8ea7fd085
Always set ES_ID to 0 when writing ES Descriptor in mp4 ( #798 )
...
Required by ISO/IEC 14496-14:2018 and ISO/IEC 23000-19:2018.
Issue #755 .
2020-07-15 14:14:15 -07:00
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