video-dev / clappr-rtmp-plugin

📺 RTMP support for Clappr player.
http://clappr.io
Apache License 2.0
105 stars 46 forks source link

Calling pause on a live video means we can't resume the video #20

Open chriswiggins opened 9 years ago

chriswiggins commented 9 years ago

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

tarkanlar commented 9 years ago

@chriswiggins is there a possiblity to stop and replay the player with rtmp plugin instead of pausing?

chriswiggins commented 9 years ago

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 notifications@github.com<mailto:notifications@github.com> 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/clappr/clappr-rtmp-plugin/issues/20#issuecomment-119577338.

chriswiggins commented 9 years ago

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

flavioribeiro commented 9 years ago

hey @chriswiggins can you provide us a live rtmp source so we can fix the stop/play behavior?

alexandrevicenzi commented 9 years ago

@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. :wink:

friench commented 7 years ago

@flavioribeiro, I have the same problem, after a pause/play the video stops playing. link to the page http://vrt.tv/index-main.html At the other player all works http://rey.su

Kelier commented 5 years ago

same issue, when i press pause button, about 10s later, everything is black!

flavioribeiro commented 5 years ago

@Kelier do you have a link I can access and reproduce this issue?