NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC X-NEWA v
« Previous 1 2 3 4 5 … 13 Next »
Watching Show in knewc 2.7.4 that is recording always jumps out

 
  • 0 Vote(s) - 0 Average
Watching Show in knewc 2.7.4 that is recording always jumps out
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#1
2019-10-12, 11:45 AM
As subject really, I have an Android Sony TV running Kodi and knewc 2.7.4

I scheduled the record but am watching it while it records.
It jumps out. I go out and go back in again, catch up to the live feed and it jumps out.

It's pretty frustrating and I haven't actually changed anything?

Thanks for any suggestions!

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

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#2
2019-10-12, 01:41 PM
I started a forum support policy similar to on the Kodi forum that I don't respond to posts that need logs because it has become too common but for you I will make this exception. knewc didn't change anything on playback. I suspect it is that you play by http instead of a share or something in Kodi changed.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#3
2019-10-13, 12:48 AM (This post was last modified: 2019-10-13, 12:48 AM by jksmurf.)
(2019-10-12, 01:41 PM)mvallevand Wrote: I started a forum support policy similar to on the Kodi forum that I don't respond to posts that need logs because it has become too common but for you I will make this exception.  knewc didn't change anything on playback.  I suspect it is that you play by http instead of a share or something in Kodi changed.

Martin
Hi Martin

Thanks for your patience I absolutely thought I had attached logs, here they are (hopefully) this will be the first time on the new forum.
Let me know if these show anything significant. I have not changed anything that I know of.

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

Posting Freak

Ontario Canada
Posts: 52,940
Threads: 956
Joined: May 2006
#4
2019-10-13, 01:46 AM
Ok you are watching live tv not the recording and you likely don't have the live tv buffer mapped for sharing (Kodi debug logs show this) so you are using http which doesn't support growing files.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#5
2019-10-13, 04:34 AM (This post was last modified: 2019-10-13, 05:04 AM by jksmurf.)
(2019-10-13, 01:46 AM)mvallevand Wrote: Ok you are watching live tv not the recording and you likely don't have the live tv buffer mapped for sharing (Kodi debug logs show this) so you are using http which doesn't support growing files.

Martin
OK, thank you Martin

So is this a Kodi Buffer or a NPVR one? I have a LiveTV Buffer in NPVR Settings as D:\GBPVRLiveTVBuffer\ 
Sorry if this sounds dim, but what do I need to do, share that Buffer in Kodi or assign a separate Buffer in Kodi?

or should I change the NPVR App in Kodi (under Advanced Settings, Video Streaming) to Time Shift (it is currently the default, Native)?
k.

EDIT - I already have these settings in Kodi on the TV.

<advancedsettings>
<cache>
<buffermode>1</buffermode>
<memorysize>104857600</memorysize>
<readfactor>8</readfactor>
</cache>
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 |
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#6
2019-10-13, 05:07 AM
(2019-10-13, 04:34 AM)jksmurf Wrote:
(2019-10-13, 01:46 AM)mvallevand Wrote: Ok you are watching live tv not the recording and you likely don't have the live tv buffer mapped for sharing (Kodi debug logs show this) so you are using http which doesn't support growing files.

Martin
OK, thank you Martin

So is this a Kodi Buffer or a NPVR one? I have a LiveTV Buffer in NPVR Settings as D:\GBPVRLiveTVBuffer\ 
Sorry if this sounds dim, but what do I need to do, share that Buffer in Kodi or assign a separate Buffer in Kodi?

Should I change the NPVR App in Kodi (under Advanced Settings, Video Streaming) to Time Shift (it is currently the default, Native)?
k.

EDIT - I already have these settings in Kodi on the TV.

<advancedsettings>
    <cache>
<buffermode>1</buffermode>
<memorysize>104857600</memorysize>
<readfactor>8</readfactor>
  </cache>

I believe that you need to use Windows to share the D:\GBPVRLiveTVBuffer\ via SMB. Then you need to use PathSubstitution in your advancedsettings to map from D:\GBPVRLiveTVBuffer\ to \\servername\GBPVRLiveTVBuffer\ (of course use your servername and the share name you used when you shared the folder).
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#7
2019-10-13, 05:16 AM
(2019-10-13, 05:07 AM)BrettB Wrote:
(2019-10-13, 04:34 AM)jksmurf Wrote:
(2019-10-13, 01:46 AM)mvallevand Wrote: Ok you are watching live tv not the recording and you likely don't have the live tv buffer mapped for sharing (Kodi debug logs show this) so you are using http which doesn't support growing files.

Martin
OK, thank you Martin

So is this a Kodi Buffer or a NPVR one? I have a LiveTV Buffer in NPVR Settings as D:\GBPVRLiveTVBuffer\ 
Sorry if this sounds dim, but what do I need to do, share that Buffer in Kodi or assign a separate Buffer in Kodi?

Should I change the NPVR App in Kodi (under Advanced Settings, Video Streaming) to Time Shift (it is currently the default, Native)?
k.

EDIT - I already have these settings in Kodi on the TV.

<advancedsettings>
    <cache>
<buffermode>1</buffermode>
<memorysize>104857600</memorysize>
<readfactor>8</readfactor>
  </cache>

I believe that you need to use Windows to share the D:\GBPVRLiveTVBuffer\ via SMB. Then you need to use PathSubstitution in your advancedsettings to map from D:\GBPVRLiveTVBuffer\ to \\servername\GBPVRLiveTVBuffer\ (of course use your servername and the share name you used when you shared the folder).
Hmmm. I did try that but still get the same effect.


Attached Files Thumbnail(s)
       
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 |
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#8
2019-10-13, 05:22 AM
(2019-10-13, 05:16 AM)jksmurf Wrote:
(2019-10-13, 05:07 AM)BrettB Wrote:
(2019-10-13, 04:34 AM)jksmurf Wrote:
(2019-10-13, 01:46 AM)mvallevand Wrote: Ok you are watching live tv not the recording and you likely don't have the live tv buffer mapped for sharing (Kodi debug logs show this) so you are using http which doesn't support growing files.

Martin
OK, thank you Martin

So is this a Kodi Buffer or a NPVR one? I have a LiveTV Buffer in NPVR Settings as D:\GBPVRLiveTVBuffer\ 
Sorry if this sounds dim, but what do I need to do, share that Buffer in Kodi or assign a separate Buffer in Kodi?

Should I change the NPVR App in Kodi (under Advanced Settings, Video Streaming) to Time Shift (it is currently the default, Native)?
k.

EDIT - I already have these settings in Kodi on the TV.

<advancedsettings>
    <cache>
<buffermode>1</buffermode>
<memorysize>104857600</memorysize>
<readfactor>8</readfactor>
  </cache>

I believe that you need to use Windows to share the D:\GBPVRLiveTVBuffer\ via SMB. Then you need to use PathSubstitution in your advancedsettings to map from D:\GBPVRLiveTVBuffer\ to \\servername\GBPVRLiveTVBuffer\ (of course use your servername and the share name you used when you shared the folder).
Hmmm. I did try that but still get the same effect.

Where is your kodi debug log from a test after you set up the share and substitution?
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#9
2019-10-13, 05:48 AM (This post was last modified: 2019-10-13, 06:25 AM by jksmurf.)
(2019-10-13, 05:22 AM)BrettB Wrote:
(2019-10-13, 05:16 AM)jksmurf Wrote:
(2019-10-13, 05:07 AM)BrettB Wrote:
(2019-10-13, 04:34 AM)jksmurf Wrote:
(2019-10-13, 01:46 AM)mvallevand Wrote: Ok you are watching live tv not the recording and you likely don't have the live tv buffer mapped for sharing (Kodi debug logs show this) so you are using http which doesn't support growing files.

Martin
OK, thank you Martin

So is this a Kodi Buffer or a NPVR one? I have a LiveTV Buffer in NPVR Settings as D:\GBPVRLiveTVBuffer\ 
Sorry if this sounds dim, but what do I need to do, share that Buffer in Kodi or assign a separate Buffer in Kodi?

Should I change the NPVR App in Kodi (under Advanced Settings, Video Streaming) to Time Shift (it is currently the default, Native)?
k.

EDIT - I already have these settings in Kodi on the TV.

<advancedsettings>
    <cache>
<buffermode>1</buffermode>
<memorysize>104857600</memorysize>
<readfactor>8</readfactor>
  </cache>

I believe that you need to use Windows to share the D:\GBPVRLiveTVBuffer\ via SMB. Then you need to use PathSubstitution in your advancedsettings to map from D:\GBPVRLiveTVBuffer\ to \\servername\GBPVRLiveTVBuffer\ (of course use your servername and the share name you used when you shared the folder).
Hmmm. I did try that but still get the same effect.

Where is your kodi debug log from a test after you set up the share and substitution?

Hi Brett - here. I go into the show which is playing live, catch up within about 20~30 secs watch a wee bit then it carks out?

https://paste.kodi.tv/pivigifabe

cheers k.

EDIT1 - there are a lot of ffmpeg errors, do I need to update ffmpeg in NextPVR or in Kodi (18.4)?
EDIT2 - any chance it is a skin issue? A while back there was an estuary / confluence disucssion (I tried but no difference)
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 |
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,667
Threads: 170
Joined: Jun 2007
#10
2019-10-13, 06:15 AM
(2019-10-13, 05:48 AM)jksmurf Wrote:
(2019-10-13, 05:22 AM)BrettB Wrote:
(2019-10-13, 05:16 AM)jksmurf Wrote:
(2019-10-13, 05:07 AM)BrettB Wrote:
(2019-10-13, 04:34 AM)jksmurf Wrote: OK, thank you Martin

So is this a Kodi Buffer or a NPVR one? I have a LiveTV Buffer in NPVR Settings as D:\GBPVRLiveTVBuffer\ 
Sorry if this sounds dim, but what do I need to do, share that Buffer in Kodi or assign a separate Buffer in Kodi?

Should I change the NPVR App in Kodi (under Advanced Settings, Video Streaming) to Time Shift (it is currently the default, Native)?
k.

EDIT - I already have these settings in Kodi on the TV.

<advancedsettings>
    <cache>
<buffermode>1</buffermode>
<memorysize>104857600</memorysize>
<readfactor>8</readfactor>
  </cache>

I believe that you need to use Windows to share the D:\GBPVRLiveTVBuffer\ via SMB. Then you need to use PathSubstitution in your advancedsettings to map from D:\GBPVRLiveTVBuffer\ to \\servername\GBPVRLiveTVBuffer\ (of course use your servername and the share name you used when you shared the folder).
Hmmm. I did try that but still get the same effect.

Where is your kodi debug log from a test after you set up the share and substitution?

Hi Brett - here. I go into the show which is playing live, catch up within about 20~30 secs watch a wee bit then it carks out?

https://paste.kodi.tv/pivigifabe

cheers k.

EDIT - there are a lot of ffmpeg errors, do I need to update ffmpeg in NextPVR or Kidi (18.4)?
It looks like the file is being opened via SMB not HTTP streaming:
Code:
2019-10-13 13:42:27.912 T:5665   DEBUG: CSMBFile::Open - opened smb://USER:PASSWORD@192.168.1.10/GBPVRVids/Rugby World Cup 2019 E38 ]/Rugby World Cup 2019 E38 ]_20191013_13301600.ts, fd=10000

The "]" character at the end of the show title for both the path and filename looks odd to me, but it seems to be working ok on that part.

I'm confused about why ffmpeg is being called. I don't see that on my RPis. Maybe your device isn't able to play the native stream (H.264 with AAC audio). And maybe ffmpeg in this case doesn't like growing files? I'm not sure. This is getting beyond my knowledge. Sorry.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Unclear how to install knewc and use it in Kodi smbunn 2 1,388 2023-05-02, 01:12 PM
Last Post: mvallevand
  knewc 2.10.0 release mvallevand 0 1,388 2022-05-31, 08:30 PM
Last Post: mvallevand
  knewc 2.9.5 release mvallevand 22 6,160 2022-02-01, 03:07 PM
Last Post: mvallevand
  knewc Timeout Starting Recording Playback BrettB 1 1,654 2021-10-21, 03:02 PM
Last Post: mvallevand
  Kodi 19 Matrix - knewc is Uninstalled after Modification meccano 2 2,742 2021-04-12, 03:08 PM
Last Post: meccano
  knewc 2.9.3 Update mvallevand 0 1,805 2021-03-08, 04:53 PM
Last Post: mvallevand
  kodi/knewc crashing baj1 12 4,397 2021-01-23, 07:05 PM
Last Post: baj1
  knewc 2.9.1 Update mvallevand 22 7,784 2021-01-18, 06:22 AM
Last Post: baj1
  knewc problems with new server patch BrettB 7 3,635 2021-01-07, 02:45 PM
Last Post: BrettB
  NextPVR Timeout message in knewc baj1 3 2,249 2020-11-21, 07:11 PM
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