Showing 98 open source projects for "mpeg2 program stream"

View related business solutions
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
    Learn More
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • 1
    jq

    jq

    Lightweight and flexible command-line JSON processor

    ...You can download a single binary, scp it to a far away machine of the same type, and expect it to work. jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you'd expect. Data in jq is represented as streams of JSON values - every jq expression runs for each value in its input stream, and can produce any number of values to its output stream. jq filters run on a stream of JSON data. The input to jq is parsed as a sequence of whitespace-separated JSON values which are passed through the provided filter one at a time. ...
    Downloads: 105 This Week
    Last Update:
    See Project
  • 2
    Riemann

    Riemann

    A network event stream processing system, in Clojure

    ...Events are just structs with some common fields like :host and :service You can use dozens of built-in streams for filtering, altering, and combining events, or write your own. Since Riemann's configuration is a Clojure program, its syntax is concise, regular, and extendable. Configuration-as-code minimizes boilerplate and gives you the flexibility to adapt to complex situations.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    OBS Studio

    OBS Studio

    Open source software for live streaming and recording

    OBS Studio, also known as Open Broadcaster Software, is a free and open source software program for live streaming and video recording. Features of the software include device/source capture, recording, encoding and broadcasting. Stream on Windows, Mac or Linux. This software is commonly used by video game streamers on the popular streaming platform Twitch.
    Downloads: 247 This Week
    Last Update:
    See Project
  • 4
    Dispatcharr

    Dispatcharr

    Your Ultimate IPTV & Stream Management Companion

    Dispatcharr is a self-hosted IPTV and streaming management platform built for people who want full control over their playlists, streams, and program guide (EPG) data. It lets you import M3U/EPG sources, curate and organize them with filtering and grouping, and serve them reliably to clients like Plex, Jellyfin, and Emby with advanced proxying and failover support. Designed with both simple personal use and larger self-hosted setups in mind, Dispatcharr offers real-time streaming statistics,...
    Downloads: 38 This Week
    Last Update:
    See Project
  • Award-Winning Medical Office Software Designed for Your Specialty Icon
    Award-Winning Medical Office Software Designed for Your Specialty

    Succeed and scale your practice with cloud-based, data-backed, AI-powered healthcare software.

    RXNT is an ambulatory healthcare technology pioneer that empowers medical practices and healthcare organizations to succeed and scale through innovative, data-backed, AI-powered software.
    Learn More
  • 5

    DVB Inspector

    DVB transport stream analyzer written in java

    DVB Inspector is a java program to analyze captured DVB-streams. It is not a real time tool that can interact with PC-TV DVB hardware directly. You have to use another program to record a Transport stream. It can show the logical structure of the DVB SI and PSI data. It can also show bit rate usage data. Support for for DSM-CC Object carousels, teletext, DVB subtitles Version control has moved to https://github.com/EricBerendsen/dvbinspector .
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 6
    Firebot

    Firebot

    A powerful all-in-one bot for Twitch streamers

    ...Utilizing modern technologies, Firebot has been built from the ground up with usability in mind. The result is a UI that is equal parts intuitive and beautiful. At the core of Firebot is a simple, yet powerful Effect system that allows you to program the bot to do just about anything with no programming knowledge needed. Firebot is a free, open-source, all-in-one bot for Twitch. It's packed full of everything you need to make your stream fun and interactive. Firebot also allows streamers to take control over their chat. The commands system will help you provide your chat with fun and useful commands. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Apache Flink

    Apache Flink

    Stream processing framework with powerful stream

    Apache Flink is a distributed engine for stateful computations over data streams and batches, designed for low-latency processing at scale. Its core runtime executes dataflow graphs with fine-grained backpressure and checkpointing, allowing applications to recover consistently from failures. Flink’s event-time model and watermarks enable accurate out-of-order processing, windowing, and complex time semantics that typical real-time systems struggle with. Developers program against high-level...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    ESP8266Audio

    ESP8266Audio

    Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3

    Arduino library for parsing and decoding MOD, WAV, MP3, FLAC, MIDI, AAC, and RTTL files and playing them on an I2S DAC or even using a software-simulated delta-sigma DAC with dynamic 32x-128x oversampling. ESP8266 is fully supported and most mature, but ESP32 is also mostly there with built-in DAC as well as external ones. For real-time, autonomous speech synthesis, check out ESP8266SAM, a library that uses this one and a port of an ancient format-based synthesis program to allow your...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    AWS CDI SDK

    AWS CDI SDK

    AWS Cloud Digital Interface (CDI) SDK

    The AWS Cloud Digital Interface (CDI) SDK is the library which implements the low-latency reliable transport of data between systems in the cloud including AWS Media Services and Amazon EC2 instances. The SDK takes care of the complex task of ensuring that large amounts of data are seamlessly transferred across the AWS network using multi-path technology to ensure lossless quality without the need for extensive network buffering and delay. The SDK consists of two main API layers, depending...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Skillfully - The future of skills based hiring Icon
    Skillfully - The future of skills based hiring

    Realistic Workplace Simulations that Show Applicant Skills in Action

    Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
    Learn More
  • 10
    ArduinoJson

    ArduinoJson

    JSON library for Arduino and embedded C++. Simple and efficient

    ...ArduinoJson can filter large inputs to keep only fields that are relevant to your application, thereby saving a lot of memory. ArduinoJson can parse directly from an input Stream or std::istream. ArduinoJson can produce compact or prettified documents. ArduinoJson works directly with strings stored in program memory. ArduinoJson supports two coding styles, with implicit or explicit casts. ArduinoJson deduplicates strings in the JSON document. When you have several identical keys or values, the JsonDocument only stores one of each. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11

    Yet Another BACnet Explorer

    Graphical explorer for BACnet and Free BACnet library in C#

    Graphical explorer program written in C#, for browsing BACnet devices (run on Windows & Linux). Supports BACnet MS/TP, Ethernet, IPv4, IPv6, SecureConnect Basic functions for read, write, read multiple, write multiple, iam, whois, subscribeCOV, notify, WriteFile, ReadFile etc. Includes three demo server applications : a generic server, a wall mounted room controller simulator, a weather server (gets data from an Internet webservice). Includes a lot of samples C# source code. Raspberry...
    Leader badge
    Downloads: 2,206 This Week
    Last Update:
    See Project
  • 12
    RadioCaster

    RadioCaster

    Stream audio from your PC to the internet with ease

    RadioCaster is an easy-to-use and powerful tool for streaming any audio — including analog sources — from your computer to the internet. The program lets you encode audio with your desired quality and broadcast it in real time to a server for your listeners. It supports all popular streaming formats (MP3, AAC+, FLAC, OGG, OPUS) and works with Icecast, Shoutcast, and Windows Media Services servers. RadioCaster is compatible with ASIO sound cards and allows capturing audio playback from...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 13
    HAC Ada Compiler

    HAC Ada Compiler

    HAC Ada Compiler - small Ada compiler fully in Ada

    HAC - HAC Ada Compiler - is a small, quick, open-source Ada compiler, covering a subset of the Ada language. HAC is perhaps the first open-source (albeit partial) Ada compiler fully programmed in Ada itself. More information on: http://hacadacompiler.sf.net For an editor integrated with HAC, check LEA: https://l-e-a.sf.net/ Pre-built binary for Windows: https://sf.net/projects/hacadacompiler/files/hac-2024-03-21-v.0.30-bin-win64.zip Alire crate: https://alire.ada.dev/crates/hac Mirror:...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 14
    TcNo-Acc-Switcher

    TcNo-Acc-Switcher

    A Superfast open-source account switcher for Steam Epic Games and more

    Saves NO passwords or any user information*. Most switchers, including Steam work purely off changing a file and a few registry keys. Wastes no time closing, switching and restarting Steam and other platforms. NOTE: Not created for cheating purposes. All it does is change accounts. Use it as you see fit, accepting responsibility. Simple. It swaps out files and registry values, pointing to your last logged in account while the program is closed. Think of it as freezing a platform like...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    QChartist

    QChartist

    Free and Open Source Technical Analysis Charting Software

    QChartist is a free and open source technical analysis charting software. Its purpose is to provide a complete set of tools to perform technical analysis on charts and data. It helps to make forecasts mainly for markets but can also be used for weather or any quantifiable data. The program is flexible and its functionalities can be easily extended. You can draw geometrical shapes on your charts or plot programmable indicators from your data. It is also possible to filter or merge data. I got...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 16

    Jarty, Phoenix Rising Engine for Text

    A semi random english text generator for bash with demo program

    Jarty (formerly P.R.E.Text ( Phoenix Rising Engine for Text) ) is a quasi random text generator. jarty-greeter is a demo of some of the capabilities of Jarty. The Jarty files comprise a subset of commands for bash, they have targeted applications. For example Jarty CS is a character suggestion app. It generates names base on a set of rules, with configurable letter. frequencies. Jarty apps have easily editable Data files for its "dictionaries." Jarty should run on most UNIX...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The stream Desk is simple sound effect board.The program writen in python.9 sound effect can be play.Streaming default input and output devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    marble

    marble

    Functional reactive Node.js framework for building server-side apps

    Marble.js is a functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS. The core concept of Marble.js assumes that almost everything is a stream. The main building block of the whole framework is an Effect, which is just a function that returns a stream of events. With the big popularity of RxJS Observable, you can create a referential transparent program specification made up of functions that may produce side effects like network, logging, database access, etc. Using its monadic nature we can map I/O operations over effects and flat them to bring in other sequences of operations. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    EPG Collector is a Windows package for collecting the EPG data from DVB or ATSC streams in EIT, MHEG5, OpenTV, MediaHighway, FreeSat and PSIP formats and creating an XMLTV file. It can also import the data to 7MC or DVBViewer.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 20
    Video Activity Coder 1.2 is a desktop-based program, created in Java, that researchers can use to keep track of behaviors or events in video recordings. A Windows-based installation file is included here. There is also an an executable jar file that can be used with non-Windows operating systems that should work with Java version 18. Licensed under GNU GPL version 3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Oshare-Server-Desktop-Streaming

    Mod version of Oshare Dlna Server to stream desktop screen.

    This program is a modified version of Oshare Dlna Server, modified to stream desktop screen do smartv TVs (or other dlna client).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    deej

    deej

    Set app volumes with real sliders! Arduino project to build hardware

    ...The sliders are connected to 5 (or as many as you like) analog pins on an Arduino Nano/Uno board. They're powered from the board's 5V output (see schematic). The board connects via a USB cable to the PC. The code running on the Arduino board is a C program constantly writing current slider values over its serial interface. The PC runs a lightweight Go client in the background. This client reads the serial stream and adjusts app volumes according to the given configuration file.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23

    CKK Encryption

    Fast and unbreakable encryption

    ...I'm not a mathematician "not even sure what they are" but I think the results equal n exp 256 + n exp 256 + n exp 256 * n exp 2,147,483,647. Again, not a mathematician. This project was written using VS 2019 Community Edition. C# .NET Framework 4.7.2 I have included a sample program or change the source to fit your needs. I'm working on documenting the class so you can easily make changes as needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    TV-Show-Manager

    TV-Show-Manager

    Manage all your favorite TV-Shows with a single program

    TV-Show-Manager is a small, easy to use application that manages all your favorite tv shows. It is a perfect program for you, if you like watching many tv-shows and need help with keeping track of the airdates and times. Warning: TV-Show-Manager is able to collect download links from other sites which might lead to copyright protected files. Before you use any of these features, make sure that you don't infringe any laws in your country by doing so. YOU are responsible for any...
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 25
    SermonRecorder

    SermonRecorder

    Sermon Recorder is a program for recording sermons or anything else.

    Sermon Recorder is a program for recording sermons, speeches or anything else. It has some special features, such as automatic filename creation with parameters, almost "dummy-resistant" and localized user-interface (currently English and German), commandline-call after recording stop and much more... The recorded data is directly stream-encoded and written into the defined files, so the risk in case of a PC crash is minimized.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB