trishika / DroidUPnP

DroidUPnP is an upnp control point application for android.
GNU General Public License v3.0
150 stars 61 forks source link

Allow to stream from another UPnP device to the smartphone/tablet #31

Open csolisr opened 10 years ago

csolisr commented 10 years ago

Right now, DroidUPnP is only able to transmit files from the Android device to be played in another UPnP/DLNA-compatible device. Some other programs, like YAACC, are able to do the opposite, that is to stream a file from the other device back to the Android device, is it possible to do so here?

RobinMcCorkell commented 10 years ago

I would very much like to see this implemented, since it is the only thing preventing me from dropping other UPnP clients in favour of this one. I believe the term is 'local renderer'

trishika commented 10 years ago

Yes the term is 'local renderer'. I'd like to see this feature too in DroidUPnP. Still have to find some time to do it though as it is a big dev.

Nutomic commented 9 years ago

I'm not sure how you implement your code, but if you use the MediaRouter API, my localoute project may be useful.

(there might be more stuff in my project ControlDLNA that might be useful to you, feel free to copy anything)