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

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#321
2012-02-18, 03:07 AM
I know you are still developing....so I have a wish list item Smile ......add a button that while viewing the video you can press to add the video to a favorites list......and really cool would be able to have different favorite lists you could save it to......with search I can find lots of different videos by artist....some good some not.....having a way to click and save to a favorites or music favorites would be sweet.
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
#322
2012-02-18, 03:34 AM
Sure. Which button would you like?
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#323
2012-02-18, 07:33 AM
Ok, I can parse the rtmp streams but rtmpdump only supports up to handshake 9 while youtube uses handshake 10. GetFLV support handshake 10 but it is not free. Anyone know of any other utilities?
Sheik Yerbouti
Offline

Posting Freak

Posts: 922
Threads: 77
Joined: Jul 2006
#324
2012-02-19, 12:07 PM
whurlston Wrote:You might try restarting the recording service. I used the data from your logs and it parses just fine for me (I can't access the video due to the regional services but I'm getting past where you get the error.)
Sorry, it's not working here. In these logs I try to play a video on the NMT, which doesn't work. At 12:57 I tried the same file on my PC and that on is working. I still get the "Object reference not set to an instance of an object..." when I first select a file on the NMT.

Chris
[SIZE="1"]i5 750 4GB RAM, Windows 10 Home, HDHomeRun HDHR3-4DC, Digital Devices Cine CT, OSCam on a Raspberry Pi with a Smargo Smartreader+, Raspberry Pi 2 OpenElec Kodi client, Gigabyte Brix 2807 OpenElec Kodi client[/SIZE]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#325
2012-02-19, 10:31 PM
I think I found the issue. Try this one.

Changelog:
  • Fixed issue where error message could cause an "Object Reference not set..." exception.
  • Added cookie handling so age restricted streams can be played as long as you are logged into YouTube in Internet Explorer.
  • Added popup notification for RTMP streams if one is attempted to be played. (Unfortunately, I don't know which ones are RTMP prior to attempting playback.)
  • Complete rewrite of the stream parsing routine.
  • Added "@errorMessage" to YOUTUBE_PLUGIN_PLAY_CALLBACK_ERROR hashtable.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#326
2012-02-19, 11:42 PM
whurlston Wrote:[*]Added cookie handling so age restricted streams can be played as long as you are logged into YouTube in Internet Explorer.

I can see this being a challenge on the NMT with default NextPVR settings given that IE will be running as "Local System" and the cookie store will be different.

Martin
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#327
2012-02-19, 11:56 PM
mvallevand Wrote:I can see this being a challenge on the NMT with default NextPVR settings given that IE will be running as "Local System" and the cookie store will be different.

Martin

I know I have seen other software that lets you store your Youtube creds in a config file so there should be a way to initiate the login with creds stored in a config setting......
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
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#328
2012-02-19, 11:59 PM
UncleJohnsBand Wrote:I know you are still developing....so I have a wish list item Smile ......add a button that while viewing the video you can press to add the video to a favorites list......and really cool would be able to have different favorite lists you could save it to......with search I can find lots of different videos by artist....some good some not.....having a way to click and save to a favorites or music favorites would be sweet.

whurlston Wrote:Sure. Which button would you like?

Maybe one of the color coded ones? mvallevand - what would be good keeping NMT in mind?
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
#329
2012-02-20, 12:01 AM (This post was last modified: 2012-02-20, 12:15 AM by whurlston.)
mvallevand Wrote:I can see this being a challenge on the NMT with default NextPVR settings given that IE will be running as "Local System" and the cookie store will be different.

Martin
Didn't think about that but I can work around it.

UncleJohnsBand Wrote:I know I have seen other software that lets you store your Youtube creds in a config file so there should be a way to initiate the login with creds stored in a config setting......
Yeah, I'm using a different method simply because I wanted to avoid dealing with POST. I'll use the POST method if I need to though.
Sheik Yerbouti
Offline

Posting Freak

Posts: 922
Threads: 77
Joined: Jul 2006
#330
2012-02-21, 08:43 PM
whurlston Wrote:I think I found the issue. Try this one.

Changelog:
  • Fixed issue where error message could cause an "Object Reference not set..." exception.
  • Added cookie handling so age restricted streams can be played as long as you are logged into YouTube in Internet Explorer.
  • Added popup notification for RTMP streams if one is attempted to be played. (Unfortunately, I don't know which ones are RTMP prior to attempting playback.)
  • Complete rewrite of the stream parsing routine.
  • Added "@errorMessage" to YOUTUBE_PLUGIN_PLAY_CALLBACK_ERROR hashtable.

It doesn't work, same issues. Logs attached.

Chris
[SIZE="1"]i5 750 4GB RAM, Windows 10 Home, HDHomeRun HDHR3-4DC, Digital Devices Cine CT, OSCam on a Raspberry Pi with a Smargo Smartreader+, Raspberry Pi 2 OpenElec Kodi client, Gigabyte Brix 2807 OpenElec Kodi client[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (65): « Previous 1 … 31 32 33 34 35 … 65 Next »
Jump to page 


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