Playback of a HD video crashes (1 Viewer)

Owlsroost

Retired Team Member
  • Premium Supporter
  • October 28, 2008
    5,539
    5,038
    Cambridge
    Home Country
    United Kingdom United Kingdom
    Background info for devs/techies -

    The existing/old TsReader.ax never really provided proper audio 'media type' information on it's output pins, so mostly the audio was assumed to be stereo and 48 kHz sample rate (I think AC3 was always assumed to be 5.1 channel)

    The experimental version does provide proper audio 'media type' information - it parses the sample rate and channel count info from the audio stream continuously, so it can update the 'media type' information whenever it changes.

    (HRESULT 0x8004022A as a DirectShow error code means VFW_E_TYPE_NOT_ACCEPTED i.e. "This pin cannot use the supplied media type.")
     

    Ere Maijala

    Portal Member
    April 25, 2013
    34
    16
    49
    Home Country
    Finland Finland
    As a followup I can confirm that there have been zero unexpected playback stops since I started using the new TsReader, so I'm very happy with it. :)

    --Ere
     

    Users who are viewing this thread

    Top Bottom