DLNA CTT 1.5.00.51 Test 7.3.80.1,2,3,4 MM CDS DLNA PlaySingle URI Value is failing with the error message "Not Applicable: The device profile reports the DUT does not support PlaySingle URIs"
I have changed my connection manager to return
"http-get:*:audio/mpeg:*"
",http-get:*:audio/wav:*"
",dlna-playsingle:*:audio/mpeg:*"
",dlna-playsingle:*:audio/wav:*"
when GetProtocolInfo is invoked.
Is that the right string? Or am I way of track?
I also tried
"http-get:*:audio/mpeg:*"
",http-get:*:audio/wav:*"
",playsingle-http-get:*:audio/mpeg:*"
",playsingle-http-get:*:audio/wav:*"
I have read the DLNA and searched the web but there didn't seem to be much documentation.