NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
1 2 3 4 5 … 47 Next »
Can't stream existing recordings

 
  • 0 Vote(s) - 0 Average
Can't stream existing recordings
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#31
2018-07-17, 08:54 PM
In that transcode log, it looks like it's successfully transcoding for delivery to your browser, so I think something must be going wrong with the browser downloading these files. Hopefully the web.log will give me some clues why.

Quote:frame= 78 fps= 52 q=33.0 size=N/A time=00:00:03.66 bitrate=N/A speed=2.43x
frame= 110 fps= 55 q=26.0 size=N/A time=00:00:04.97 bitrate=N/A speed=2.47x
frame= 149 fps= 59 q=19.0 size=N/A time=00:00:06.31 bitrate=N/A speed=2.51x
frame= 179 fps= 59 q=15.0 size=N/A time=00:00:08.08 bitrate=N/A speed=2.68x
frame= 217 fps= 61 q=26.0 size=N/A time=00:00:09.55 bitrate=N/A speed=2.69x
frame= 254 fps= 63 q=22.0 size=N/A time=00:00:10.62 bitrate=N/A speed=2.62x
frame= 291 fps= 64 q=21.0 size=N/A time=00:00:12.20 bitrate=N/A speed=2.67x
frame= 329 fps= 65 q=23.0 size=N/A time=00:00:13.63 bitrate=N/A speed=2.69x
frame= 365 fps= 66 q=21.0 size=N/A time=00:00:15.14 bitrate=N/A speed=2.72x
frame= 392 fps= 65 q=22.0 size=N/A time=00:00:16.72 bitrate=N/A speed=2.76x
frame= 424 fps= 65 q=21.0 size=N/A time=00:00:17.81 bitrate=N/A speed=2.71x
frame= 449 fps= 64 q=25.0 size=N/A time=00:00:19.07 bitrate=N/A speed= 2.7x
frame= 477 fps= 63 q=26.0 size=N/A time=00:00:20.22 bitrate=N/A speed=2.67x
frame= 511 fps= 63 q=27.0 size=N/A time=00:00:21.07 bitrate=N/A speed=2.61x
frame= 538 fps= 63 q=24.0 size=N/A time=00:00:22.31 bitrate=N/A speed= 2.6x
frame= 567 fps= 62 q=25.0 size=N/A time=00:00:23.46 bitrate=N/A speed=2.58x
frame= 592 fps= 62 q=27.0 size=N/A time=00:00:24.17 bitrate=N/A speed=2.52x
frame= 619 fps= 61 q=20.0 size=N/A time=00:00:25.87 bitrate=N/A speed=2.56x
frame= 649 fps= 61 q=26.0 size=N/A time=00:00:26.36 bitrate=N/A speed=2.48x
frame= 680 fps= 61 q=22.0 size=N/A time=00:00:27.56 bitrate=N/A speed=2.47x
frame= 706 fps= 61 q=21.0 size=N/A time=00:00:29.09 bitrate=N/A speed= 2.5x
Bobins
Offline

Posting Freak

UK (North West)
Posts: 1,228
Threads: 139
Joined: Sep 2004
#32
2018-07-17, 10:12 PM
Here's the web log from a failed playback.

I get the same failure results on two separate Windows 10 edge browsers (My desktop PC and a Surface Pro Tablet).

I've shortened the log to the specific section as it gets cluttered by logging from my two kodi boxes.
NPVR Version= 7.0.2.250621
Intel i5 Ten Core 14400 + 16GB DDR5 in Gigabyte B760 AX Motherboard
Windows 11 Pro 64bit
TBS-6902 dual DVB-S tuner
TBS-6205 quad DVB-T tuner
500Gb System Disk (M2 Nvme SSD)
4Tb Media Store (2 x 2Tb M2 Nvme SSD Spanned)

Raspberry Pi3 B+, Pi4B (OSMC) & Pi5 (XBian) running Kodi v21.1
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#33
2018-07-17, 10:22 PM
Normally what happens when it's ready to start playback, is the browser requests a .m3u8 file, which is effectively a text file, containing a list of .ts files. Then it'd normally start requesting the small .ts files.

In your web.log, I can see it requesting the .m3u8 file, but I can't see it requesting the .ts files.

Do you have chrome there? I'm more familiar with the diagnostic steps in that browser. On the Recordings page, press F12 to view the developer tools, then click on 'watch' button. It should go through the transcoding step, then start requesting .m3u8, then .ts files. If you click the Network tab, at the bottom of the list (most recent network events), you should see these activities?
Bobins
Offline

Posting Freak

UK (North West)
Posts: 1,228
Threads: 139
Joined: Sep 2004
#34
2018-07-17, 10:46 PM (This post was last modified: 2018-07-17, 10:51 PM by Bobins.)
Installed Chrome..... get the same result so at least it's consistent. Smile
Here's a capture of the Chrome screen

The Red error detail is Server Error in '/' Application
HTTP Error 400 - Bad Request
NPVR Version= 7.0.2.250621
Intel i5 Ten Core 14400 + 16GB DDR5 in Gigabyte B760 AX Motherboard
Windows 11 Pro 64bit
TBS-6902 dual DVB-S tuner
TBS-6205 quad DVB-T tuner
500Gb System Disk (M2 Nvme SSD)
4Tb Media Store (2 x 2Tb M2 Nvme SSD Spanned)

Raspberry Pi3 B+, Pi4B (OSMC) & Pi5 (XBian) running Kodi v21.1
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#35
2018-07-17, 10:50 PM
It looks like the .ts file download is failing. Its the one shown in red.

Can you click that red line, then post the screenshot again? (it should show more details about that specific call)
Bobins
Offline

Posting Freak

UK (North West)
Posts: 1,228
Threads: 139
Joined: Sep 2004
#36
2018-07-17, 10:51 PM
was doing edit when you replied :-)
NPVR Version= 7.0.2.250621
Intel i5 Ten Core 14400 + 16GB DDR5 in Gigabyte B760 AX Motherboard
Windows 11 Pro 64bit
TBS-6902 dual DVB-S tuner
TBS-6205 quad DVB-T tuner
500Gb System Disk (M2 Nvme SSD)
4Tb Media Store (2 x 2Tb M2 Nvme SSD Spanned)

Raspberry Pi3 B+, Pi4B (OSMC) & Pi5 (XBian) running Kodi v21.1
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#37
2018-07-17, 10:53 PM
Can you click it in the Network window, so the details are shown next to it, and post a screenshot? I want to see some more details about the call.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#38
2018-07-17, 11:03 PM
I'm think it's something to do with that "..." in the ts file names. Not sure yet why that is there yet.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#39
2018-07-17, 11:13 PM
What filesystem is your C:\ drive using? NTFS or FAT?
Bobins
Offline

Posting Freak

UK (North West)
Posts: 1,228
Threads: 139
Joined: Sep 2004
#40
2018-07-17, 11:29 PM
sub Wrote:What filesystem is your C:\ drive using? NTFS or FAT?

Ntfs

I have to sleep now (it's 00:30 here)

Will get more screenshot from chrome tomorrow

Thanks
NPVR Version= 7.0.2.250621
Intel i5 Ten Core 14400 + 16GB DDR5 in Gigabyte B760 AX Motherboard
Windows 11 Pro 64bit
TBS-6902 dual DVB-S tuner
TBS-6205 quad DVB-T tuner
500Gb System Disk (M2 Nvme SSD)
4Tb Media Store (2 x 2Tb M2 Nvme SSD Spanned)

Raspberry Pi3 B+, Pi4B (OSMC) & Pi5 (XBian) running Kodi v21.1
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Difference between NPVR and NEWA recordings lists Bobins 4 5,200 2017-09-27, 10:16 PM
Last Post: Bobins
  Error when trying to stream from NEWA on PC jksmurf 2 2,881 2017-02-27, 05:12 AM
Last Post: jksmurf
  Can't stream recordings to desktop browser but Live TV works. Bobins 8 4,641 2016-12-15, 07:40 PM
Last Post: Bobins
  Can't schedule recordings remotely enforcersu 5 2,961 2016-11-17, 06:00 PM
Last Post: mvallevand
  Can't get live stream to work tripkip 2 3,069 2016-06-19, 01:48 PM
Last Post: UncleJohnsBand
  Extra Delete Button for manual recordings? jksmurf 0 2,343 2016-04-09, 01:09 AM
Last Post: jksmurf
  Web Access for Manage Recordings takes 5 minutes to load. stevepro 3 2,391 2015-09-05, 12:33 AM
Last Post: UncleJohnsBand
  Bug causing all recordings to be deleted chuck_2330 13 6,110 2015-09-02, 10:43 AM
Last Post: UncleJohnsBand
  stream recorded nextpvr programs over internet? JJTraxx 6 7,226 2015-08-16, 09:21 PM
Last Post: UncleJohnsBand
  NEWA Error when selectin all recordings - Index Out Of Range cbgifford 4 2,707 2014-11-28, 05:35 PM
Last Post: UncleJohnsBand

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

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

Linear Mode
Threaded Mode