jumpmanjay / HDGrandSlam.bundle

A Plex plug-in that interfaces with HDHomeRun tuners and DVRs
MIT License
76 stars 8 forks source link

Unable to watch Live TV #1

Closed daurora58 closed 7 years ago

daurora58 commented 7 years ago

Hi Jumpmanjay:

Could you please review the enclosed log, to establish the reason why I am unable to watch Live TV with this app? As I have mentioned in past posts, I am able to view Recorded shows using your app, however Live TV produces an error message as follows: The Transcoder failed to start...

Thank you, daurora Plex_ErrorOnLiveTV.txt

jumpmanjay commented 7 years ago

I don't know what kind of log file that is- it doesn't provide any helpful information.

Can you run the following at the command prompt in the [PMS]/Plug-Ins/HDGrandSlam.bundle/Contents/Services/Shared Code/ directory:

python import imp pm = imp.load_source("PyHDHR","PyHDHR.pys") p = getattr(pm,"PyHDHR")() p.discoveryDump("dump.txt")

Then post the dump.txt file as well as the plug-in logs (com.plexapp.plugins.hdgrandslam.log).

daurora58 commented 7 years ago

Hi:

I am running Windows 10 (Intel i3) and tried running the script (line by line) with in the indicated folder; within the command prompt.

As you can imagine, Windows 10 doesn’t even understand the first line “python”.

Can you suggest some other method for getting this information to you, for me – a non programmer 😉.

Thanks,

daurora

jumpmanjay commented 7 years ago

Your server should have Python installed...

...if not, try installing 2.7.

daurora58 commented 7 years ago

Hi jumpmanjay

I tried installing Python 2.7 on the pc with Plex Server, however, I could not run the code you asked...like I said I am not a programmer.

All is not lost, since after playing around with some parameters, I have been able to make the Live TV functionality work. I did the following two actions to make Live TV work in my environment:

1) On the SiliconDust Extend webpage (for me: 192.168.1.122) I set the "Default Transcode Profile" to None.

2) On your HDGrandSlam plugin settings, I ensured that the Checkbox is ON (Checked) for "Use configured default transcode profile on Extend tuner for Live TV".

Please note - I have one Connect tuner (192.168.1.123) and one Extend tuner (192.168.1.`122) in this single subnet; and after making the above configuration changes I now have live tv.

Many thanks for making such a needed app, I hope the information I have provided to you will further assist you in fortifying this app.

daurora

jumpmanjay commented 7 years ago

I'm glad it's finally working for you, but leaving the check box unchecked essentially configures it to how yours is now configured- setting the transcode to none.

On Aug 28, 2016 7:33 PM, "daurora58" notifications@github.com wrote:

Hi jumpmanjay

I tried installing Python 2.7 on the pc with Plex Server, however, I could not run the code you asked...like I said I am not a programmer.

All is not lost, since after playing around with some parameters, I have been able to make the Live TV functionality work. I did the following two actions to make Live TV work in my environment:

1) On the SiliconDust Extend webpage (for me: 192.168.1.122) I set the "Default Transcode Profile" to None.

2) On your HDGrandSlam plugin settings, I ensured that the Checkbox is ON (Checked) for "Use configured default transcode profile on Extend tuner for Live TV".

Please note - I have one Connect tuner (192.168.1.123) and one Extend tuner (192.168.1.`122) in this single subnet; and after making the above configuration changes I now have live tv.

Many thanks for making such a needed app, I hope the information I have provided to you will further assist you in fortifying this app.

daurora

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jumpmanjay/HDGrandSlam.bundle/issues/1#issuecomment-243009671, or mute the thread https://github.com/notifications/unsubscribe-auth/ATeY4GEGhMq9RMs2dRm47Io0_q_6tZeHks5qkijZgaJpZM4Juiuq .