-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
player often hangs on navigation #74
Comments
thanks for this hint! the generated transcoding command looks similar to this (it's one of the rather strange looking unit test examples -- https://gitlab.com/mash-graz/covtc/-/blob/master/src/ffmpeg.rs#L419):
so it's mainly utilizing:
but don't worry to much, if the issues isn't caused by your software. thanks! |
@mash-graz Did you eventually figure out what was up here with the stream? |
over the last weeks i developed a new simple open source tool (covtc) to generate DASH/HLS content more easily and user friendly, which also puts indigo-player as default playback solution into the generated bundles. while testing the first results of this transcoding solution, i noticed, that indigo-player very often stops playing when you navigate to another position in the clip by pressing the mouse somewhere in the navigation bar. even pressing the stop and go button doesn't change this behavior anymore. this happens in firefox just as in chrome. there is also no noticeable error message or other useful information visible in the webdevelopper console of both browsers, which would indicate a plausible cause for this behavior.
please could you take a look at this example webpage:
http://users.mur.at/ms/diverses/btc/
the issue should be relative easy to reproduce by few clicks on the navigation bar.
nevertheless it could be caused by an erorr on my side resp. some wrong encoder settings in the encoding pipeline as well, but the symptoms are definitely not observable in
mpv
orvlc
on an actual debian testing machine. i just didn't test it with other webplayers until now.The text was updated successfully, but these errors were encountered: