<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hello Everyone,<div class=""><br class=""></div><div class="">I have been messing around with my set up since moving from an HDPVR to a TBS 2603 HDMI IPTV Encoder. First I set up the system following this guide… </div><div class=""><a href="https://www.mythtv.org/wiki/IPTV_Encoders_as_a_Capture_Device" class="">https://www.mythtv.org/wiki/IPTV_Encoders_as_a_Capture_Device</a></div><div class=""><br class=""></div><div class="">While that was OK the system had weird quirks especially with Live TV. So then I moved on to an External recorder set up:</div><div class=""><a href="https://www.mythtv.org/wiki/ExternalRecorder" class="">https://www.mythtv.org/wiki/ExternalRecorder</a></div><div class=""><br class=""></div><div class="">I built my own script that acted like an External Recorder and sent FFMPEG’s output to STDOUT and this would work pretty well.. The Only thing weird was that occasionally the script would get stuck and consume 100% cpu and recordings would fail. I then upgraded my system to 29.1 from 28.1 and the script would not work at all anymore with ver 29.</div><div class=""><br class=""></div><div class="">So this led me to setting up my system as an Import recorder following Peter’s Wiki here:</div><div class=""><a href="https://www.mythtv.org/wiki/Import_recorder" class="">https://www.mythtv.org/wiki/Import_recorder</a></div><div class=""><br class=""></div><div class="">Per the Wiki I manually compiled and installed .30 and I can say this is by FAR the most reliable way for my system to work with the TBS IPTV encoder. I have had 0 recording failures with this method… However there are 3 small issues that if fixed would make this system 100%.</div><div class=""><br class=""></div><div class="">1. The import recorder names files as .mpg instead of .ts (I found the code and manually edited this and recompiled and now have the files named .ts instead of mpg)</div><div class="">And I know that this is mostly cosmetic, but the reason I started looking into this was because of #2.</div><div class=""><br class=""></div><div class="">2. Mythpreviewgen creates Previews at the wrong aspect ratios. I thought this was caused by the .mpg extension, but a little more detective work has shown what I believe to be the issue. I think this is caused by the import recorder not putting values in the Database for the recordings width x height and aspect ratios. When I looked at the code that kicked off the Previewgen, it looks like that these values are retrieved from the DB and sent to mythpreviewgen to create the previews. Again this is mostly a cosmetic issue.</div><div class=""><br class=""></div><div class="">3. Mythweb does not show the files as 720p in the recordings page. I also believe this is caused by #2 above.</div><div class=""><br class=""></div><div class="">Are there any devs willing to work on this last small issue? Or can point me int the direction of where to look to get started in making a patch for the import recorder to analyze the file and set the correct fields in the database? If this was done, this would be by far the most reliable recorder to use with these devices and make Myth work 100%.</div><div class=""><br class=""></div><div class="">Thoughts?</div><div class=""><br class=""></div><div class="">Greg</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>