el bandido
Active member
It will take some time to make a proper comparison. I will do it....Wait for it
So let's do the same thing.Hello @el bandido , can you please give me a favor?
Can you please try reproduce the issue with openATV?
Warning: Permanently added '192.168.1.160' (ED25519) to the list of known hosts.
root@sf8008:~# cd /hdd/movie
root@sf8008:/hdd/movie# ls -l
-rw-r--r-- 1 root root 295630000 May 1 05:15 20260501 0509 - NS Ch4 - instant record.ts
-rw-r--r-- 1 root root 4544 May 1 05:15 20260501 0509 - NS Ch4 - instant record.ts.ap
-rw-r--r-- 1 root root 0 May 1 05:15 20260501 0509 - NS Ch4 - instant record.ts.cuts
-rw-r--r-- 1 root root 121 May 1 05:09 20260501 0509 - NS Ch4 - instant record.ts.meta
-rw-r--r-- 1 root root 290816 May 1 05:15 20260501 0509 - NS Ch4 - instant record.ts.sc
-rw-r--r-- 1 root root 293545268 May 1 06:10 20260501 0605 - NS Ch4 - instant record.ts
-rw-r--r-- 1 root root 0 May 1 06:10 20260501 0605 - NS Ch4 - instant record.ts.cuts
-rw-r--r-- 1 root root 121 May 1 06:05 20260501 0605 - NS Ch4 - instant record.ts.meta
root@sf8008:/hdd/movie#
+++ b/filepush.cpp 2026-05-02 12:53:41.851056000 -0400
@@ -1,6 +1,5 @@
#include "filepush.h"
#include <lib/base/eerror.h>
-#include <lib/base/esimpleconfig.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/ioctl.h>
@@ -20,7 +19,7 @@ eFilePushThread::eFilePushThread(int io_
m_blocksize(blocksize),
m_buffersize(buffersize),
m_buffer((unsigned char *)malloc(buffersize)),
- m_messagepump(eApp, 0, "eFilePushThread"),
+ m_messagepump(eApp, 0),
m_run_state(0)
{
if (m_buffer == NULL)
@@ -359,7 +358,7 @@ eFilePushThreadRecorder::eFilePushThread
m_overflow_count(0),
m_buffer_fill(0),
m_stop(1),
- m_messagepump(eApp, 0, "eFilePushThreadRecorder")
+ m_messagepump(eApp, 0)
{
m_protocol = m_stream_id = m_session_id = m_packet_no = 0;
CONNECT(m_messagepump.recv_msg, eFilePushThreadRecorder::recvEvent);