- September 1, 2008
- 21,544
- 8,236
- Home Country
-
New Zealand
Hi again
I don't think other video codecs will help. You already have the PowerDVD 8 h.264 codec, and that should do the job fine. I think the problem is that TsReader can't even find the video stream when it opens the file, and this results in a failure to connect to the codecs. In both my logs and your successful TV viewing example I see this sequence:
In both the IPTV dump file and live viewing attempts I see:
Down the track, the catastrophic errors seem to be:
In my experience that would only happen if something goes wrong in TsReader or the codecs aren't compatible. In this case we know the codecs work fine for other channels. I already strongly suspected TsReader was the issue, but I'm a little lost in that code (which is why I asked for the new logs
).
I don't think other video codecs will help. You already have the PowerDVD 8 h.264 codec, and that should do the job fine. I think the problem is that TsReader can't even find the video stream when it opens the file, and this results in a failure to connect to the codecs. In both my logs and your successful TV viewing example I see this sequence:
Code:
2011-02-04 22:40:21.375000 [Info.][MPMain(1)]: TsReaderPlayer: AudioDualMonoMode switching not available. Audioswitcher filter not loaded
[B]2011-02-04 22:40:22.015625 [Info.][MPMain(1)]: TsReaderPlayer: OnVideoFormatChanged - streamtype=H264 resolution=1920x1080 aspect ratio=16:9 bitrate=15000000 isInterlaced=True[/B]
2011-02-04 22:40:22.015625 [Info.][MPMain(1)]: TSReaderPlayer: Add codecs
2011-02-04 22:40:22.109375 [Info.][MPMain(1)]: VMR9: added Video Mixing Renderer 9 to graph
In both the IPTV dump file and live viewing attempts I see:
Code:
2011-02-04 19:34:46.218750 [Info.][MPMain(1)]: TsReaderPlayer: AudioDualMonoMode switching not available. Audioswitcher filter not loaded
2011-02-04 19:34:51.156250 [Info.][MPMain(1)]: TSReaderPlayer: Add codecs
2011-02-04 19:34:51.281250 [Info.][MPMain(1)]: VMR9: added Video Mixing Renderer 9 to graph
Down the track, the catastrophic errors seem to be:
Code:
2011-02-04 19:34:52.890625 [Debug][MPMain(1)]: Check graph connections for: TsReader
2011-02-04 19:34:52.890625 [Warn.][MPMain(1)]: VMR9: Pin: 0 not connected: 80040209
2011-02-04 19:34:52.906250 [Warn.][MPMain(1)]: VMR9: Pin: 1 not connected: 80040209
2011-02-04 19:34:52.906250 [Warn.][MPMain(1)]: VMR9: Pin: 2 not connected: 80040209
2011-02-04 19:34:52.906250 [Info.][MPMain(1)]: TSReaderPlayer: Failed vmr9 not connected
In my experience that would only happen if something goes wrong in TsReader or the codecs aren't compatible. In this case we know the codecs work fine for other channels. I already strongly suspected TsReader was the issue, but I'm a little lost in that code (which is why I asked for the new logs