On Fri Oct 25 14:59:04 2024 +0000, Torge Matthies wrote:
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.
Update: It looks like the native network media source uses wininet, not winhttp.