Fix sample control bar
Created by: bbert
Remove seek to live on duration updatein sample application. For each live stream, as soon as the first segment is pushed and thus the <video> duration is updated, a new seek is performed to end of segment (=duration). Thus first image is freezed, and loading/zapping time is increased (wait for more segment to be loaded).
@gitperonam Why did you introduced this seek to live on duration update?