PulseDroidRtp icon indicating copy to clipboard operation
PulseDroidRtp copied to clipboard

Receive and play PulseAudio RTP stream on Android

Results 6 PulseDroidRtp issues
Sort by recently updated
recently updated
newest added

I wasn't able to get any sound until I used the phones IP as RTP module destination, and 0.0.0.0 as the IP in the app. I also tried the reverse...

``` 8-30 12:00:54.572 22940 17775 I chatty : uid=10551(me.wenxinwang.pulsedroidrtp) identical 1 line 08-30 12:00:54.573 22940 17775 E PULSE_RTP_OBOE_ENGINE: Strange packet 320 08-30 12:00:54.574 967 4422 I btaudio_offload_qti: audio_get_a2dp_sink_latency_qti: Sink Latency...

I switched from `module-simple-protocol-tcp` to `module-rtp-send` after experiencing some stuttering, but it's not fully gone. Not only do I still get break ups, but I also sometimes get sinusoidal break...

I would like to use ``ffmpeg` to send RPT over multicast and PulseDroidRtp to get the sound. When I call `/usr/bin/ffmpeg -re -i ZZZ.mp3 -filter_complex 'aresample=8000,asetnsamples=n=160' -acodec pcm_mulaw -ac 1...

Using instructions from the [reference manual](https://docs.pipewire.org/page_module_rtp_sink.html), I was able to get this working under pipewire version 3.60 using the following configurations: ``` # .config/pipewire/pipewire.conf.d/99-rtp-sink.conf context.modules = [ { name =...

My network is not good. It seems that reducing the sample rate does not save bandwidth.