video-dev / clappr-rtmp-plugin

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

Display poster after playback is finished #47

Open DavidVentura opened 8 years ago

DavidVentura commented 8 years ago

Is there any way to display the poster when the playback ends? As it is now, when the playback finishes either the image video gets frozen (as there's no more video to play) or I get the 'buffering' animation. I do have an open websocket and receive a signal when the live-stream finishes, maybe expose a stop() / poster() / whatever to stop playback and display the poster again?

Also the readme.md says "scaling (default letterbox) - Path to the SWF responsible for the playback."

gfronza commented 8 years ago

@DavidVentura This is a real issue, I'll have to look into to it. Thanks for reporting.