-
Notifications
You must be signed in to change notification settings - Fork 263
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
Flowplayer playlist issue #157
Comments
I can repro (most of the time) with your streams, but not here: http://flowplayer.blacktrash.org/test/flashls-playlist.html - looks a bit like a problem with your streams. I could find anything strikingly wrong with them, but they take ages to load from here, even via http - maybe try via cloudfront, not from storage s3 directly. |
i am having same issue with http://flowplayer.blacktrash.org/test/flashls-playlist.html |
@k1ng440 - indeed that must be a regression in v0.4.0.3, still works with 20e33a2: http://flowplayer.blacktrash.org/test/flashls-playlist-20e33a2.html |
@mangui - you may want to look into that. |
I have used 20e33a2 with cloudfront copied all mime type from stream.flowplayer.org and still have issue. |
i had this issue with videojs and mediaelementjs @mangui please fix this |
@k1ng440 - maybe you did not refresh cache before testing? Also the commit I referenced was misleading, should be 5cbfbf4 - that's what http://flowplayer.blacktrash.org/test/flashls-playlist-20e33a2.html uses, the swf update just before 20e33a2 |
@blacktrash i think i am confused. can you explain which one i should i use? |
@k1ng440 @blacktrash I checked both link http://flowplayer.blacktrash.org/test/flashls-playlist.html and http://flowplayer.blacktrash.org/test/flashls-playlist-20e33a2.html but I don't see any issue. the 3 videos in the playlist are playing as expected. also I am not clear as @k1ng440 reported the issue against v0.3.4 but these 2 links seems to be against v0.4.0.xxx which is a pre-release. |
hello @mangui, its happens randomly. something on start of 2nd video or on middle you can see it here: https://aacta.vdyo.co/video/details/chip-short-animation-h264mov |
I can confirm the problem also for 0.3.4: http://flowplayer.blacktrash.org/test/flashls-playlist-0.3.4.html http://flowplayer.blacktrash.org/test/flashls-playlist-20e33a2.html works consistently for me. |
Hi I just played http://flowplayer.blacktrash.org/test/flashls-playlist-20e33a2.html I let the second video start then then if I hit pause then play again, it fades away and the video is gone. |
I will check this later this week |
Hi, How did you go with this? |
No progress so far. What would help is a log collected with hls_debug=yes and using debug/flashlsFlowplayer.swf. but the issue from your latest scenario, (quick pause/resume on the second video) does not seem related to flashls as flashls is not handling the display directly. |
@mangui - from which branch do you want the debug/flashlsFlowplayer.swf for a demo? |
Hello? |
@mangui can you please fix this issue? |
Hi @mangui what do I need to do to get this fixed please. |
I would need evidence of this issue with latest dev release of flashls (a test page with debug logs enabled) |
http://flowplayer.blacktrash.org/test/flashls-playlist.html now uses 9c23170 and has hls_debug enabled. Didn't have time to run tests. |
Hello,
|
I could repro again now. Rarely, but it does happen. |
from the logs I can see that FlowPlayer is spuriously calling again attachStream() in the middle of the playback. I think it could explain the observed behavior, this might reset some internal state of Video object. |
@blacktrash @k1ng440 could you recheck with flashls/dev ? |
http://flowplayer.blacktrash.org/test/flashls-playlist.html now uses ba00a72 - but it's still happening. |
what about this alpha thing : #271 (comment) |
Yes, it is: http://flowplayer.blacktrash.org/test/flashls-playlist.html is now logging org.flowplayer.view.*, you can check. |
i am not clear about this alpha function, isn't setting alpha to 0 hiding the video ? |
To be honest, I have no idea. |
Is there any update on this now that @blacktrash has posted a demo that has the problem? I'm getting this same issue when using flowplayer's playlist... I've noticed that when this bug happens, flowplayers "onFinish" gets called twice. With a playlist of 2+ videos, the first plays fine, the second video shows briefly and goes away while the second audio plays fine. |
Is there any progress on this issue? |
no issue has been spotted on flashls. |
I think I've got the solution (famous last words): In theory |
@blacktrash so basically just setting |
@mangui - no, I don't think so, will test that combination as well (although it is not supposed to be valid). |
I get erratic behaviour once hw acceleration is involved (problems on replay etc., controlbar updates etc). |
@mangui - with more testing it seems that both configurations work reasonably well. |
@mangui - imho this can be marked as solved. |
Hello,
The first video plays just fine then 2nd video shows up then fade out. i can hear the audio but no video at all.
The text was updated successfully, but these errors were encountered: