Showing 70 open source projects for "broadcast"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • 1
    butt (broadcast using this tool)

    butt (broadcast using this tool)

    Icecast and Shoutcast broadcasting client

    NOTE: This site is not maintained anymore. If you want to get the latest news and releases please visit https://danielnoethen.de/butt. butt (broadcast using this tool) is an easy to use, multi OS streaming tool. It supports ShoutCast and IceCast and runs on Linux, MacOS and Windows. The main purpose of butt is to stream live audio data from your computers Mic or Line input to an Shoutcast or Icecast server. Recording is also possible. It is NOT intended to be a server by itself...
    Leader badge
    Downloads: 784 This Week
    Last Update:
    See Project
  • 2
    PeerTube

    PeerTube

    Video streaming platform using P2P directly in your web browser

    PeerTube, developed by Framasoft, is the free and decentralized alternative to video platforms, providing you over 400,000 videos published by 60,000 users and viewed over 15 million times. Our aim is not to replace them, but rather to simultaneously offer something else, with different values. PeerTube is not meant to become a huge platform that would centralize videos from all around the world. Rather, it is a network of inter-connected small videos hosters. Anyone with a modicum of...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 3
    Owncast

    Owncast

    Take control over your live stream video by running it yourself

    ... with different storage providers to optionally scale your videos to many viewers using only low-powered hardware. Owncast is for people who are live streamers, or who wants to host live streams for others. It’s a “one to many” broadcast much like Twitch, Facebook Live, YouTube Live, etc. Owncast is not for video conferencing or any use case where multiple people are wanting to see video of each other.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    ipfs-pubsub-room

    ipfs-pubsub-room

    IPFS Pubsub room

    Creates a room based on a LibP2P pub-sub channel. Emits membership events, listens for messages, broadcasts and direct messages to peers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 5
    Megacubo

    Megacubo

    An intuitive, multi-language and cross-platform IPTV player

    Megacubo is an intuitive, multi-language and cross-platform IPTV player with support for history, bookmarks and much more. You can add as many IPTV lists you want (M3U format) and record live broadcasts to your PC or device. With Miniplayer mode, you can work or navigate on your PC while watching any broadcast.
    Downloads: 75 This Week
    Last Update:
    See Project
  • 6
    The ARAS Radio Automation System

    The ARAS Radio Automation System

    ARAS is a free broadcast automation system

    ARAS is a free broadcast automation system that manages the schedule flexibly and is able to play a large number of media formats. In addition, it allows connections to media streams over the network. It is suitable for both radio and TV stations.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    RaspberryLight

    Make your Raspberry Pi to a Wi-Fi controllable LED Light

    Make your Raspberry Pi to a Wi-Fi controllable LED Light using LED stripes with WS 2811 controller. This software enables the raspberry to provide a web server interface (HTTP / Rest) for controlling the connected LED stripe. That project bases on the WiringPi lib, Indy for Lazarus and also on the Tinkerforge bindungs for Lazarus. The Stripe must be connected with the Tinkerforge Masterbrick and the LED-Stripe bricklet. WiringPi is used to control the GPIOs for some feature and Indy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    TrucklistStudio

    TrucklistStudio

    Media Playlist streaming Software.

    TrucklistStudio is a light media playlist broadcasting software. You can easily broadcast videos playlists and create webcasts from any location. TrucklistStudio supports almost every kind of services through FMEs XML configuration files. Different video sources and the mixing module will let you create various screen layouts. All major picture file formats are supported. Putting image as an overlay or background. Video transmitting over LAN. Lower CPU requirements.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    AEBL

    AEBL

    AEBL is a mobile media distribution system

    AEBL Mobile Media Player, changing how we consume media. AEBL is a media player and a digital media platform in use in the IHDN XPO network media system ( http://www.ihdn.ca/Xpo_VI.html ). AEBL is foremost a mobile media distribution and playback framework. It was created to be the core technology that is used in a television ad insertion and digital sign, and further development has opened up many more applications. It currently is designed to run on a raspberry Pi, although it is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • HRSoft Compensation - Human Resources Software Icon
    HRSoft Compensation - Human Resources Software

    HRSoft is the only unified, purpose-built SaaS platform designed to transform your complex HR processes into seamless digital ones

    Manage your enterprise’s compensation lifecycle and accurately recognize top performers with a digitized, integrated system. Keep employees invested and your HR team in control while preventing compensation chaos.
  • 10
    Simple Web Chat

    Simple Web Chat

    Simple open source php based HTML5 rich web chat system

    Its a high performance simple feature rich and fully customizable web based chat implemented using php and jquery with auto fall-back from HTML5 WebSocket to HTML5 SSE to Ajax Long Polling Can work with or without any database server and sessions It can be used as standalone or as module / plugin in any website Fetaures: 1) Registration, login, forgot password 2) Search and add contacts, manage groups 3) Broadcast, one to one & group chat 4) Desktop notification, sound alert, auto...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11

    Simple Client Server Chat Example

    An example of a simple chat system

    This project is a demonstration example on multi-threading programming in Java (old school) and network programming (String exchanges over network). The multi-threading part aims to show how to avoid blocking methods by putting them in separate thread, therefor, the ExecutorService was not used. Two Runnable interfaces are available in the server and the client to show how the dialog is managed. The Socket part aims to show how simple communication using TCP/IP are quite simple. The system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    OpenBroadcaster Server

    OpenBroadcaster Server

    Broadcast Automation Software LPFM IPTV

    OpenBroadcaster has a simple and effective web-based automation system with scheduler to conveniently manage your station from just about anywhere, through the creation of content lists that can play out over both terrestrial or internet radio and TV, using a mobile-friendly 'drag-and-drop' interface. Setting up repeating content, such as station identification, public service announcements or advertisements is "point and click" easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    OpenBroadcaster Player

    OpenBroadcaster Player

    Open Source Broadcast Automation Software for LPFM and IPTV

    OpenBroadcaster has a simple and effective web-based automation system with scheduler to conveniently manage your station from just about anywhere, through the creation of content lists that can play out over both terrestrial or internet radio and TV, using a mobile-friendly 'drag-and-drop' interface. Setting up repeating content, such as station identification, public service announcements or advertisements is "point and click" easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TrucklistStudioFX

    TrucklistStudioFX

    Media Video Mixer Playlist streaming Software.

    ============ IMPORTANT NOTICE: ============ This project is discontinued, please use TrucklistStudio for the latest features.( https://sourceforge.net/projects/truckliststudio/ ) TrucklistStudioFX is the JavaFX version of TrucklistStudio. It is only capable to handle Videos, Music, Picture, Desktop capture and Text/Animated-Gifs Overlays. It can Broadcast to almost every kind of services through FMEs XML configuration files. The Main goal is to have a light and stable media playlist...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    PHP Webcam Live Streaming

    PHP Webcam Live Streaming

    Web based live video streaming from webcam.

    ... on a website. Also to integrate with any php script or content management system that does not have a ready made integration, yet. PHP Live Streaming Edition Highlights: + Create Live Video Channels + Broadcast Live Video from Browser + Share Channels Link/Embed Code + Limit Total Use Time by Channel + Simple Setup + Easy to Install + Full PHP Source Code + Easy to Integrate Requires a RTMP hosting to setup rtmp side (see installation instructions).
    Downloads: 9 This Week
    Last Update:
    See Project
  • 16
    NTK RTMP SERVER

    NTK RTMP SERVER

    Naam Tamilar Web TV Live Streamer

    Naam Tamilar RTMP Server This project updated as open source for future use of Naam Tamilar Political Party. To contribute to the party and in some case if there is any possibilities if i cannot support them for long term. I thought of sharing this source code so in future it may be helpful for the community and party in which other software developers can help them to upgrade. This source is forked from - https://github.com/arut/nginx-rtmp-module and modified with multiple broadcast...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    NarrowBand DataTrans

    NarrowBand DataTrans

    Data transmission through low-tech communication media

    ... and no 3G/4G/Edge access (only analog telephone or CB radio), so that peer-to-peer data sharing (or even broadcast to several peers at a time) are made possible. * Conditions where only a unidirectional audio link is available (no handshaking required)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    WebcamStudio For GNU/Linux

    WebcamStudio For GNU/Linux

    A multifeatured virtual webcam software to broadcast over the Internet

    ========================= WEBCAMSTUDIO IS NO MORE MAINTAINED ========================= We are looking for someone to take over. If interested please contact: soylent.tv@gmail.com WebcamStudio is a multifeatured virtual webcam software that can be used with Skype or a flash website like UStream, to create a professional looking broadcast, including banners, animations, transit animations and icons, etc... This tool is not meant as a video editor but as a live video mixer giving you...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 19

    simple rdist rcs and tools , srtools

    simple rdist rcs and tools , srtools , synchronizing

    srtools is a set of simple remote tools. the main two to mention: simple rdist distributes files or commands across hosts. srdist(1) understands rcs(1) files and host based files. there are several other tools see README. rcs tools has a few things , like "late-checkins" to check for files that one forgot to check in an dorev to force check in / do easy check in (avoiding complicated options). host based files is a way to allow hosts to distribute all files without clobbering...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    VIP28x3

    VIP28x3

    IP Set-top box for broadcast HDTV, services, and more

    The VIP2853 is a cost-effective IP set-top box that offers a flexible way of bringing high-quality IPTV services, such as high-definition broadcast TV, on-demand services, interactive applications, and DVR/time-shift, as well as over the top (OTT) services, to the home.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    VIP1103

    VIP1103

    IPTV Set-Top box in a small, low power, form factor.

    The innovative VIP1103 broadens ARRIS’s IPTV client portfolio. With its compact design and a bare minimum of connectors, VIP1103 is the optimal product for cost-effective entry level or second TV set deployments. The VIP1103 supports high-quality IPTV services such as high-definition broadcast TV, on-demand and interactive applications, as well as over the top (OTT) services. The VIP1103‘s compact design minimizes energy consumption, keeping costs down and reducing its impact on the environment...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Xfinity HD-uDTA M

    Xfinity HD-uDTA M

    ARRIS’s High Definition Digital Transport Adapter

    ARRIS’s High Definition Digital Transport Adapter (HD-DTA100u) is a low cost, customer premise device that allows broadcast digital signals to be decoded from MPEG-2 transport, then converted to an analog or HDMI signal intended for display on SD and HD capable devices and QAM integrated televisions. This allows subscribers to have the basic benefits of HD content in their home at no cost from over-the-air channels, as well as allow for a limited number of basic cable channels to be displayed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    HD-DTA100u

    HD-DTA100u

    ARRIS’s High Definition Digital Transport Adapter

    ARRIS’s High Definition Digital Transport Adapter (HD-DTA100u) is a low cost, customer premise device that allows broadcast digital signals to be decoded from MPEG-2 transport, then converted to an analog or HDMI signal intended for display on SD and HD capable devices and QAM integrated televisions. This allows subscribers to have the basic benefits of HD content in their home at no cost from over-the-air channels, as well as allow for a limited number of basic cable channels to be displayed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Airean

    GSM air interface

    ... nearby GSM base stations on a map * Monitor broadcast channels for active mobile terminals * With knowledge of session key: decode downlink SMS messages and audio * By interfacing to external programs: obtain session key from a captured communication with high probability For more information, see the Wiki section.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25

    UDP Chat

    Network text chat (instant message) app requiring zero configuration

    Text chat between computers on the same Local Area Network, requiring absolutely no setup or configuration. No server preparation or IP address information is required. Just start the program on any connected machine. Because this script uses UDP, anyone who runs it on a local network will automatically receive messages broadcast by others on the same network. A separate server program and/or connection(s) to specific IP addresses are NOT required. A "who's online" function is included...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next