Showing 41 open source projects for "linux command"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    Streamlink

    Streamlink

    Streamlink is a CLI utility which pipes video streams

    Streamlink is a command-line utility that pipes video streams from various services into a video player, such as VLC. The main purpose of Streamlink is to avoid resource-heavy and unoptimized websites, while still allowing the user to enjoy various streamed content. There is also an API available for developers who want access to the stream data. Streamlink is built upon a plugin system that allows support for new services to be easily added. Most of the big streaming services are supported....
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    EZ Project

    EZ Project

    Softwares making our work easier

    Go to "Files" to download releases of EZComm and Jirrit. EZComm (EZ Comm) is still maintened, code hosted on https://github.com/bon-ami/ezcomm You can use it as either a client or a server for TCP/UDP text messages Jirrit is still maintened, code hosted on https://github.com/bon-ami/jirrit You can use it to operate with commands on JIRA, bugzilla, Jenkins and Gerrit. EZOutput is hosted on https://gitee.com/bon-ami/ezoutput
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    chrome-cut-cli

    chrome-cut-cli

    command line tool to scan, detect, stream and control chrome cast

    Basic command line tool to async scan, detect, stream and control chrome cast devices. Great for pranking someone with a chrome cast device in your local network. Plus there is a GUI version here. https://sourceforge.net/projects/chrome-cut/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    savonet
    Audio toolkit for streaming, aiming at complex Internet radio systems. Our stream generator is highly extensible and flexible. Script based, it can be a fully automatic daemon streamer, but is also used for live shows with an user-friendly GUI.
    Leader badge
    Downloads: 370 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 5
    FFmpeg

    FFmpeg

    Tools to process multimedia content such as audio, video, subtitles...

    A complete, cross-platform solution to record, convert and stream audio and video. FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles, and related metadata. Provides an implementation of a wider range of codecs. Implements streaming protocols, container formats, and basic I/O access. Includes hashers, decompressors and miscellaneous utility functions. Provides means to alter decoded audio and video through a directed graph of connected...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 6

    Livestreamer

    Command-line utility that extracts various streams into a video player

    Livestreamer is a free command-line utility that extracts video streams from various services and pipes them into a video player of your choice, such as VLC. It allows users to avoid buggy and CPU-heavy flash plugins while still enabling them to enjoy various streamed content. For developers who wish to access the video stream data, API is also available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    MRelay

    Host to Host Network Acceleration and Encryption

    ...This can be used to overcome the highly restrictive firewalls that are content-sensitive or can detect and block VPN traffic. This software is a console application and must be run through command line, get help using "MRelay.exe -help" command Requirements: Windows Vista or later. Mono version 3.10.0 or later (if running on Linux)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A utility to read/write from: pipes, sockets, standard handles, files, block devices, NT Native API objects, file mapping/section objects, comm ports, etc. Supports various text/data conversions, multiple inputs/outputs, and various IO types/options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    JPacketGenerator

    UDP Packet Generator (Stream generator)

    Very basic UDP traffic generator. Works with a packet receiver to control the network status as Bandwidth, RTT, jitter, Loss % etc etc... Set Source Address, Destination address - Port Packet Size Stream Bandwidth And press start Command Line interface available java -jar JPacketGenerator.jar srcAddress srcPort dstAddress dstPort bitRate_bps All parameters are mandatory and with parameters the generator require no GUI or windows manager to work. If The project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10

    MiniKakofonix

    Asterix UDP multicast recorder

    This program is capable of subscribing to an UDP multicast feed containing (live) radar data in Eurocontrol Asterix format. The received UDP frames are stored in a recording file. A new (raw) Asterix recording file can be created every x minutes. The previously recorded Asterix filename contains date and timestamp. This tool can be used to do continuous 24/7 Asterix multicast recordings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ONE-NET Low Power Wireless Protocol

    ONE-NET Low Power Wireless Protocol

    ONE-NET is an open-source low power wireless networking protocol.

    ONE-NET is both an open standard and an implementation of a wireless network protocol. The protocol was originally intended for home automation but has many more applications where low power, secure communications are required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    SMPTE 2022-1 library for VLC & co

    Optimized and cross platform SMPTE 2022 FEC library in C, Python, Java

    Project moved to GitHub. https://github.com/davidfischer-ch/smpte2022lib
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MXQuery is a low-footprint implementation of XQuery 1.0, XQuery Update 1.0, XQuery Fulltext 1.0 and XQuery Scripting 1.0 as well as a subset of XQuery 1.1 (windowing, try/catch). It provides extensions to do data stream processing/CEP and SOAP/REST
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    tcpcat is a simple program that is like `cat' but it works over tcp streams to allow you to cat from one host to another. example: host a: $ tcpcat -l 63255 | gzip -dc | tar xvf - host b: $ tcpcat -h hosta:63255 tcpcat-X.X.X.tar.gz
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Utility to download asf streams to a file, and then fix up headers and null packets. Based largely on asfrecorder
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Movino is a solution for streaming and broadcasting live video from smartphones
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Mediarelayer is a simple proxy server relaying/mirroring streaming media. It can import ASF-encapsulated streams from Windows Media Encoder, VLC media player, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FEASST, FesterHead's Extremely Awesome SAM and SHOUTcast Tools, is a collection of tools and utilities for Internet radio stations using SAM and SHOUTcast technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PSP RSS Feed Generator is a commandline based PSP RSS Channel file creator intended for beginners' use. It scans a local directory and creates a PSP RSS Channel compatible XML file ready to be hosted on a web site. ***Supports directories with spaces***
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    With this tool you can generate multicast traffic to test a multicast routing environment. You can alter the diffserv value to test QoS functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Provide an interface (sdk) to communicate with a Slingbox (Slingmedia) for creating custom Slingbox player program or some plugin for existing Media player (like VLC). Also Provide a sample application that can be use to record from Slingbox.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    CherryPop is a Java based multi-user server with a GUI client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    nfpvr is an open-source PVR server for the nFusion Nova FTA satellite receiver. It attempts to provide the same functionality as the official IPPVR software, but to be more robust to transmission errors, portable and community driven.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    HashPipe is a file sharing network that uses HTTP or HTTPS for all communication and references downloads by their MD5 hash only. Works on any system with PHP5 and a compatible webserver and database. For Windows XP there is now an easy server bundle.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 25
    last.tag: The One and Only last.fm Tag Editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB