Hello all!
For now my servers handling RTSP video streams recording. For the case of improving performance using TMPFS for recording streams and after it spreading it across storage if needed. Need to optimize my load when streaming converted video with HLS. For now FFMPEG writing it to TMPFS and WebServer reading it from TMPSF. The question is:
If there will be using symlinks to TMPFS-located files on regular HDD and this regular HDD folder will be reading files by symlinks from TMPFS how it will affect IO/Memory/CPU? Or it will be redirecting by symlinks directly to TMPFS-file for reading? How symlinks will be working in case of redirecting to the TMPFS files?
For now my servers handling RTSP video streams recording. For the case of improving performance using TMPFS for recording streams and after it spreading it across storage if needed. Need to optimize my load when streaming converted video with HLS. For now FFMPEG writing it to TMPFS and WebServer reading it from TMPSF. The question is:
If there will be using symlinks to TMPFS-located files on regular HDD and this regular HDD folder will be reading files by symlinks from TMPFS how it will affect IO/Memory/CPU? Or it will be redirecting by symlinks directly to TMPFS-file for reading? How symlinks will be working in case of redirecting to the TMPFS files?