Exemplo n.º 1
0
 public override void ConnectionOpened(RtmpConnection connection)
 {
     base.ConnectionOpened(connection);
     if (connection.Context.Mode == RtmpMode.Server)
     {
         connection.StartWaitForHandshake();
     }
 }