faucamp / SimpleRtmp

SimpleRtmp is a simple Java library for implementing RTMP clients, with no external dependencies or NIO
296 stars 107 forks source link

ABORT Packet header referencing SET_CHUNK_SIZE #1

Open GoelBiju opened 8 years ago

GoelBiju commented 8 years ago

I was recently reading through the files regarding the RTMP packet headers and their respective bodies when I noticed that the MessageType specified on line 23 of the Abort.java file (specifying the construction of its RTMP header) referenced the MessageType as being SET_CHUNK_SIZE.

I am not familiar with Java and was looking through the files to get an understanding of the RTMP protocol, so I thought it could have been a slight issue.

Many Thanks