After segmenting H.265 encoded FLV files using SRS, the segmentation does not function properly, resulting in files continuously accumulating. Subsequently, I modified the source code to update the duration, which allowed for segmentation, but the FLV files could not be played. #4280
Labels
TransByAI
Translated by AI/GPT.
I modified the SRS source code, specifically the
update_duration
function insrs_app_dvr.cpp
. After recompiling, it can correctly segment and slice H.265 encoded FLV files. However, there is an issue where the sliced FLV files cannot be played.TRANS_BY_GPT4
The text was updated successfully, but these errors were encountered: