Janus info:
Janus version: 1300 (1.3.0)
Janus commit: 4f5700d5e4c3a9de4f98fd7182ae5ae9f5c2d0b3
janus-pp-rec --header file.mjr
The above command produces inconsistent output for the same file when run multiple times.
It used to give the creation timestamp which seems to be missing.
Following images shows the inconsistent behaviour:
ALL COMMANDS ARE SAME
adnanel
(Adnan E)
November 13, 2024, 2:05pm
2
Whats the exit code of the command when only the janus version is printed? Looks like a crash to me tbh.
Run echo $?
when the output is short/trimmed.
lorenzo
(Lorenzo Miniero)
November 13, 2024, 3:32pm
3
This was actually an issue in our new logging internals, and has been fixed:
opened 11:57AM - 23 Oct 24 UTC
closed 08:28AM - 24 Oct 24 UTC
multistream
**What version of Janus is this happening on?**
Put the version and the commit … identifier (available in `version.c` or from an `info` request) here
Version: 1.3.0
Identifier: 5f4fa0cc696022eb4b43b56e9516439270a63b8c
**Have you tested a more recent version of Janus too?**
Yes
**Was this working before?**
Yes, Before updating/pulling latest changes from meetecho/janus-gateway the tool was working fine,
I can still checkout to cefca79700bdadd32d759ce65ba3805552a4d312 and build then the tool works as expected
**Is there a gdb or libasan trace of the issue?**
NO
**Additional context**
`janus-pp-rec --header file.mjr` used to produce info that included Created and Written timestamp, latest version of it does not give that info and is very inconsistent.
**Same command(janus-pp-rec --header file.mjr) produces different outputs for same file**
on latest version, executing exactly same command on same file multiple times yeilds different result
![image](https://github.com/user-attachments/assets/faad1296-2325-4baa-8fc9-960f1a188b66)
after git checkout cefca797
```
[~/playground/janus-gateway cefca797]$ ./src/janus-pp-rec --header sample.mjr
Janus version: 1203 (1.2.3)
Janus commit: cefca79700bdadd32d759ce65ba3805552a4d312
Compiled on: Wed Oct 23 05:32:21 PM +0545 2024
Logging level: 4
Source file: sample.mjr
-- Showing header only
File is 145432 bytes
Pre-parsing file to generate ordered index...
This is a video recording:
-- Codec: vp8
-- Created: 1729584192292151
-- Written: 1729584192320744
```