home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Installation, configuration support
Can anyone post a working graph for PCTV 100e (aka PCTV USB2 2821) ?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="rspbr" data-source="post: 143974" data-attributes="member: 49608"><p>Hi,</p><p></p><p><em><span style="color: Blue">Executive summary: While attempting to setup my PCTV 100e, I might have found a bug in MP routines to create a graph.</span></em></p><p></p><p>I'm trying to setup MediaPortal on my machine and have one of those damn PCTV 100e (aka PCTV USB2 2821) devices.</p><p></p><p>For some reason, although I do have the MainConcept codec, I cannot get the capture to work. I can only see that damn old "cannot create graph" error message.</p><p></p><p>I already put down some significant amount of testing into this, and figured out that there seems to be some kind of problem connecting the "PCTV USB2 2821 Crossbar" audio output (pin 1) with the "PCTV USB2 2821 Audio" microphone input (pin 0). (This has been tested using GraphEdit).</p><p></p><p>Just to be clear: the video track is fine - just the audio cannot connect.</p><p></p><p>So my question to MediaPortal users is: can anyone post a screenshot of a working graph for that device?</p><p></p><p><em>--- in-depth details ---</em></p><p></p><p>What's happening is quite interesting: it seems that in my machine, if I create the filter "PCTV USB2 2821 Audio" from the "Audio Capture Source" group in GraphEdit, the graph connects, although I have no sound.</p><p></p><p>If I create the filter from the filter "PCTV USB2 2821 Audio" from the "WDM Streaming Capture Devices", then GraphEdit is not able to connect them. The exact error message is:</p><p></p><p>"These filter cannot agree on a connection. Verify type compatibility of input pin and output pin. (Retun code: 0x80040217)"</p><p></p><p>Just as a reminder: for the Video, the WDM filters work just fine. We are just talking about the audio here.</p><p></p><p>It is like something is wrong with the WDM side of that filter, but I need some kind of reference here.</p><p></p><p><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /></p><p></p><p><em>--- even more in-depth details, obtained after some investigation ---</em></p><p></p><p>This is the log from the graph creation attempt:</p><p></p><p></p><p></p><p>The programmer in me whispered: "Use the Source, Luke". <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /> </p><p></p><p>After consulting the SVN repository (<a href="http://mediaportal.svn.sourceforge.net/viewvc/mediaportal/trunk/mediaportal/TVCapture/Graphs/GraphHelper.cs?view=markup" target="_blank">see code</a>), this is what the GraphHelper class has on that "FindUniqueFilter" method:</p><p></p><p></p><p></p><p>...meaning that MP only supports devices that have a filter moniker of the form:</p><p></p><p>"@device<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite7" alt=":p" title="Stick Out Tongue :p" loading="lazy" data-shortname=":p" />np:\\?\usb#vid_2304&pid_0208&mi_00#6&3b618d17&0&0000#{65e8773d-8f56-11d0-a3b9-00a0c9223196}\global"</p><p></p><p>Since on my setup, the PCTV USB2 2821 Audio filter has the following moniker:</p><p></p><p>"@device:cm:{33D9A762-90C8-11D0-BD43-00A0C911CE86}\PCTV USB2 2821 Audio"</p><p></p><p>... the parsing routine, which relies on the presence of "#", fails miserably.</p><p></p><p>The funny thing is, as I said previously, there is a WDM equivalent for the PCTV USB2 2821 Audio filter. Its moniker is:</p><p></p><p>@device<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite7" alt=":p" title="Stick Out Tongue :p" loading="lazy" data-shortname=":p" />np:\\?\usb#vid_2304&pid_0208&mi_01#6&3b618d17&0&0001#{65e8773d-8f56-11d0-a3b9-00a0c9223196}\wave</p><p></p><p>But this moniker is not being found by MP. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" /> </p><p></p><p>Any ideas on the next steps here?</p></blockquote><p></p>
[QUOTE="rspbr, post: 143974, member: 49608"] Hi, [I][COLOR="Blue"]Executive summary: While attempting to setup my PCTV 100e, I might have found a bug in MP routines to create a graph.[/COLOR][/I] I'm trying to setup MediaPortal on my machine and have one of those damn PCTV 100e (aka PCTV USB2 2821) devices. For some reason, although I do have the MainConcept codec, I cannot get the capture to work. I can only see that damn old "cannot create graph" error message. I already put down some significant amount of testing into this, and figured out that there seems to be some kind of problem connecting the "PCTV USB2 2821 Crossbar" audio output (pin 1) with the "PCTV USB2 2821 Audio" microphone input (pin 0). (This has been tested using GraphEdit). Just to be clear: the video track is fine - just the audio cannot connect. So my question to MediaPortal users is: can anyone post a screenshot of a working graph for that device? [I]--- in-depth details ---[/I] What's happening is quite interesting: it seems that in my machine, if I create the filter "PCTV USB2 2821 Audio" from the "Audio Capture Source" group in GraphEdit, the graph connects, although I have no sound. If I create the filter from the filter "PCTV USB2 2821 Audio" from the "WDM Streaming Capture Devices", then GraphEdit is not able to connect them. The exact error message is: "These filter cannot agree on a connection. Verify type compatibility of input pin and output pin. (Retun code: 0x80040217)" Just as a reminder: for the Video, the WDM filters work just fine. We are just talking about the audio here. It is like something is wrong with the WDM side of that filter, but I need some kind of reference here. :thx: [I]--- even more in-depth details, obtained after some investigation ---[/I] This is the log from the graph creation attempt: The programmer in me whispered: "Use the Source, Luke". :D After consulting the SVN repository ([URL="http://mediaportal.svn.sourceforge.net/viewvc/mediaportal/trunk/mediaportal/TVCapture/Graphs/GraphHelper.cs?view=markup"]see code[/URL]), this is what the GraphHelper class has on that "FindUniqueFilter" method: ...meaning that MP only supports devices that have a filter moniker of the form: "@device:pnp:\\?\usb#vid_2304&pid_0208&mi_00#6&3b618d17&0&0000#{65e8773d-8f56-11d0-a3b9-00a0c9223196}\global" Since on my setup, the PCTV USB2 2821 Audio filter has the following moniker: "@device:cm:{33D9A762-90C8-11D0-BD43-00A0C911CE86}\PCTV USB2 2821 Audio" ... the parsing routine, which relies on the presence of "#", fails miserably. The funny thing is, as I said previously, there is a WDM equivalent for the PCTV USB2 2821 Audio filter. Its moniker is: @device:pnp:\\?\usb#vid_2304&pid_0208&mi_01#6&3b618d17&0&0001#{65e8773d-8f56-11d0-a3b9-00a0c9223196}\wave But this moniker is not being found by MP. :( Any ideas on the next steps here? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Installation, configuration support
Can anyone post a working graph for PCTV 100e (aka PCTV USB2 2821) ?
Contact us
RSS
Top
Bottom