-
Notifications
You must be signed in to change notification settings - Fork 46
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
Calling pause on a live video means we can't resume the video #20
Comments
@chriswiggins is there a possiblity to stop and replay the player with rtmp plugin instead of pausing? |
This the issue - it seems there's a bug in StreamingUrlResource when the source type is live. I'll keep investigating but would appreciate any help :-) Sent from my iPhone On 9/07/2015, at 1:26 am, Tarkan Anlar <[email protected]mailto:[email protected]> wrote: @chriswigginshttps://github.com/chriswiggins is there a possiblity to stop and replay the player with rtmp plugin instead of pausing? Reply to this email directly or view it on GitHubhttps://github.com//issues/20#issuecomment-119577338. |
Noting that this problem happens even when using the base clappr rtmp plugin. If you click stop, then try and play again, nothing happens. Certainly needs to be fixed |
hey @chriswiggins can you provide us a live rtmp source so we can fix the stop/play behavior? |
@flavioribeiro does you have any tips to fix this issue? I can reproduce here at Eventials. You could use Eventials to create a live stream. 😉 |
@flavioribeiro, I have the same problem, after a pause/play the video stops playing. |
same issue, when i press pause button, about 10s later, everything is black! |
@Kelier do you have a link I can access and reproduce this issue? |
Although pause can't be called when in live mode through clappr, I need to be able to do this with the rtmp-hls-plugin. However the issue seems to be that it doesn't actually resume when called. I've dug up a few issues around the internet explaining this but none of them seem to have a resolution :-)
Anyone have any ideas?
Thanks
The text was updated successfully, but these errors were encountered: