A media packaging and development framework for VOD and Live DASH and HLS applications, supporting Common Encryption for Widevine and other DRM Systems.
Go to file
Kongqun Yang b93f2020c8 Fix no ContentProtection element problem.
The original code used stream_info.is_encrypted() to check whether output
stream is encrypted; However, stream_info contains input stream
information and does not contain output stream infomation, which results
in incorrect status was passed to mpd generator. Fix the problem with
correct information from muxer.

Change on behalf of rkuroiwa after a discussion with him.

Bug: 12994813

Change-Id: I6e74b378a0fd7deedaaac166e913a66d312b8318
2014-02-20 01:22:09 +00:00
app Fix no ContentProtection element problem. 2014-02-20 01:22:09 +00:00
media Fix no ContentProtection element problem. 2014-02-20 01:22:09 +00:00
mpd Add copyright information. 2014-02-18 23:46:01 +00:00
testing Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
third_party Add gflags for commandline flags processing. 2014-01-10 02:38:18 +00:00
tools Disable parsing of local clases and tests for doxygen 2014-01-24 00:57:52 +00:00
.gitignore Remove base and build directories in packager. 2014-02-19 19:05:49 +00:00
LICENSE Add copyright information. 2014-02-18 23:46:01 +00:00
gyp_packager.py Replace bash build script with python script. 2014-02-19 22:42:07 +00:00
packager.gyp Add copyright information. 2014-02-18 23:46:01 +00:00