NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 … 39 40 41 42 43 Next »
XBMC Plugin

 
  • 0 Vote(s) - 0 Average
XBMC Plugin
KRA
Offline

Member

Posts: 237
Threads: 23
Joined: Sep 2012
#21
2012-10-01, 03:11 PM
I read that Timeshifting and Seeking support is back in master as of today, this potentially breaks current plugins, any news on status with NPVR plugin ?
wileecoyote
Offline

Member

Posts: 121
Threads: 9
Joined: Sep 2012
#22
2012-10-01, 04:29 PM
KRA Wrote:My experience with other plugins is that it's sometimes troublesome to activate, in the live-tv section of xbmc there is a "reset database" option, I find that come handy when trying to get a plugin working. Alternative delete TV* database files.

Very true, I always reset the database with every new build I install. You never know what changes took place from one build to the next. (unless you look at the commit log Wink )
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#23
2012-10-01, 04:36 PM
KRA Wrote:I read that Timeshifting and Seeking support is back in master as of today, this potentially breaks current plugins, any news on status with NPVR plugin ?
I've never seen how their timeshifting code works, so it's safe to assume it doesn't work with NextPVR. I'll check it out in the next few days though, and will add support for it.
KRA
Offline

Member

Posts: 237
Threads: 23
Joined: Sep 2012
#24
2012-10-01, 04:43 PM (This post was last modified: 2012-10-01, 05:11 PM by KRA.)
Update, I try to test 4TR to compare. Unfortunatly the 4TR plugin doesn't seem 100% compatible with current GIT version, because when it's about to start playback TS file xbmc crash (nothin in log Sad )

I did however compare backend response. I start to tune channel from xbmc.
xbmc report "working" instant, within 2 seconds 4TR is writing TS file, normally it would start play the next second, but rather crash.

Same test in NPVR.
click on channel, instalt "working", but it takes about 10 seconds before NPVR device status report active tuner, at same instant TS file is created. Then an additional 5-10 seconds before xbmc start to play.

"same test" with VLC http://serverip:8866/live?channel=33
9 seconds device status report active tuner, 10 seconds TS file shows up, 13-14 seconds VLC start playback.

Unfortunatly none of my tuners work on linux, and I can't be bothered to install mediaportal to test.

the slow tuning I can live with (channelchange is much faster than stop/start) But I need to fix the cpu hog issue. Gonna run xbmc in debug mode to see if anything pops up.


EDIT:
Just like to add my Terratec H7 dvb-c tuner cut the times in half, compared to the above on my Hauppauge Nova HD dvb-s2 tuner. Still cpu hog though.

Now on to debug mode.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#25
2012-10-01, 05:20 PM
It sounds like you're mainly referring to startup time here, rather than channel change time. ie, the time to build the directshow graph and start it running. Some apps leave the directshow graphs constructed, and just paused or stopped, so that it's quicker to start. Personally I dont care about startup time. When nextpvr no longer needs the device, it deconstructs the graph and releases the resources back to the operating system, which does mean next startup does require graph to be rebuilt etc.

The time to build and run a graph varies a bit from device type device. DVB-S tuners are also typically slower for some reason.

Channel change times should be much quicker. ie, graph is already built and running, so just needs to submit new tuning. In my tests NextPVR was delivering data for the new channel to xbmc less than a second after the request to change channels. Its up to xbmc (and ffmpeg) how quickly it'll show it to the user though.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#26
2012-10-01, 05:31 PM
You could see if this updated pvrclient-nextpvr.cpp helps your CPU usage in live tv.
KRA
Offline

Member

Posts: 237
Threads: 23
Joined: Sep 2012
#27
2012-10-01, 05:32 PM
sub Wrote:I've never seen how their timeshifting code works, so it's safe to assume it doesn't work with NextPVR. I'll check it out in the next few days though, and will add support for it.

In none developers speak:
AFAIK it just adds some commands for pause and seek, so you just have to map those commands to talk to the backend.
KRA
Offline

Member

Posts: 237
Threads: 23
Joined: Sep 2012
#28
2012-10-01, 05:38 PM
thanks for the patch, I will test it, please keep in mind I'm no programmer. Is the file a patch for the plugin, so I replace the file and re-compile ?

I've added a "small" xbmc log from a short trial of start xbmc, play a channel for a few seconds, stop.

As you can se the log is flooded with messages as described here:
http://forums.nextpvr.com/showthread.php...MC-plugin)

If I read log correct, we are talking millions every second, starting when the plugin loads. But My cpu hog starts only at playback of live-tv, so I don't think it's related
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#29
2012-10-01, 05:40 PM
KRA Wrote:thanks for the patch, I will test it, please keep in mind I'm no programmer. Is the file a patch for the plugin, so I replace the file and re-compile ?
Yes, just replace the file and rebuild.
KRA
Offline

Member

Posts: 237
Threads: 23
Joined: Sep 2012
#30
2012-10-01, 06:11 PM (This post was last modified: 2012-10-01, 06:17 PM by KRA.)
No change as to cpu usage with new patch, but with dvb-c tuner I actually tune HD channel as fast as 3 seconds, SD however is slower to tune (probably due to cpu hog issue).

A few seconds after starting a channel cpu goes to 100%
When changing channels, it cpu use goes down for a couple of seconds, then back to 100%

So it's at 100% way before it actually start to play/show the channel.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (5): « Previous 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Kodo plugin seems to be shutting down backend Allan 4 699 2024-12-20, 11:04 PM
Last Post: Allan
  Kodi Server Plugin - EPG Update Failure ceejayemm 5 1,031 2024-04-28, 08:25 PM
Last Post: mvallevand
  What's the current NextPVR client plugin for LibreElec/KODI? ehbowen 1 1,323 2021-09-29, 08:25 PM
Last Post: mvallevand
  pvr.nextpvr Kodi plugin updated in the Arch User Repository (AUR) wmarler 0 1,250 2021-03-05, 06:43 AM
Last Post: wmarler
  Kodi power saving and NextPVR plugin Pisdu 14 6,033 2020-07-26, 02:57 PM
Last Post: mvallevand
  Fresh Kodi installation crashes when NextPVR plugin tries access the NPVR server Me_ 68 19,062 2019-04-09, 04:27 PM
Last Post: mvallevand
  Latest update broke Kodi plugin and X-New zaldwaik 1 1,686 2017-12-25, 01:59 AM
Last Post: zaldwaik
  Kodi Plugin issue with 4.0.4/5 XTCEE 2 2,456 2017-12-18, 02:10 PM
Last Post: XTCEE
  NextPVR - Kodi plugin - Sync Recurring Timers MikeM 1 1,832 2017-04-28, 10:56 AM
Last Post: MikeM
  Buffering of HD channels in XBMC only Fritters 23 17,446 2017-01-03, 06:22 AM
Last Post: p37307

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

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

Linear Mode
Threaded Mode