Popularity
1.9
Stable
Activity
0.0
Stable
2
2
1
Monthly Downloads: 3
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.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

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