Open naughtyGitCat opened 6 months ago
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
Is there any DLNA player code sample, that receives control commands and plays audio/video on a speaker or screen?
best wishes