File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/main/java/org/red5/client/net/rtmpt Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.red5</groupId >
55 <artifactId >red5-parent</artifactId >
6- <version >1.0.9-M2 </version >
6+ <version >1.0.9-M3 </version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >red5-client</artifactId >
Original file line number Diff line number Diff line change 1919package org .red5 .client .net .rtmpt ;
2020
2121import org .apache .mina .core .buffer .IoBuffer ;
22- import org .red5 .server .net . rtmp . codec . RTMP ;
22+ import org .red5 .server .api . IConnection ;
2323
2424public class RTMPTClientConnection extends BaseRTMPTConnection {
2525
2626 public RTMPTClientConnection () {
27- super (PERSISTENT );
28- this .state = new RTMP ();
27+ super (IConnection .Type .PERSISTENT .name ().toLowerCase ());
2928 }
3029
3130 @ Override
You can’t perform that action at this time.
0 commit comments