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

add dvr_plan hss to full.conf

This commit is contained in:
winlin 2014-04-30 11:56:19 +08:00
parent aebff659b6
commit 30bb3ff704
8 changed files with 48 additions and 45 deletions

View file

@ -113,14 +113,14 @@ int proxy(srs_rtmp_t irtmp, srs_rtmp_t ortmp)
trace("irtmp get packet failed. ret=%d", ret);
return ret;
}
verbose("irtmp got packet: type=%s, time=%d, size=%d",
trace("irtmp got packet: type=%s, time=%d, size=%d",
srs_type2string(type), timestamp, size);
if ((ret = srs_write_packet(ortmp, type, timestamp, data, size)) != 0) {
trace("irtmp get packet failed. ret=%d", ret);
return ret;
}
verbose("ortmp sent packet: type=%s, time=%d, size=%d",
trace("ortmp sent packet: type=%s, time=%d, size=%d",
srs_type2string(type), timestamp, size);
}