Remote Desktop Audio to phone
Posted on February 1, 2015
Tags: hackhard
check if pulseaudio is installed
run bash commands
pactl load-module module-null-sink sink_name=rtp
pacmd 'update-source-proplist rtp.monitor device.description="Monitor of RTP"'
pacmd 'update-sink-proplist rtp device.description="RTP"'
- The below command may need to be ran every time you stream audio so best if you made a bash file for it.
192.168.1.179 is the IP of my phone
pactl load-module module-rtp-send source=rtp.monitor destination_ip=192.168.1.179 port=1234
go to pavucontrol or Pulse Audio Control Panel, go to output Devices >> RTP and enable
On mobile go to vlc app
rtp://@:1234