answered
2014-06-24 11:22:39 +0200
Here are the steps I used, to stream audio from my PC to my phone, in order to do the opposite you can use the PulseTunnel app from jolla store :
1) edit /etc/pulse/xpolicy.conf ( you need to be root ), find the section named Stream and add:
[stream]
exe = pulseaudio
group = player
and restart pulseaudio
2) as user nemo, execute : pactl load-module module-native-protocol-tcp auth-ip-acl=<your_pc's_ip>
3) on your PC execute: pacmd load-module module-tunnel-sink server=<your_jolla's_ip>
Of course step 1 is done only once, step 2 is done after every reboot of the jolla and step 3 is done after every disconnect.
pactl and pacmd also have an option 'unload-module'.
For better performance, you can use the "developer mode" network.
Check this related question: https://together.jolla.com/question/1039/sharing-dlna-play-to-and-play-from/#post-id-20434
And this description on how to get dlna somehow to work: http://reviewjolla.blogspot.fi/2014/01/howto-jolla-and-dlna-media-sharing.html
avdwoude ( 2014-01-28 11:07:54 +0200 )editThe feature is not about DLNA and the like. It has to do with pulse audio. Also with the appropriate module (raop2) airplay devices can be used instead of PA servers.
ApB ( 2014-01-28 13:50:21 +0200 )editI would be happy to play rtp/rtps protocol out of box as easy for everyobdy end user from and as well from media app withtout external app for the basic function. Select the channel radio/tv and listen/watch directly like you can do with classic tv/radio
redge73 ( 2014-05-02 23:00:24 +0200 )editAlso anyone interested in having stuff like that work with less user intervention please upvote this:
https://together.jolla.com/question/10733/add-support-for-avahi-aka-zeroconf/
Thanks in advance.
ApB ( 2014-06-25 00:00:19 +0200 )editI have seen an App on some repo or in the Jollastore that does this, but unfortunately I don't remember the name. If I find, I'll post it; but you can try searching yourself.
dthierbach ( 2014-06-29 09:52:33 +0200 )edit