DroidUPnP icon indicating copy to clipboard operation
DroidUPnP copied to clipboard

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

Open csolisr opened this issue 12 years ago • 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?

csolisr avatar Dec 23 '13 19:12 csolisr

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'

RobinMcCorkell avatar Dec 29 '13 01:12 RobinMcCorkell

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.

trishika avatar Dec 29 '13 19:12 trishika

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)

Nutomic avatar Jan 22 '15 00:01 Nutomic