poppo: Please use thumbnails instead of embedding huge images directly.
I hope this will not be another 3D troll thread, so please no "
omg why I can't watch 3D with DD, FIX THAT ASAP!!!11one" - seriously, It's annoying.
You can play recorded 3D files from DD using
Stereoscopic Player. It also can produce almost every format your 3D glasses or TV may need.
This player installs it's own DirectShow Renderer and 3D Format convertor filter. If you are familiar with GraphEdit, you can also construct graph to play back 3D from satellite in realtime.
You have to make chain of following filters:
TS source - There are many choices, from direct BDA to using some UDP client filter to get TS from DD.
MPEG demultiplexer - Only one that works well with h264 is ELECARD MPEG2 PUSH DEMULTIPLEXER (included in SDK)
H264 decoder - Use your favourite one, I'm sticking to ELECARD one
3D Video format convertor - From stereo player. This filter have rich option page where you set both input and output formats
3D video renderer - seems to be only renderer that convertors will connect to, needed to do some advanced 3D things like pageflipping not normally supported by DX renderer
... and also render the AAC/MPEG audio
First add just your TS source and demultiplexer and run graph.
Push demultiplexer will automatically identify programs and create output pins for video/audio streams.
Then you can connect the decoders and rest of the graph and run it again.
Note that all free 3D channels are made of just stu*** demo content and are definitely not worth watching for more than few minutes.
There is encrypted EUROSPORT 3D, but you need special subscription for just that. So adding 3D to DD is definitely not something that should be on top of the to-do list.
(But I'm not rel, he may win new 3D TV and suddenly see this as must have feature

)