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
#601
2015-01-28, 04:58 PM
mvallevand Wrote:The last time I put on a new player I had to restart the recording server to see changes.

Marti

Server or service?
I restarted the recording service but will try a full reboot of the PC in a bit.
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
#602
2015-01-28, 08:13 PM
You should only have needed to restart the service and restart NextPVR. I will see if I still have IE 8 on a machine somewhere.

Can you post your web.log after attempting to play it?
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#603
2015-01-28, 08:15 PM
Reddwarf Wrote:Should we all replace parser.aspx?
Yes, you will probably run into the same parsing issue at some point.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#604
2015-01-28, 08:20 PM
jksmurf Wrote:Tried that - even with new parser in post #596, I get a repeating error as below. Video plays a while but no sound. Then bails out. I am not able to locate MP42TSConverter either?
MP42TSConverter is built into the NExtUtilities.dll, it's not a separate program. It's just a wrapper for ffmpeg. Been a while since I've seen that error but it basically means that it's having trouble reading the next line in the error (frame= ...) from the ffmpeg output. I will double check the code as soon as I can (machine is in the middle of a chkdsk).
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#605
2015-01-28, 09:09 PM
@jksmurf, it looks like the time parameter on the ffmpeg output is causing the issue. Yours is showing:
Code:
frame= 2247 fps= 56 q=-1.0 size=   14345kB time=[color=#FF0000][B]74.63[/B][/color] bitrate=1574.7kbits/s
And my code is expecting
Code:
frame= 2247 fps= 56 q=-1.0 size=   14345kB time=[color=#FF0000][B]00:00:74.63[/B][/color] bitrate=1574.7kbits/s
so it's messing up my parser.

I will fix this in a little while but there is some work I need to complete first.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#606
2015-01-29, 08:03 AM
@jksmurf, ran into a couple of bugs working on this so I'm sorting them out. But one thing occurred to me: are you using the ffmpeg bundled with NextPVR (it would explain the duration format)? If so, you will need a newer version because of a bug in remuxing AAC audio. The 32 bit Static build from http://ffmpeg.zeranoe.com/builds/ will work.
macgyver
Offline

Member

Posts: 189
Threads: 32
Joined: Jun 2005
#607
2015-01-29, 11:19 AM
whurlston Wrote:You should only have needed to restart the service and restart NextPVR. I will see if I still have IE 8 on a machine somewhere.

Can you post your web.log after attempting to play it?

I attached it just above the screen grap in #599.
I know I need to upgrade my server but you know what it's like when 'it just works'.
Aside from this (minor) YT issue my setup is faultless!
Dual Pentium 1.8GHz, 4GB, 5TB, Colossus, NOVA-T, NOVA-HD-S2, W10, Latest NPVR 4, 3 PCH A100, 2 PCH A110
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#608
2015-01-29, 12:38 PM
whurlston Wrote:@jksmurf, ran into a couple of bugs working on this so I'm sorting them out. But one thing occurred to me: are you using the ffmpeg bundled with NextPVR (it would explain the duration format)? If so, you will need a newer version because of a bug in remuxing AAC audio. The 32 bit Static build from http://ffmpeg.zeranoe.com/builds/ will work.

No problem. I haven't installed any other ffmpeg as far as I know, so I think the answer is yes. Do I just replace the ffmpeg in C:\Program Files (x86)\NPVR\Other with this one?

k.
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
#609
2015-01-29, 01:36 PM
macgyver Wrote:I attached it just above the screen grap in #599.
I know I need to upgrade my server but you know what it's like when 'it just works'.
Aside from this (minor) YT issue my setup is faultless!
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.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#610
2015-01-29, 01:39 PM
jksmurf Wrote:No problem. I haven't installed any other ffmpeg as far as I know, so I think the answer is yes. Do I just replace the ffmpeg in C:\Program Files (x86)\NPVR\Other with this one?

k.
You can replace it or you can name it ffmpeg2.exe or something if you like. It can be placed anywhere on your system too. Just make sure to update the path to it in the plugin settings.
« Next Oldest | Next Newest »

Users browsing this thread: 3 Guest(s)

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


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