<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 21 Jun 2023 at 22:38, R Kannan <<a href="mailto:rk111810@gmail.com">rk111810@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
Thanks for your suggestions,,,<br>
<br>
> Message: 1<br>
> Date: Tue, 20 Jun 2023 18:21:32 -0400<br>
> From: faginbagin <<a href="mailto:helen.buus@gmail.com" target="_blank">helen.buus@gmail.com</a>><br>
> To: <a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
> Subject: Re: [mythtv-users] Fwd: Re: No video on playback or watching<br>
>       TV after OS upgrade<br>
> Message-ID: <<a href="mailto:912952db-7972-6290-037d-34df3a17d9b6@gmail.com" target="_blank">912952db-7972-6290-037d-34df3a17d9b6@gmail.com</a>><br>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"<br>
><br>
> Yes, I think you've got old playback profiles from your previous mythtv<br>
> installation. Briefly, I think you need to delete all of your playback<br>
> profiles, exit setup, go back into setup and the new profiles should be<br>
> recreated. To delete a profile, go to Setup -> Video -> Playback -><br>
> Current Video Playback Profile, then right arrow brings you to a page<br>
> where you can mark the profile for deletion. Rinse and repeat.<br>
<br>
I go to Setup->Video->Playback and then to the third (3/8) screen which <br>
has 'Current Video Playback Profile' I do not see a 'right arrow' but a <br>
button saying 'Delete' and another saying 'Add New'<br>
<br>
I click the button to delete all the profiles one by one one. Then I <br>
keep going to next few screens till I get to the 8th which has 'Finish'. <br>
I click on it and I am back to the 'Video' menu.<br>
<br>
Then I escape out of it and all the way till  exiting MythTVFrontend. <br>
When I go back to Setup Menu, these profiles are back there again. What <br>
am I doing wrong?<br>
<br>
Even getting back into Setup ->Video->Playback without quitting the <br>
front end, I see the old profiles still there. What gives?<br>
<br>
><br>
> When you have deleted them all, allowed your changes to be saved, then<br>
> re-entered Setup -> Video -> Playback, the available playback profiles<br>
> should be:<br>
><br>
> NVDEC Normal<br>
> OpenGL High Quality<br>
> OpenGL Normal<br>
> OpenGL Slim<br>
> V4L2 Codecs<br>
> VAAPI Normal<br>
> VDPAU Normal<br>
><br>
> At least this the list I see on v32. There might be some slight changes<br>
> on v33, v34/master, but I think the procedure will give you playback<br>
> profiles supported by the version of myth you have installed.<br>
><br>
> Also, if you have more than one frontend, you probably need to repeat<br>
> the same procedure, because I'm pretty sure they are stored per<br>
> frontend, not per system.<br>
><br>
> HTH<br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<a href="http://lists.mythtv.org/pipermail/mythtv-users/attachments/20230620/2cb2760e/attachment-0001.htm" rel="noreferrer" target="_blank">http://lists.mythtv.org/pipermail/mythtv-users/attachments/20230620/2cb2760e/attachment-0001.htm</a>><br>
><br>
> ------------------------------<br>
><br>
> Message: 2<br>
> Date: Tue, 20 Jun 2023 18:38:51 -0400<br>
> From: faginbagin <<a href="mailto:helen.buus@gmail.com" target="_blank">helen.buus@gmail.com</a>><br>
> To: <a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
> Subject: Re: [mythtv-users] Fwd: Re: No video on playback or watching<br>
>       TV after OS upgrade<br>
> Message-ID: <<a href="mailto:38846c35-f951-67b4-d1b7-8fefda7d3011@gmail.com" target="_blank">38846c35-f951-67b4-d1b7-8fefda7d3011@gmail.com</a>><br>
> Content-Type: text/plain; charset=UTF-8; format=flowed<br>
><br>
> Forgot to add a couple of points:<br>
><br>
> * Once you've got the correct playback profiles, it's a lot easier to<br>
> test which ones work using the Setup Wizard. However, If you're in North<br>
> America, you may still need to go back and forth between playing 1080i<br>
> recordings and Setup to get it just right.<br>
><br>
> * I have created an OpenGL Slimmer profile for use with my "ATI Radeon<br>
> HD 4200" IGP., because the other OpenGL profiles weren't "slim enough"<br>
> for this IGP with 1080i content. The custom profile that works with for<br>
> me has:<br>
><br>
> Width Range: (blank)<br>
> Height Range: (blank)<br>
> Video formats: All formats<br>
> Frame Rate Range: (blank)<br>
> Decoder: standard<br>
> Max CPUs: 3 (this computer has a quad core Athlon II)<br>
> Deblocking filter: checked<br>
> Video Renderer: OpenGL<br>
> Video scaler: Default (bilinear)<br>
> Deinterlacer quality (single rate): Low quality<br>
> Prefer OpenGL interlacers: unchecked<br>
> Prefer driver interlacers: unchecked<br>
> Deinterlacer quality (double rate): None (this disables the following<br>
> prefer deinterlacer options)<br>
><br>
> HTH<br>
><br><br></blockquote><div>Can you do the following:</div><div>- in mythfrontend configure "Current video playback profile" to "Normal"</div><div>- start mythfrontend with verbose debug: "v playback:debug"</div><div>- capture the output of a complete mythfrontend run, e.g. like this:</div><div>$ mythfrontend -v playback:debug 2>&1 | tee mf-20230621-2323.log</div><div>and then post the file mf-20230621-2323.log somewhere so that it can be downloaded.</div><div>Then the same with mythavtest:</div><div>$ mythtavtest -v playback:debug some_recording 2>&1 | tee ma-20230621-2323.log</div><div>and post this also.</div><div>Maybe we can get an idea of what is going wrong.<br></div><div><br></div><div>Kind regards,</div><div>Klaas.</div></div></div>