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

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#111
2011-11-22, 02:26 AM
UncleJohnsBand Wrote:I have continued the search on FIOS and slow youtube and there are threads out there that point to Verizon packet shaping traffic and that there are noticeable issues with youtube.
I was afraid of that. I tried to stream the video via https so that it would not be affected by traffic shaping (an old Netflix trick) but Google will not serve them from a secure server.

UncleJohnsBand Wrote:Perhaps and enhacement (not sure if possible) would to be able to config for no-cache or cache x seconds where user can plug in the x and the the video would cache for that long on the server and then pass the server url to the NMT to play the cached file?
The reason I haven't implemented this is because I have been unsuccessful in getting the NMT to play an MP4 file that is still growing. This means that you have to wait for the entire video to download. I was holding out hope that we could find another resolution but that seems unlikely at this point.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,957
Threads: 956
Joined: May 2006
#112
2011-11-22, 02:35 AM
whurlston Wrote:The reason I haven't implemented this is because I have been unsuccessful in getting the NMT to play an MP4 file that is still growing. This means that you have to wait for the entire video to download. I was holding out hope that we could find another resolution but that seems unlikely at this point.

This problem is likely because of how NPVR web server responds to the request for the growing file. I have done some testing and the NMT can stream a 'live" mp4 from YouTube via SMB right after it starts getting saved to disk. One option could be to write the temp file to the "mvpmc" share which users who aren't using USB might have.

Martin
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#113
2011-11-22, 02:38 AM
I could try that. It may be a day or two before I can have it up though. I'm just exhausted tonight.

On another note: I've almost got the settings screens completed.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#114
2011-11-26, 02:05 AM
mvallevand Wrote:This problem is likely because of how NPVR web server responds to the request for the growing file. I have done some testing and the NMT can stream a 'live" mp4 from YouTube via SMB right after it starts getting saved to disk. One option could be to write the temp file to the "mvpmc" share which users who aren't using USB might have.

Martin

whurlston Wrote:I could try that. It may be a day or two before I can have it up though. I'm just exhausted tonight.

On another note: I've almost got the settings screens completed.

Checking back to see if there has been any progress on the cache ability using the mvpmc share that Martin mentioned......
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
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,957
Threads: 956
Joined: May 2006
#115
2011-11-26, 02:59 AM
I think whurlston was looking into writing a caching proxy aspx page rather than using the mvpmc share. The plugin is working pefectly well for me on the NMT though, I hope this can happen.

Search will be nice.

Martin
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#116
2011-11-26, 03:22 AM
mvallevand Wrote:I think whurlston was looking into writing a caching proxy aspx page rather than using the mvpmc share. The plugin is working pefectly well for me on the NMT though, I hope this can happen.

Search will be nice.

Martin
I'm hoping that might be good news for me since I'm a USBer...

It's working great for me on the PC except for finding stuff, so +1 for search...

Alex
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,957
Threads: 956
Joined: May 2006
#117
2011-11-26, 04:31 AM
ACTCMS Wrote:I'm hoping that might be good news for me since I'm a USBer...

Even if whurlston can't get the proxy working, USB users won't be excluded, there can be other shares involved, perhaps off the DataDirectory which is designated to be shared with PC clients.

Martin
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#118
2011-11-26, 05:09 AM (This post was last modified: 2011-11-26, 05:13 AM by whurlston.)
I'm going to get it working for everyone. I'm just finishing up the settings first (amidst all the family get-togethers this weekend).

re NMT: I will be adding a "Record" feature (and you can specify the record folder) and NMT users that are having trouble with streaming can set it to "Always record" for the NMT. The proxy aspx will then be used for playback (we can attempt all the various methods with this to find the best option: share/http stream). NMT users not experiencing streaming issues can continue to use the current direct stream method if they prefer.

re Search: It's somewhat implemented (in my current development code). I say "somewhat" because you can create a list of "feeds" using pre-defined search phrases that you create in the settings page. This is an interim solution until I can implement a true dynamic search (and by implement, I mean get help Big Grin). You can also create a list of authors to quickly list their videos. I'll also be adding a playlist feature.

The example search in the picture would show up in your list selection as "Funny cats in water" (like "Most Popular" does now) and would search for videos as if you typed the following into the youtube website search box:
Code:
"funny cats" water
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,957
Threads: 956
Joined: May 2006
#119
2011-11-26, 05:50 AM
That looks great, since you are doing it in config (which I hoped), It would be nice to see fixed URL's like the following.

http://gdata.youtube.com/feeds/api/users...ploads?v=2
http://gdata.youtube.com/feeds/api/users...ptions?v=2

In lieu of a trailer plugin (which I've been contemplating based on http://www.hd-trailers.net) I'd add username trailer http://gdata.youtube.com/feeds/api/users...results=50

Martin
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#120
2011-11-26, 10:55 AM
I do plan on adding the user specific feeds once we sort out the nmt playback. Thanks for reminding me about the trailers. I wanted to add them for the next release.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (65): « Previous 1 … 10 11 12 13 14 … 65 Next »
Jump to page 


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