Dear team,
We are facing issue with edX video player since 2 weeks. We process mp4 file to m3u8 using ffmpeg command and we publish m3u8 url to learner. When we try to backward or forward the video from learner view, there is a delay in the response. Sometimes, it is throwing out of memory error as well. Please find error screenshots for the same.
FFMPEG Command : ffmpy.FFmpeg(inputs={ tmp_dir + file_name + “.mp4” :None}, outputs={ e_content_path_c + file_name + “.m3u8” : " -hls_time 60 -strftime_mkdir 1 -hls_list_size 0 -hls_key_info_file ‘{0}’ -hls_segment_filename {1}/{2}_%d.ts".format(hls_keyinfo, file_name, file_name)})
Rate limit : 1000req/min
Django header is default header size.