Popularity
2.0
Declining
Activity
0.0
Declining
2
2
1

Monthly Downloads: 17
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.

Do you think we are missing an alternative of mediabus-rtp or a related project?

Add another 'Audio' Package

README

RTP Source/Sink for mediabus

Build Status Hackage

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