private void player_Loaded(object sender, RoutedEventArgs e) { _player.Connect(RtspUrlTextBox.Text); _player.Play(); }