[Gtk-sharp-list] gst-sharp using dvbsrc

Wolfgang Mauer W.Mauer at top-soft.info
Tue May 5 03:42:42 EDT 2009


Hi all,
are there some samples how to use dvbsrc with the gst-sharp framework?
I just take a look at Banshee but this is not so easy.
I have DVB-C and try'd to tune to a channel like this

....
Element dvbSrc = ElementFactory.Make("dvbsrc", "dvbsrc");
dvbSrc.SetProperty("frequency", 113000000);
dvbSrc.SetProperty("inversion", 2);
dvbSrc.SetProperty("modulation", 3); 	// QAM 64
dvbSrc.SetProperty("pids", "101:102");
dvbSrc.SetProperty("symbol-rate", 6900); 
.......
StateChangeReturn sret = pipeline.SetState (Gst.State.Playing);

but nothing hapend.

Could someone give me a info on its current useability?

Thanks
Wolfgang


More information about the Gtk-sharp-list mailing list