1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

for #738, decode mp4 video track boxes.

This commit is contained in:
winlin 2017-02-02 15:10:11 +08:00
parent 5a84b6ca94
commit 128a1fd3db
4 changed files with 301 additions and 118 deletions

View file

@ -247,6 +247,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define ERROR_MP4_BOX_ILLEGAL_TYPE 3071
#define ERROR_MP4_BOX_ILLEGAL_SCHEMA 3072
#define ERROR_MP4_BOX_STRING 3073
#define ERROR_MP4_BOX_ILLEGAL_BRAND 3074
#define ERROR_MP4_NOT_NON_SEEKABLE 3075
///////////////////////////////////////////////////////
// HTTP/StreamCaster/KAFKA protocol error.