https://github.com/jingwood/mjpegplayer
Simple and lightweight .NET MJPEG stream player designed to receive MJPEG stream from motion on Raspberry Pi.
https://github.com/jingwood/mjpegplayer
mjpeg mjpeg-decoder mjpeg-player mjpeg-stream motion player raspberry-pi stream video-player winform
Last synced: 11 months ago
JSON representation
Simple and lightweight .NET MJPEG stream player designed to receive MJPEG stream from motion on Raspberry Pi.
- Host: GitHub
- URL: https://github.com/jingwood/mjpegplayer
- Owner: jingwood
- License: mit
- Created: 2017-05-28T15:08:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T08:53:40.000Z (over 4 years ago)
- Last Synced: 2025-04-03T06:03:32.102Z (about 1 year ago)
- Topics: mjpeg, mjpeg-decoder, mjpeg-player, mjpeg-stream, motion, player, raspberry-pi, stream, video-player, winform
- Language: C#
- Homepage:
- Size: 53.7 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .NET MJPEG Player
A Windows application written in C# to receive and play the MJPEG stream video.
# The typical use case
1. Set up a motion program on Raspberry Pi to record video
2. Send MJPEG stream video from motion program
3. Receive and play the MJPEG stream video using this program
# Features
- Simple frameless windows form design
- Notification area tray
- Keep window on top during playing video
- Hotkeys to switch between different window size (x1, x2, x4 and free)
- Automatically adjust window size according to received MJPEG stream
- Support via HTTP proxy server
- Keep proxy server settings using simple encryption policy
- Worked with .NET 2.0 framework
- No 3rd-party software required
# System requirements
- The .NET framework is required to run this program.
- The .NET framework may be prompted to be installed automatically at first time to run this program.
# Build Environment
- Visual Studio 2012 or higher
- .NET 2.0 or higher