INTERACT FORUM

More => Old Versions => JRiver Media Center 20 for Windows => Topic started by: contium on June 07, 2015, 02:47:37 am

Title: Failed to build digital preview graph
Post by: contium on June 07, 2015, 02:47:37 am
2. NEW: Option to start digital (ATSC, DVB, and CableCARD) channels in non-time-shifting mode.

When I try this I get the error:

Something went wrong with playback.
Details: Failed to build digital preview graph.
Title: Failed to build digital preview graph
Post by: Yaobing on June 08, 2015, 04:54:52 pm
When I try this I get the error:

Something went wrong with playback.
Details: Failed to build digital preview graph.

What tuner device do you have?

Does it work if you start playing in time-shifting mode, and then use right-click menu to switch to non-time-shifting mode?
Title: Failed to build digital preview graph
Post by: contium on June 10, 2015, 06:27:44 pm
What tuner device do you have?

Does it work if you start playing in time-shifting mode, and then use right-click menu to switch to non-time-shifting mode?

Using HD Homerun. Works fine in time shifting but I get the error when trying to watch in non-timeshifting. Didn't know about the right click thing but I just tried it while in time shifting mode and I get the error.
Title: Re: Failed to build digital preview graph
Post by: Yaobing on June 10, 2015, 06:55:27 pm
Strange.  I have HDHomeRun and do not have any problem with it.

Please turn on logging and forward me a log after repeating the problem.  yaobing at jriver dot com
Title: Re: Failed to build digital preview graph
Post by: contium on June 10, 2015, 09:41:40 pm
Log sent.
Title: Re: Failed to build digital preview graph
Post by: Yaobing on June 11, 2015, 02:21:31 pm
Do you use Red October Standard or HQ?  From the log I see some inconsistency.  The DirectShow graph that was built indicates EVR was used, but we ended up in a block of code for non-EVR video renderers.  That in turn returned an error code.
Title: Re: Failed to build digital preview graph
Post by: contium on June 11, 2015, 02:29:14 pm
Standard.
Title: Re: Failed to build digital preview graph
Post by: Yaobing on June 11, 2015, 03:18:58 pm
I think I found the problem, and you can help confirm it.

Run RegEdit, and navigate to HKEY_CURRENT_USER\Software\JRiver\Media Center 20\Playback Engine\DirectX Playback\, in it you may find keys "Filters", "Zone 1 Filters", etc.  In one of them (or all of them), you will find the value of "VideoRendererFilter" that is not 3.  Change that to 3, or simply delete the value, the problem should be solved.
Title: Re: Failed to build digital preview graph
Post by: contium on June 11, 2015, 04:22:22 pm
Yes, that fixed it. Thanks you.
Title: Re: Failed to build digital preview graph
Post by: Yaobing on June 11, 2015, 04:24:08 pm
It was a piece of old code that still checked that registry value unnecessarily.  Thanks for helping getting to the bottom of it.