Skip to content
Snippets Groups Projects
Commit f7c46d25 authored by Clément Bœsch's avatar Clément Bœsch Committed by Clément Bœsch
Browse files

ffserver: fix seeking with ?date=...

Regression since 5f847bf6.

After this commit, timestamps pushed by FFmpeg won't be relative
anymore, but absolute (based on the date/time at the beginning of the
push). This will allow seeking to work properly. Before this patch, the
seek was done, but ffm timestamps were way smallers than the absolute
requested timestamp (based on a date), so the seek was done, but to the
end of the stream (which was similar to no effect at all).
parent 9425dc3d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment