You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is my ffprobe command for detecting such delays ..
for s in a v; do echo $s; /usr/local/bin/ffprobe -i $source -show_frames -select_streams "$s" 2>/dev/null | grep pts_time | head -1; done;
Do any of you guys know how to get rid of this delay ? I've tried switching and swapping almost every parameter of nginx_vod_module for 2 days and I've not getting any improvement this far ..
Bilion thanks in advance for any clue, notice, comment, remark, enlightenment
The text was updated successfully, but these errors were encountered:
found out the parameter
vod_hls_mpegts_align_pts on;
solves the issue, but does absolutely no one did complain of this before ?
( why did the frame misalign anyways in the first place ? )
Hi, sorry for my bad english
The first : the original, not passing via nginx vod module has none sync issues
Then, passed via hls module, the audio is 2 frames ahead of the video ...
Here is my ffprobe command for detecting such delays ..
Do any of you guys know how to get rid of this delay ? I've tried switching and swapping almost every parameter of nginx_vod_module for 2 days and I've not getting any improvement this far ..
Bilion thanks in advance for any clue, notice, comment, remark, enlightenment
The text was updated successfully, but these errors were encountered: