This PR fixes a regression introduced in #949. With the changes made DVR streams started at the default position would start at the DVR window origin, which is obviously incorrect.
Changes made
Take into account the stream type before forcing a seek at zero. Note that no unit test was added since we could not write one that fails, sadly.
Description
This PR fixes a regression introduced in #949. With the changes made DVR streams started at the default position would start at the DVR window origin, which is obviously incorrect.
Changes made