Sportronics.SendVideoOverTcpLib 2.0.2

dotnet add package Sportronics.SendVideoOverTcpLib --version 2.0.2
                    
NuGet\Install-Package Sportronics.SendVideoOverTcpLib -Version 2.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Sportronics.SendVideoOverTcpLib" Version="2.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sportronics.SendVideoOverTcpLib" Version="2.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Sportronics.SendVideoOverTcpLib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Sportronics.SendVideoOverTcpLib --version 2.0.2
                    
#r "nuget: Sportronics.SendVideoOverTcpLib, 2.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Sportronics.SendVideoOverTcpLib@2.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Sportronics.SendVideoOverTcpLib&version=2.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Sportronics.SendVideoOverTcpLib&version=2.0.2
                    
Install as a Cake Tool

Sportronics.SendVideoOverTcpLib

A MAUI library for transferring video over TCP from phone to Windows WPF complementary app.

Overview

SendVideoOverTcpLib is an Android library that enables MAUI applications to send video files over TCP connections. It's primarily designed for Android devices to transfer video files to matching Windows desktop applications. See repository for the project GetVideoWPFLibSample. Also used in the project AthsVideoRecording in the the repository djaus2/AthsVideoRecording.

Requirements

Features

  • Send video files from mobile devices to desktop applications
  • Reliable TCP-based file transfer
  • Checksum verification for data integrity
  • Configurable timeout settings
  • Cross-platform support (Android, iOS, Windows, MacCatalyst, Tizen)

Installation

dotnet add package Sportronics.SendVideoOverTcpLib

Usage

using SendVideoOverTcpLib;

// Create an instance of the SendVideo class
var sender = new SendVideo();

// Configure settings
sender.Port = 5000;
sender.TimeoutSeconds = 15;

// Send a video file
await sender.SendVideoAsync(filePath, ipAddress);

Requirements

  • .NET 9.0 or later
  • Supported platforms:
    • Android 21.0 or later
    • iOS 14.2 or later
    • MacCatalyst 14.0 or later
    • Windows 10.0.17763.0 or later
    • Tizen 6.5 or later

Dependencies

  • CommunityToolkit.Mvvm
  • Microsoft.Maui.Controls

License

This project is licensed under the MIT License - see the LICENSE file for details.

This library is part of the TransferVideoOverTcp solution, which includes:

  • SendVideo - MAUI Android app that uses this library
  • DownloadVideoOverTcpLib - Library for receiving video files
  • GetVideoConsoleApp - Console app for receiving videos
  • GetVideoInAppWPF - WPF app for receiving videos
  • GetVideoService - Windows service for receiving videos
Product Compatible and additional computed target framework versions.
.NET net9.0-android35.0 is compatible.  net10.0-android was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.2 36 9/9/2025
2.0.1 31 9/9/2025
2.0.0 42 9/9/2025 2.0.0 is deprecated because it has critical bugs.
1.0.0 136 9/1/2025

Json Meta info file transferred before video incl. filename and checksum