Hi,
I use janus-pp-rec to convert recorded file with h264 codec.
First I tried to convert it to .h264 extension but got error that only mkv and mp4 are supported extension for h264 codec (in the docs it seems that only .h264 and mkv extensions are supported - maybe the docs are not up to date?)
I tried again to convert that file to mp4 and the conversion succeeded but when I tried to play the new mp4 file using VLC the video was corrupted with 1 FPS. (the original FPS is 30). I also tried the play this file using ffplay and got the same results.
Finally I converted the mp4 (which generated my janus-pp-rec) to .h264 with ffmpeg using this command: .\ffmpeg.exe -i .\file.mp4 -c copy -f h264 file.h264 and then play it using ffplay and VLC and everything was fine. it worked.
Do you have any idea why the conversion did not work without ffmpeg interfere?