dlna-python icon indicating copy to clipboard operation
dlna-python copied to clipboard

simple dlna client & server in pure python

Results 4 dlna-python issues
Sort by recently updated
recently updated
newest added

Is there any DLNA player code sample, that receives control commands and plays audio/video on a speaker or screen? best wishes

可以搜到"娇"的设备,但投屏失败,不知为何? 控制台日志: 192.168.31.91 - - [28/Nov/2022 09:27:43] "GET /dlna/info.xml HTTP/1.1" 200 - 192.168.31.91 - - [28/Nov/2022 09:27:43] "GET /dlna/Render/AVTransport_scpd.xml HTTP/1.1" 200 - 127.0.0.1 - - [28/Nov/2022 09:27:44] "GET /info HTTP/1.1"...

报错 date = datetime.datetime.now(datetime.UTC).strftime(GMT_FORMAT) AttributeError: module 'datetime' has no attribute 'UTC' main.py的第97行 date = datetime.datetime.now(datetime.UTC).strftime(GMT_FORMAT) date = datetime.datetime.now(datetime.timezone.utc).strftime(GMT_FORMAT)