Sharing - DLNA (play to and play from)
Sharing photos, videos, music etc. to DLNA enabled devices would be a very nice feature (like the "play to DLNA" feature from N9). Also playing media from other DLNA enabled devices (or server) to the phone.
We have moved to a new Sailfish OS Forum. Please start new discussions there.
Sharing photos, videos, music etc. to DLNA enabled devices would be a very nice feature (like the "play to DLNA" feature from N9). Also playing media from other DLNA enabled devices (or server) to the phone.
Yes definetely DLNA would be killer function. However, in addition to suggested features, I would like to use my forthcoming Jolla as DLNA controller (I have my music in server and use OpenElec in Raspberry Pi as client).
So three scenarios should be taken into account:
I was recently looking for something that can play from a UPnP source in the Yandex store, and couldn't find anything. I did find lots that could play to UPnP (no use) or control devices (I already have what I need, an XBMC remote). I'd prefer a native app that could play media from my server.
jsiren ( 2014-01-01 18:52:15 +0200 )edit+1 for PLAY FROM. I like to watch movies in bed from our NAS-Server at home.
Jan Wellmann ( 2014-01-07 13:31:35 +0200 )editNative DLNA server/client is now in the works: http://talk.maemo.org/showthread.php?p=1407471#post1407471. This software is port of Rygel (https://wiki.gnome.org/Projects/Rygel)
edit: Rygel is available at least in SFOS 2.0.1.7 from official jolla repo via pkcon install
Great! Rygel is an excellent server. I really like how it works on the N9, icw Helium and PushUp. Would be nice if Jolla adopts nieldk's and phako's work and provide out-of-the-box support for UPnP/DLNA.
Fuzzillogic ( 2014-01-20 22:40:27 +0200 )editDLNA is on the roadmap for this Q4. Any news and progress?
I would love to have something like this.... http://www.berryreview.com/2013/02/06/blackberry-10-play-on-dlna-support-is-a-beautiful-thing/
Also with the option to select (DLNA) devices to play from... And please well integrated into the stock media app! :-)
I agree! Many solutions support often just one side these options. Most of course just implement streaming to a device which makes imho mostly sense for devices like a tablet (so you could watch movies from a NAS). Of course streaming music to a phone via DLNA is also a perfect legitimate scenario.
1) Jolla should support this in their stock apps! My idea would be to integrate a kind of "Devices" option, so you could select between local playback or browsing and playing from a remote resource (like a NAS server).
2) Jolla should also please support the second option to use the device as remote control. In times of 100s of Audio Multi Room systems or TVs that are by default DLNA enabled, the phone should become the "magic wand" to bring life to these devices and not the impractical slow TV remote control or using buttons on my small Internet radio to browse a collections of thousands of songs. That's why Jolla should please think of integrating a "Play to/Play on/Stream to" function in your stock apps. This option would allow you to select a DLNA renderer (Maybe also one day Air play or Chromecast as well) and control basic things like PAUSE, STOP, VOLUME, SKIP, SEEK for the current DLNA stream.
3) I have no clue if Jolla also thinks of implementing a DLNA server on the phone itself, so you could enable Media sharing from your phone. For me the least important option, but also nice to have.
I hope Jolla is reading those lines. I know that this is quite some work, but it would make Sailfish a real competitor. I do not need 100 stupid full of ads and secretly data stealing Android apps but a phone OS which is a bit like a swiss knife. Elegant and basic on the surface, powerful underneath the chrome. That was also a strength of the Nokia N9 where many things were neatly integrated into the stock apps rather than needing apps for everything. Blackberry 10 is also a good example in the case of DLNA integration here.
zappAtom ( 2015-10-28 11:15:49 +0200 )editReadyMedia (minidlna) works like a charm as a DLNA server. All you need to compile yourself on the phone:
gcc automake gettext libav-devel libjpeg-turbo-devel libav-tools sqlite-devel libexif-devel libid3tag-devel libogg-devel flac-devel flac-tools libvorbis-devel libuuid-devel (pkcon install ...
)
then you need the sources https://sourceforge.net/projects/minidlna/
after unpacking you need to do:
./autogen.sh
./configure
make
make install
(as root->devel-su)
now you are ready to start with minidlnad -f /path/to/minidlna.conf
(you may need to edit config file [friendly_name=ServerName,media_dir=/media/sdcard/ ...])
to uninstall that self compiled piece of software one should use make uninstall
as root in the unpacked folder used above. Please, don't mess between 'make install' and using the corresponding rpm...
Jolla1 users may tune compiler flags: just edit the file configure
after running autogen.sh
and change -O2
for level2 optimizations to -O3 -mcpu=cortex-a15 -mtune=cortex-a15 -mfpu=neon-vfpv4
for level3 optimization and some features of the Krait-CPU (it won't run on Jolla C - cortex-a7 - if compiled that way). After that change proceed with ./configure; make; devel-su make install
To be able to use rygel as a upnp renderer I have built rygel with the playbin and the media-export plugins on Mer obs. Here is the repo: http://repo.merproject.org/obs/home:/wdehoog/sailfish_latest_armv7hl/
I use it in combination with upnpplayer to play music on my phone fteched from my dlna server. Rygel is supposed to act as a server so it should also be able to play music from the phone or to another device.
I've just made new app - Jupii. It allows to stream content from SFOS to any device that supports UPnP/DLNA.
OpenRepos: https://openrepos.net/content/mkiol/jupii Github: https://github.com/mkiol/Jupii
This is "work in progress" in beta stage, so likely contains bugs.
Great and many thanks! As of now, I use Donnie. What are the differences? https://openrepos.net/content/wdehoog/donnie
lispy ( 2017-12-01 14:57:53 +0200 )edit@lispy Donnie is a great app. Many thanks to wdehoog for making it happen. The key difference is that with Jupii you is able to share music, video or image files directly from your phone to any UPnP Media Rendering device in you network. You don't have to use Media Server.
mkiol ( 2017-12-01 20:27:59 +0200 )editmaybe if more Jolla users vote on a plex app for Jolla devices, they are going to programm one. https://forums.plex.tv/index.php/topic/124837-opensource-mobiel-phones/?hl=jolla
Just like my post over at plex.tv forum
DLNA seems to work nicely via Android support, at least with these apps:
For testing with these apps, installation guide can be found here. In my tests, only the icon for Plex app was missing, but even that could be launched and all the apps worked perfectly.
Just found out that there is an app from AVM (german Fritz-stuff manufacturer) that looks quite good for DLNA purposes. FritzAppMedia https://en.avm.de/products/fritzapps/fritzapp-media/ (it's in the aptoide market, so no need for google play store) I tested it with a miniDLNA server and it worked out of the box to get content to the phone. Playing to a media renderer is promised to work as well, I might try that out soon.
This thread is public, all members of Together.Jolla.Com can read this page.
Asked: 2013-12-25 13:01:33 +0200
Seen: 6,943 times
Last updated: Dec 01 '17
PBAP bluetooth profile support is requested [released]
My Jolla does not recognise any micro sd card. What I can do? [answered]
Add skype integration to sailfish os
Add DBus interface to stock music player [released]
[How-To] WPA-802.1X (enterprise), eduroam +[Others] GUI wifi support needed + workaround [released]
Allow for multiple notification destinations
Prevent accidental shutdown [answered]
Android applications should not be grouped in the same window [released]
Definitely a must have feature. A simple lightweight media server as on n9 would be enough. Also include the sharing option "Play to DLNA" as mentioned.
lomo ( 2013-12-25 15:48:50 +0200 )editAgreed. I have two DLNA servers and several DLNA players in my home network.
Giacomo Di Giacomo ( 2014-01-15 00:45:39 +0200 )editThere is also an article on the reviewjolla blogspot that shows how to get dlna working in some fashion: http://reviewjolla.blogspot.fi/2014/01/howto-jolla-and-dlna-media-sharing.html
avdwoude ( 2014-01-28 11:06:18 +0200 )editfeature request porting AllCast as native SailfishOS app
redge73 ( 2014-03-20 01:22:24 +0200 )editI would really love to see this natively integrated into Sailfish! No install this Android app or this. Look at Blackberry: They integrated DLNA deeply into their OS.
I'd lile to use this feature on my Jolla Tablet :-) I consider this as very important. A tablet (but also phone) is the perfect remote control!
zappAtom ( 2014-11-20 16:54:45 +0200 )edit