dlna-python
dlna-python copied to clipboard
need DLNA player simple sample
Is there any DLNA player code sample, that receives control commands and plays audio/video on a speaker or screen?
best wishes
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