Popularity
2.5
Declining
Activity
0.0
Declining
2
2
1
Monthly Downloads: 5
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Audio
Multimedia
Latest version: v0.4.0.1
mediabus-rtp alternatives and similar packages
Based on the "Audio" category.
Alternatively, view mediabus-rtp alternatives based on common mentions on social networks and blogs.
-
flac-picture
Support for writing pictures into FLAC metadata blocks with JuicyPixels
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of mediabus-rtp or a related project?
Popular Comparisons
README
RTP Source/Sink for mediabus
Overview
Currently this module provides support for reception of RTP packets.
RTP-Alaw Demo
Make sure you have sox and gstreamer >= 1.0 installed.
Check out this project and in shell execute these commands:
cd mediabus-demo-rtp-alaw-player/rtp-sender
./send.sh 10000 127.0.0.1
This starts the RTP sender, that sends the demo/test content.
Now start the demo-receiver in a second shell:
./build-mediabus-demo-rtp-alaw-player.sh
stack exec mediabus-demo-rtp-alaw-player