[Bug 52769] VRChat fails to play videos (needs Media Foundation HTTP scheme handler)

WineHQ Bugzilla wine-bugs at winehq.org
Mon Apr 4 04:30:37 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=52769

--- Comment #4 from yshuiv7 at gmail.com ---
(In reply to Nikolay Sivov from comment #2)
> I don't think we should rely on gstreamer for this. We should have win32
> based implementations for network bytestreams, and make that work with
> gstreamer source the same way file streams are working now.

This is my original plan for implementing http and https as well. But then I
realized rtsp cannot be a bytestream, as it can have multiple separate
audio/video streams. It has to be exposed as a media source. Using gstreamer's
uridecodebin helps us easily cover as much protocols as possible.

Implementing rtsp from scratch would be a much larger undertaking, personally I
think it would be good to have something working first, for the users that need
this. But I can understand if the devs here object.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list