Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
In my project I'm reading audiostreams from my web service using NAudio MediaFoundationReader, and it works like a charm over http. However, when the web service is set to use https, mediafoundationreader throws an COMException in NAudio.dll.
(Exception from HRESULT: 0x80072EFD)
I know I can fix this by getting the web service response as a MemoryStream, convert it and then play, but ideally I would like this to work by just pointing to http(s)://localhost/mysound.wma

Any suggestions?
Posted

1 solution

Using Google to search for C#/.Net error messages really does work: look at the top two results for these searches: [^], [^].

Very specific issues with specialized, widely-used, 3rd. party .NET tools/libraries are often best asked/answered on the company/open-source-group's Forum, if they have one.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900