NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) v
« Previous 1 2 3 4 5 6 … 20 Next »
YouTube Plugin

 
  • 0 Vote(s) - 0 Average
YouTube Plugin
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#571
2015-01-19, 10:39 AM
Now I get a message saying "Unable to deserialize results", is anyone else seeing this? I'll post logs later, in a hurry right now :o

"I'd rather have a bottle in front of me than a frontal lobotomy"
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#572
2015-01-19, 11:00 AM (This post was last modified: 2015-01-19, 12:22 PM by jksmurf.)
Yes I have seen this message too. When accessing the predefined YouTube lists.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#573
2015-01-20, 03:14 AM
jksmurf Wrote:Yes I have seen this message too. When accessing the predefined YouTube lists.

It works for me. Can you open a web browser for me and navigate to http://XXXXX:8866/public/youtube/parser....swjUYk&r=6 where XXXXX is your NPVR server address then view the source and post it please?
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#574
2015-01-20, 01:38 PM
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
    <head>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
        <title></title>
    </head>
<body>
<div id='status'>Fail</div><div id='status-message'>Unable to determine signature decryption function.</div>
</body>
</html>

This OK?
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#575
2015-01-20, 07:19 PM
If you delete the contents of the 'scripts' folder and try it again does it give you the same error?
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#576
2015-01-20, 11:00 PM
whurlston Wrote:If you delete the contents of the 'scripts' folder and try it again does it give you the same error?

Yes it does, unfortunately.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#577
2015-01-21, 03:43 AM
Can you add the line in red to your parser.aspx (line 26) and then go to the same url (or try playing the video from the plugin)? It should create an htmldump.txt in the same folder as parser.aspx. Post that for me please

Code:
    Logger.Info("YouTube Web: StreamerPost completed.");
    [color=#FF0000]File.WriteAllText(HttpContext.Current.Request.PhysicalApplicationPath.Replace("\\", "\\\\") + "public\\youtube\\htmldump.txt", s1t);[/color]

    Logger.Info("YouTube Web: Searching for ytplayer.config.");

The logger lines already exist in your parser.aspx so can see where to add it.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#578
2015-01-21, 12:32 PM (This post was last modified: 2015-01-21, 12:42 PM by jksmurf.)
whurlston Wrote:Can you add the line in red to your parser.aspx (line 26) and then go to the same url (or try playing the video from the plugin)? It should create an htmldump.txt in the same folder as parser.aspx. Post that for me please

Well. oddly, THAT parser works.
Here's the dump. I removed the lines and tested again. Works fine. Odd.

It works - but stutters a lot. I recall that the YouTube plugin used to have a buffer, using an XML setting? Is there a way to reutilise my buffered streams by pointing to the buffer? I cannot find anything in settings anymore?
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#579
2015-01-21, 01:26 PM (This post was last modified: 2015-01-21, 01:52 PM by whurlston.)
jksmurf Wrote:Well. oddly, THAT parser works.
Here's the dump. I removed the lines and tested again. Works fine. Odd.

Must not have picked up the previous changes made and was serving a cached copy of the previous parser (that error I would have expected from the previous version).

@Reddwarf, does it work if you restart the recording service? If not, add the above line and post your htmldump.txt

jksmurf Wrote:It works - but stutters a lot. I recall that the YouTube plugin used to have a buffer, using an XML setting? Is there a way to reutilise my buffered streams by pointing to the buffer? I cannot find anything in settings anymore?

Enable "NMT Mode Always On" in the settings. You will need a newer build of ffmpeg than the one included with NextPVR. You can just grab the latest Zeranoe build: http://ffmpeg.zeranoe.com/builds/
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#580
2015-01-21, 06:20 PM
whurlston;483909@ Wrote:Reddwarf, does it work if you restart the recording service? If not, add the above line and post your htmldump.txt
Strange, but yes it does. Plays very nicely in fact. Thanks a lot Smile

"I'd rather have a bottle in front of me than a frontal lobotomy"
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (65): « Previous 1 … 56 57 58 59 60 … 65 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Using R5000-HD with Network Recorder Plugin checkbin99 255 57,896 2021-08-24, 07:50 PM
Last Post: checkbin99
  how to configure RemoteRecorder Plugin to use remote NextPVR instance? bm_00 5 3,371 2020-10-06, 12:32 PM
Last Post: mvallevand
  Connecting NVPR to Emby Plugin NVPR Geek 0 1,489 2018-06-10, 12:32 AM
Last Post: NVPR Geek
  Newb here: Can someone help with a Plex Plugin issue? wepham 1 3,332 2017-02-07, 07:10 AM
Last Post: petenshari
  System Plugin Confused by New NPVR Naming Scheme Lao Pan 1 2,873 2016-09-25, 08:26 AM
Last Post: imilne
  Movies2 Plugin Problem... Anyone using it? ga_mueller 5 4,688 2016-08-22, 07:02 PM
Last Post: ga_mueller
  Plex Plugin Nikkie300 4 6,427 2016-01-24, 05:59 PM
Last Post: Nikkie300
  NextPVR Plex plugin, no live TV ajmast 15 10,117 2015-10-29, 03:45 AM
Last Post: ajmast
  Cant restart record service using System plugin on 3.4.8 shaunpatrick77 3 2,990 2015-05-19, 02:20 PM
Last Post: imilne
  Files Plugin crashes when there is an ' in the file name. cbgifford 89 32,021 2015-01-28, 05:19 AM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode