ivtv based flumotion producer
renerask very kindly donated me a Hauppauge PVR-350 to get working with Flumotion. I have put it into my Asus Pundit connected by S-Video and phonos to my satellite receiver. After a week of playing around with distributed GStreamer pipelines, I used today (Fridays are project days at Fluendo) to create a flumotion component and a svn module. To create a flow with it is reasonably easy. You could replace say a firewire producer with an ivtv producer with the same config:
<component name="producer-video" project="flumotion"
type="ivtv-producer" version="0.4.1" worker="capturer">
<property name="height">240</property>
<property name="width">320</property>
<property name="device">/dev/video1</property>
</component>