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

@ -236,6 +236,7 @@ int proxy(srs_mp4_t mp4, srs_rtmp_t ortmp)
int ret = 0;
if ((ret = srs_mp4_init_demuxer(mp4)) != 0) {
srs_human_trace("init demuxer failed. ret=%d", ret);
return ret;
}
if ((ret = connect_oc(ortmp)) != 0) {