2023-10-04, 09:15 PM
The thing I don't get is that the server always returns true for both "SupportsDirectPlay" and "SupportsDirectStream". Yet there are several functions both server and client side that "examine" which of the available versions are the most optimal for playback. It favors SupportsDirectPlay over SupportsDirectStream over SupportsTranscoding.
So it iterates through the available sources but will always return the first in the list since SupportsDirectPlay is always true. This seems weird and unintended.
So it iterates through the available sources but will always return the first in the list since SupportsDirectPlay is always true. This seems weird and unintended.