Bug #5113
Can't record anything but pass format
0%
Description
Hello
I only can record in ts format.
When i select mkv format, it ends with a
mkv: /home/Public/Multimedia/Video/Enregistrements TV/trest.2018-05-16.mkv: Write failed -- Argument invalide
2018-05-16 16:07:50.186 dvr: Recording error: "/home/Public/Multimedia/Video/Enregistrements TV/trest.2018-05-16.mkv": Unable to init file
I thought it was permission rights but even if i put tmp as directory it fails. I didnt't find how to log this.
Can you guide me to debug this please ?
History
Updated by Max Max over 6 years ago
Seems like the code does not include useful debug commands for that case.
Bu to debug this, you could check what value "mk->error" has in file "src/muxer/muxer_mkv.c" in line 1351 by adding something like tvhinfo(LS_MUXER, "errno is %i", mk->error); and see the console output.