trishika/DroidUPnP

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

Opened this issue · 3 comments

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?

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'

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.

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)