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
_______________________________________________
Gtk-sharp-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list