suconghou / dlna-dart

simple dlna client in pure dart | Dart 编写的DLNA投屏客户端
https://pub.dev/packages/dlna_dart
BSD 3-Clause "New" or "Revised" License
36 stars 8 forks source link

Encountering an exception when attempting to play/pause media via DLNA. #5

Open dineshtecorb opened 3 months ago

dineshtecorb commented 3 months ago

Please investigate the play/pause exception that occurs when hitting the cast screen button and selecting media mode. The exception has a status code of 500.

Exception: request http://192.168.1.7:2869/upnphost/udhisapi.dll?control=uuid:71fbf567-c9ce-4f84-a025-1c9e88e260c4+urn:upnp-org:serviceId:AVTransport error , status 500 <?xml version="1.0"?> I/flutter ( 2316): SOAP-ENV:ClientUPnPError501</u:errorCode>Action Failed</u:errorDescription></u:UPnPError></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>

suconghou commented 3 months ago

it seems your screen cast server Action Failed, maybe it has some differences , I do not know