From b6687d6cab567acbbe02b7ed957b83323faed571 Mon Sep 17 00:00:00 2001 From: Sergey Dryabzhinsky Date: Wed, 11 Nov 2015 20:22:48 +0300 Subject: [PATCH] Update CRC for MP3 --- hls/ngx_rtmp_mpegts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hls/ngx_rtmp_mpegts.c b/hls/ngx_rtmp_mpegts.c index 0de52ec..c05a81c 100644 --- a/hls/ngx_rtmp_mpegts.c +++ b/hls/ngx_rtmp_mpegts.c @@ -72,7 +72,7 @@ static u_char ngx_rtmp_mpegts_header[] = { static u_char ngx_rtmp_mpegts_header_mp3[] = { 0x03, 0xe1, 0x01, 0xf0, 0x00, /* mp3 */ /* CRC */ - 0xd7, 0x86, 0x44, 0x5c, /* crc for mp3 */ + 0x4e, 0x59, 0x3d, 0x1e, /* crc for mp3 */ }; static u_char ngx_rtmp_mpegts_header_aac[] = {