Unable to edit recording - missing file .ap

Hello @el bandido , can you please give me a favor?

Can you please try reproduce the issue with openATV?
So let's do the same thing.
(1) Build OpenATV using OE 6.0 and ATV master enigma2 branch.
Install image and record FTA channel on CNN feeds, 97w ku.
Record the channel and get 5 record files.

(2) Edit ATV enigma2 -master branch. Remove one line from filepush.cpp:
m_protocol = m_stream_id = m_session_id = m_packet_no = 0;
See: https://github.com/EB-TNAP/enigma2-ATV/commit/d9834d99626ed54a180e615bc264dd28bb89447b
Build and Install image using OE 6.0 and edited ATV enigma2-master branch.
Record the exact same FTA channel on CNN feeds, 97w ku.
Get 3 record files.

Code:
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#

The 4 variables have to be set to 0 else record files may be lost on certain channels. OBH has these variables set to 0 TWICE. One of them should be eliminated.

I have no clue as to WHY OBH suddenly required setting these variables to 0.
ATV has been setting those same 4 variables to 0 for years. So I imagine something changed somewhere else in OBH... It is hard for me to trace because everyone has a different enigma2 source code.
 
Back
Top