Created on
03-24-2025
07:02 AM
Edited on
03-24-2025
07:03 AM
By
Jean-Philippe_P
Description |
This article describes a situation where the user is unable to replay a recorded video, it continuously loads and never starts. |
Scope |
FortiPAM. |
Solution |
The reason that the recorded video is not playable is that the session is not closed gracefully, the uploaded manifest is not in a static state.
The only way to reproduce the video is by downloading the parts and joining them all together with the following procedure. Note: This issue was fixed and it will be released as a path for all version 1.x. This issue could impact on all version 1.x.
Procedure:
Log in FortiPAM console and execute:
Method 1.
Like in this example: fnsysctl ls -l /var/storage/HD2-XXXXXXXXXXX/wa_vid/1888/46268314.
diagnose debug application httpsd - diagnose debug
Then try to use the browser to replay the video in FortiPAM.
[httpsd 7822 - 1738171797 info] fweb_debug_final[303] -- Completed GET request for "/wa_vid/1888/46268314/manifest.mpd" (HTTP 200)
The only required files are:
chunk_00000* <--- alll of them
Download all those files using the browser with the constructed URL (hostname + path). Example: https://<fortipam_hostname_or_ip>/wa_vid/1849/48982018/init.hdr.
Creating a webm file with these files requires a cat command, available in all Linux OSs but can be also installed in Windows, and the execution is as follows:
'pay.webm' is the resulting video. |