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
macgyver
Offline

Member

Posts: 189
Threads: 32
Joined: Jun 2005
#621
2015-02-02, 10:11 AM
Jaggy Wrote:I'm having the exact same issue as macgyver describes & I also don't have the Interop Assemblies folder on this machine.... but for me when it does have those ie fails to locate (which I only see when testing on the PC) it upsets the NMT quite a lot & at times requires a re-boot to get out of it, so it's not quite such a small issue from my point of view.

Just to say that I don't have any issues with NMT - it just goes back to the list and I can select another to try.
I don't get the 403 message, I only get that when running on the PC.
Dual Pentium 1.8GHz, 4GB, 5TB, Colossus, NOVA-T, NOVA-HD-S2, W10, Latest NPVR 4, 3 PCH A100, 2 PCH A110
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,638
Threads: 148
Joined: Mar 2006
#622
2015-02-02, 10:15 AM
I should say I haven't tried with the new version on the NMT so I can't say what mine does now, but with the previous version it would lock for me 3 times out of 5 & the logs seemed to indicate a similar issue causing it..... I will give it a try again tomorrow on the NMT & see what it does now for me.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#623
2015-02-02, 06:42 PM
Try this Youtube.dll (You can delete the Microsoft.*.dll files I had you place in plugins\common)
macgyver
Offline

Member

Posts: 189
Threads: 32
Joined: Jun 2005
#624
2015-02-06, 02:46 PM
whurlston Wrote:Try this Youtube.dll (You can delete the Microsoft.*.dll files I had you place in plugins\common)

Well the IE errors have gone, but I still get 403.
Code:
2015-02-06 14:41:42.299    [DEBUG][1]    Looking for missing assembly(1): C:\Documents and Settings\All Users\Application Data\NPVR\Plugins\YouTube\Microsoft.mshtml.dll
2015-02-06 14:41:42.299    [DEBUG][1]    Looking for assembly in (2) C:\Documents and Settings\All Users\Application Data\NPVR\Plugins\common\Microsoft.mshtml.dll
2015-02-06 14:41:42.299    [DEBUG][1]    Looking for assembly in (3) C:\Program Files\NPVR\Plugins\common\Microsoft.mshtml.dll
2015-02-06 14:41:42.315    [DEBUG][1]    YouTube: Attempting to deserialize stream data.
2015-02-06 14:41:42.862    [DEBUG][1]    YouTube: Parsed pconfig in 12734.4560546875ms
2015-02-06 14:41:42.877    [DEBUG][1]    YouTube: Checking stream for NMTMode/WebClient compatibility: 43  :  medium :           : WEBM :        0 : 2D : Fixed  
2015-02-06 14:41:42.877    [DEBUG][1]    YouTube: Checking stream for NMTMode/WebClient compatibility: 18  :  medium :           : MP4  :        0 : 2D : Fixed  
2015-02-06 14:41:42.877    [DEBUG][1]    YouTube: NMTMode/WebClient compatible stream found. Setting up buffer.
2015-02-06 14:41:42.893    [DEBUG][1]    YouTube: Buffer setup complete. Starting downloader: F:\LiveTV\YouTube\cwaiZL51H6I.ts
2015-02-06 14:41:43.143    [ERROR][8]    YouTube: Could not buffer video: The remote server returned an error: (403) Forbidden.
2015-02-06 14:41:43.143    [ERROR][8]       at System.Net.HttpWebRequest.GetResponse()
   at NExtUtility.FFMpeg.MP42TSConverter.DownloadVideo()
2015-02-06 14:41:56.393    [INFO][1]    YouTube: PopulateList() called...
Dual Pentium 1.8GHz, 4GB, 5TB, Colossus, NOVA-T, NOVA-HD-S2, W10, Latest NPVR 4, 3 PCH A100, 2 PCH A110
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#625
2015-02-06, 05:11 PM
Are you still caching the scripts? If you are, try deleting the contents of the scripts folder. If not (or if that doesn't fix it), I am going to need that html dump:
whurlston Wrote:Sorry, didn't see the logs. Can you do the following:

Delete the contents of the script folder
Remove the double slash "//" from the line in parser.aspx that has "htmldump.txt"
Try to view a video.
Zip and post the htmldump.txt that gets written to the web/public/youtube folder along with the scripts folder.

Edit: Never mind. It's still looking for that mshtml.dll file. Back to banging my head on the wall....
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#626
2015-03-03, 08:02 AM
Just a heads up guys. This version of the plugin uses V2 of the YouTube Data API which was officially deprecated on March 14, 2014. This means that Google can pull the plug on the API on March 14 of this year.

I am currently working on a new version that will use the V3 API but in order to use it, I had to register for a developer key and agree to certain terms, one of which prevents the continuance of NMT Mode.

That said, I have been working on built in player that will allow native Flash/HTML5 within NextPVR. This will allow for:

  1. dynamic stream quality changes
  2. the ability to view closed captions
  3. the ability to resume a video at a specific point without having to wait for the buffer to catch up from the start.
  4. the ability to adjust the speed of the video from 1/4 to 2x speed (HTML5 only).
  5. the ability to play entire playlists (custom or preexisting) and skip to previous/next video.
  6. complete elimination of the need for parser.aspx.

There will also be a couple of other features like contributing to a "Most viewed by NPVR users" list. Basically, when you watch a video, a simple anonymous count will be incremented for that video. No personally identifying information will be sent and it will be completely optional. You could then retrieve a list of the 100 most viewed videos by other plugin users. I might also include some type of NPVR user ratings system.

I will post more details in the coming weeks.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#627
2015-03-03, 10:55 PM
whurlston Wrote:Just a heads up guys. This version of the plugin uses V2 of the YouTube Data API which was officially deprecated on March 14, 2014. This means that Google can pull the plug on the API on March 14 of this year.

I am currently working on a new version that will use the V3 API but in order to use it, I had to register for a developer key and agree to certain terms, one of which prevents the continuance of NMT Mode.

That said, I have been working on built in player that will allow native Flash/HTML5 within NextPVR. This will allow for:

  1. dynamic stream quality changes
  2. the ability to view closed captions
  3. the ability to resume a video at a specific point without having to wait for the buffer to catch up from the start.
  4. the ability to adjust the speed of the video from 1/4 to 2x speed (HTML5 only).
  5. the ability to play entire playlists (custom or preexisting) and skip to previous/next video.
  6. complete elimination of the need for parser.aspx.

There will also be a couple of other features like contributing to a "Most viewed by NPVR users" list. Basically, when you watch a video, a simple anonymous count will be incremented for that video. No personally identifying information will be sent and it will be completely optional. You could then retrieve a list of the 100 most viewed videos by other plugin users. I might also include some type of NPVR user ratings system.

I will post more details in the coming weeks.

Thanks... so playing on NMT will be gone.... but we could still play via NPVR Web Interface (i.e. via Kodi and x-newa)?
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#628
2015-03-04, 01:39 AM
For Kodi/X-NEWA, there will be no change in functionality at all. Currently, I just pass the url for video's main page: https://www.youtube.com/watch?v=SvuilEBK_6I and Kodi/X-NEWA takes care of the rest. I will have to discuss with Fred what he needs for his webclient.

The only things really affected will be PC clients (which will use the new player) and NMT's. If NMT's can play youtube videos externally, I can do something there. I can't remember what functionality it has outside of an NPVR client.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,180
Threads: 958
Joined: May 2006
#629
2015-03-04, 02:56 AM
whurlston Wrote:For Kodi/X-NEWA, there will be no change in functionality at all. Currently, I just pass the url for video's main page: https://www.youtube.com/watch?v=SvuilEBK_6I and Kodi/X-NEWA takes care of the rest. I will have to discuss with Fred what he needs for his webclient.

The only things really affected will be PC clients (which will use the new player) and NMT's. If NMT's can play youtube videos externally, I can do something there. I can't remember what functionality it has outside of an NPVR client.

I have no idea why I have the following in the NMT source but that must be the trick Try passing the Player API the full http URL with a trailing &file=null.mp4

Code:
                    char *whurlston = strstr(current,"&file=null.mp4");
                    if (whurlston != NULL ){
                        *whurlston = 0;
                    }

You might need to tiny url it too because of the Hauppauge API limit of 128 characters.

Martin
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#630
2015-03-04, 03:34 AM (This post was last modified: 2015-03-04, 03:40 AM by whurlston.)
That was a workaround that you and I had in place for some reason. I don't remember what the reason was now.

Edit: it was to allow NPVR to stream it to the NMT: http://forums.nextpvr.com/showthread.php...post424138

It got appended to the actual stream url after parsing.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (65): « Previous 1 … 61 62 63 64 65 Next »
Jump to page 


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