On Fri Oct 25 13:31:45 2024 +0000, Nikolay Sivov wrote:
Is there an evidence we should use winhttp? Is it going to need any other protocols? If yes, how is it implemented on Windows? If it turns out we need something else in addition to winhttp later, this will need more work to structure it properly.
The requests I got from mfplat on my test HTTP server looked exactly like winhttp requests, with 3 additional headers. I even wrote some code that uses winhttp to exactly replicate the requests I got on the server side, so I was pretty confident this was using winhttp.
We also need a media source for RTSP support, but not a bytestream. Native mfplat will not give you a bytestream for an rtsp:// url, only a media source. Afaik there is no public Windows dll for rtsp.