Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

snapshot for pause for streaming RTMP


Russian: Плеер воспроизводит RTMP. Я жму паузу в плеерею Когда поток РТМП заканчивается на сервере, кадр исчезает с экрана монитора. Как я могу что бы кадр с монироа не исчезал? Или как сделать снимок во время паузы?

English: The player plays RTMP. I shake pause in the player when RTMP stream ends on the server, the frame disappears from the screen. How can I have that frame with moniroa not disappear? Or how to make a picture during a pause?

3 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

You cannot keep the last frame on the screen. If you want to show an image when the player is paused you can you our API to set an image in your DOM.
https://developer.jwplayer.com/jw-player/docs/developer-guide/api/javascript_api_reference/
jwplayer().on(‘pause’,function(){ //show the image wherever you want});

g...

User  
0 rated :

Have you api like jwplayer().getScreenshot() or another way to get the picture from the player?

George

JW Player Support Agent  
0 rated :

No, the JW Player does not have such an API. All available API methods are listed in the link above.

This question has received the maximum number of answers.