You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be nice to be able to configure the build in some way to produce a smaller binary that doesn't contain unneeded features. This would likely require some refactoring.
The text was updated successfully, but these errors were encountered:
build.sh now accepts several arguments that will disable features
that will not be needed. The default is to include all features.
Part of #116.
--disable-offline
--disable-dash
--disable-http
Change-Id: Icdaf82b322debbdc1e898e93c539e35894678a8d
This offers three configurations by default:
1) everything enabled (including WebM and offline)
2) DASH MP4 VOD only
3) DASH MP4 live only
The VOD and live configs are specifically targetting the most common
scenarios. For VOD this means SegmentBase, and for live this means
SegmentList and SegmentTemplate.
Issue #116
Change-Id: I250b55c73c4a5f111dccd09bec11bc959ef2d13c
It might be nice to be able to configure the build in some way to produce a smaller binary that doesn't contain unneeded features. This would likely require some refactoring.
The text was updated successfully, but these errors were encountered: