Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Live stream from Publishing point as source to Encoder

4 views
Skip to first unread message

George

unread,
Aug 2, 2013, 4:27:12 PM8/2/13
to
I have regular stream that I need to encode to given multibitrate profile and than restream it to another publishing point . Is it possible to use publishing point as source ? I tried to do following but it gave me error . "It was not possible to find valid source plug-in for specified source."

IWMEncSourceGroup SrcGrp = SrcGrpColl.Add("SG_1");
SrcGrp.Source = WMENC_SOURCE_TYPE.
IWMEncSource SrcAud = SrcGrp.AddSource(WMENC_SOURCE_TYPE.WMENC_AUDIO);
IWMEncSource SrcVid = SrcGrp.AddSource(WMENC_SOURCE_TYPE.WMENC_VIDEO);
SrcAud.SetInput("http://xyz.com/", "", "pubPoint");
SrcVid.SetInput("http://xyz.com/", "", "pubPoint");
0 new messages