need DLNA player simple sample
Opened this issue · 1 comments
naughtyGitCat commented
Is there any DLNA player code sample, that receives control commands and plays audio/video on a speaker or screen?
best wishes
suconghou commented
receives control commands
once your MediaRenderer server has been found , it has become a http communication, user send a http request SetAVTransportURI
, it is your server's responsibility to parse and startup the player
https://github.com/suconghou/dlna-python/blob/master/main.py#L1192