NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 … 24 25 26 27 28 … 34 Next »
Suspension during recording

 
  • 0 Vote(s) - 0 Average
Suspension during recording
bader77uk
Offline

Junior Member

Kuwait
Posts: 45
Threads: 4
Joined: Jun 2020
#1
2020-08-02, 01:39 PM
Quote:NextPVR Version: 5.0.6.200614


i had a scheduled recording last night started at (2020-08-02 1:29 AM)
Recording is due to be stopped at 8/2/2020 3:35 AM. But its keep saying "RECORDING" in NPVR WEB under Schedule Section until 10:13 AM then stopped
at Recording event time no HTTP errors occured
actual Recording TS File Stopped at 3:02:57 AM

its a first time this issue, i am not sure what cause this, i have attached the logs for you to investigate



Quote:FFprobe recording info:

Duration: 01:34:21.95, start: 32467.411333, bitrate: 2392 kb/s


Attached Files
.zip   logs-20200802-1025.zip (Size: 1.86 MB / Downloads: 2)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,112
Threads: 957
Joined: May 2006
#2
2020-08-02, 02:00 PM
When you posted "But its keep saying "RECORDING" in NPVR WEB under Schedule Section until 10:13 AM then stopped" how did you determine that. Did you edit the logs? I don't see any browser requests for seven hour. Is it possible your time or timezone was changed?

The system logs are probably going to be most helpful.

Martin
bader77uk
Offline

Junior Member

Kuwait
Posts: 45
Threads: 4
Joined: Jun 2020
#3
2020-08-02, 02:11 PM (This post was last modified: 2020-08-02, 02:18 PM by bader77uk.)
No, i didn't edited the logs and i didn't changed timezone during this process. and Yes the RECORDING status was showing under Schedule until the stop time which showing in log:

Quote:logs-20200802-1025\nrecord.log

2020-08-02 10:13:51.455 [DEBUG][8] Stopping recording (868 on 21). Past end time of recording. 2
As its stopped at the above time, of course that means it was on RECORDING since Started time 1:29 AM

EDIT: can you guide me how to provide system log for this issue?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,112
Threads: 957
Joined: May 2006
#4
2020-08-02, 02:20 PM (This post was last modified: 2020-08-02, 02:21 PM by mvallevand.)
The status was recording but the last system request logged that would have shown you this was

2020-08-02 03:11:57.726 [DEBUG][21] method=recording.recurring.list

and the next one was

2020-08-02 10:24:28.617 [DEBUG][34] method=recording.recurring.list

Since you didn't (according to the logs) refresh the browser you wouldn't have visually have had indication that it was recording or not during that period.

Recording status also do not mean the the file is growing or streaming was working. It just means it hasn't stopped. There are many instances of zero byte recordings for various reasons.

Martin
bader77uk
Offline

Junior Member

Kuwait
Posts: 45
Threads: 4
Joined: Jun 2020
#5
2020-08-02, 02:37 PM (This post was last modified: 2020-08-02, 02:38 PM by bader77uk.)
maybe I didnt refresh page. but the major issue why the recording file suspended while no streaming errors or actual stopping occured in NPVR also why stopping recording event was too late (out of recording time)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,112
Threads: 957
Joined: May 2006
#6
2020-08-02, 02:43 PM (This post was last modified: 2020-08-02, 02:44 PM by mvallevand.)
Since you don't have sudo you may need to get the system logs from the admin typically I would suggest

sudo dmesg > dmesg.txt
sudo journalctl > journal.txt

There is not always an error if 0 bytes are being read.

Martin
bader77uk
Offline

Junior Member

Kuwait
Posts: 45
Threads: 4
Joined: Jun 2020
#7
2020-08-02, 10:57 PM
looks like the issue was caused by network connection reset, i found this log related to recording suspension time:

Quote:Aug 02 03:02:52 mazeinc systemd-networkd[677]: enp0s3: Lost carrier
Aug 02 03:02:52 mazeinc kernel: e1000: enp0s3 NIC Link is Down
Aug 02 03:02:52 mazeinc sshd[31723]: Failed password for root from 10.0.2.2 port 10923 ssh2
Aug 02 03:02:52 mazeinc systemd-networkd[677]: enp0s3: DHCP lease lost
Aug 02 03:02:56 mazeinc systemd-networkd[677]: enp0s3: Gained carrier
Aug 02 03:02:56 mazeinc systemd-timesyncd[517]: Network configuration changed, trying to establish connection.
Aug 02 03:02:56 mazeinc kernel: e1000: enp0s3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
Aug 02 03:02:56 mazeinc systemd-networkd[677]: enp0s3: DHCPv4 address 10.0.2.15/24 via 10.0.2.2
Aug 02 03:02:56 mazeinc systemd-networkd[677]: enp0s3: Configured
Aug 02 03:02:58 mazeinc sshd[31723]: Connection reset by authenticating user root 10.0.2.2 port 10923 [preauth]
Aug 02 03:02:58 mazeinc sshd[31723]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=10.0.2.2  user=root

i have attached dmesg output

Note: currently hosting in Linux VM Via VirtualBox


Attached Files
.zip   dmesg.zip (Size: 11.83 KB / Downloads: 2)
bader77uk
Offline

Junior Member

Kuwait
Posts: 45
Threads: 4
Joined: Jun 2020
#8
2020-08-09, 04:16 PM
Anyone can provide ffmpeg command line that use for recording streaming?

Thank you.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,112
Threads: 957
Joined: May 2006
#9
2020-08-09, 04:34 PM
I already posted this "You should create a new thread for new problems so other users might be able to benefit. The forum would be a mess if it is was one huge thread per users." I guess I should have said questions and problems.

NextPVR doesn't always use ffmpeg for recording only if the stream needs to transcoded otherwised It uses custom code.

Martin
bader77uk
Offline

Junior Member

Kuwait
Posts: 45
Threads: 4
Joined: Jun 2020
#10
2020-08-09, 05:17 PM
Done. new thread created
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording Plyback Timeline Issue JeffH 11 860 2025-01-17, 03:20 PM
Last Post: mvallevand
  Wake on suspend for recording flyingsubs 15 4,794 2024-12-03, 01:07 PM
Last Post: mvallevand
  NextPVR i.mjh.nz [Failed: Recording interrupted] Nzbaxterman 6 895 2024-10-29, 11:44 PM
Last Post: sub
Wink recording rules - nextpvr kfmf 4 854 2024-07-20, 08:50 AM
Last Post: kfmf
  Live stream not working while recording pciber 6 1,090 2024-06-10, 07:48 AM
Last Post: pciber
  Time scheduled radio recording? WagMan 8 1,273 2024-01-13, 05:34 PM
Last Post: mvallevand
  Recording length error VCR58 20 2,420 2023-11-12, 11:46 PM
Last Post: mvallevand
  Nextpvr Has Stopped Recording Mark_S 4 936 2023-05-28, 04:27 PM
Last Post: Mark_S
  Failed recording for a particular show spagio 9 1,535 2023-01-12, 12:46 AM
Last Post: mvallevand
  Current extras tuner process not stopped when recording on another channel is schedul greatwhitenorth 4 1,120 2022-12-04, 09:37 PM
Last Post: greatwhitenorth

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

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

Linear Mode
Threaded Mode