iizukanao / node-rtsp-rtmp-server

RTSP/RTMP/HTTP hybrid server
MIT License
1.1k stars 282 forks source link

[rtmp:receive] received unknown (not implemented) message type ID #128

Open zhao85 opened 5 years ago

zhao85 commented 5 years ago

I have only 3 streams published to server through rtmp protocol. After running for about 12 hours, the server blocked and continous printing messages like below.

=========================================================================

2019-03-25 13:49:09.701 [socket] error handling data: Error: 2P6ws7qa: Chunk reference error for type 3: previous chunk for id 13534 is not found (possibly a bug) 2019-03-25 13:49:09.702 ----- BUG ----- 2019-03-25 13:49:09.702 [rtmp:receive] received unknown (not implemented) message type ID: 78 2019-03-25 13:49:09.702 { formatType: 2, chunkStreamID: 23, timestampDelta: 11363569, extendedTimestampType: 'not-used', timestamp: 13078016, messageStreamID: 31786734, messageLength: 0, messageTypeID: 78, body: } 2019-03-25 13:49:09.702 server version: 0.4.0 2019-03-25 13:49:09.702 Please report this bug along with the video file or relevant part of 2019-03-25 13:49:09.702 pcap file, and the full (uncut) output of node-rtsp-rtsp-server. Thanks. 2019-03-25 13:49:09.702 https://github.com/iizukanao/node-rtsp-rtmp-server/issues 2019-03-25 13:49:09.702 ---------------