Recording ends prematurely: "An encoder error occurred while recording" (Ubuntu 22.04)

nickanderson

New Member
I can't seem to record for more than 5 or 6 minutes without getting an error. I've tried various encoder settings and frame rates without success.

Most commonly I see one of these:

[ffmpeg muxer: 'adv_file_output'] os_process_pipe_write for info structure failed [ffmpeg muxer: 'adv_file_output'] os_process_pipe_write for packet data failed [ffmpeg muxer: 'simple_file_output'] os_process_pipe_write for packet data failed

Have you any advice?
 

Attachments

  • 2022-10-28 13-02-50.txt
    30.7 KB · Views: 45
  • 2022-10-28 12-05-47.txt
    30.7 KB · Views: 45
  • 2022-10-28 11-57-10.txt
    10.4 KB · Views: 44
  • 2022-10-28 10-15-19.txt
    28.2 KB · Views: 44

nickanderson

New Member
The issue continues to persist. No idea how I should go about resolving it.

Code:
[ffmpeg muxer: 'simple_file_output'] os_process_pipe_write for packet data failed
 

Attachments

  • 2023-07-05 15-16-51.txt
    7.5 KB · Views: 51

nickanderson

New Member
It persists ....

```
10:02:24.888: Using EGL/X11
10:02:24.888: CPU Name: 12th Gen Intel(R) Core(TM) i9-12900H
10:02:24.888: CPU Speed: 943.846MHz
10:02:24.889: Physical Cores: 14, Logical Cores: 20
10:02:24.889: Physical Memory: 63970MB Total, 21435MB Free
10:02:24.889: Kernel Version: Linux 6.1.53-060153-generic
10:02:24.889: Distribution: "Ubuntu" "22.04"
10:02:24.889: Desktop Environment: KDE (KDE)
10:02:24.889: Session Type: x11
10:02:24.889: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.21.1
10:02:24.891: Qt Version: 6.2.4 (runtime), 6.2.4 (compiled)
10:02:24.892: Portable mode: false
10:02:25.279: OBS 30.0.0 (linux)
```


```
10:02:52.911: ==== Recording Start ===============================================
10:02:52.911: [ffmpeg muxer: 'simple_file_output'] Writing file '/home/nickanderson/Videos/obs/2023-11-14_10-02-52.mk
v'...
10:06:28.438: [ffmpeg muxer: 'simple_file_output'] os_process_pipe_write for info structure failed
10:06:28.438: [ffmpeg muxer: 'simple_file_output'] Output of file '/home/nickanderson/Videos/obs/2023-11-14_10-02-52.
mkv' stopped
10:06:28.438: Output 'simple_file_output': stopping
10:06:28.438: Output 'simple_file_output': Total frames output: 12893
10:06:28.438: Output 'simple_file_output': Total drawn frames: 12885 (12931 attempted)
10:06:28.438: Output 'simple_file_output': Number of lagged frames due to rendering lag/stalls: 46 (0.4%)
10:06:28.439: ==== Recording Stop ================================================
```
 

Attachments

  • 2023-11-14 10-02-24.txt
    14.3 KB · Views: 39
Top