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

jwplayer 7 flash mp4 seek outside buffer


Is seeking outside buffer for flash/mp4 is working w/o pseudo streaming support on server side? I'm asking about jwp 7.x. I see that it's not, but I found several tickets in which you say something incoherent:

https://support.jwplayer.com/customer/portal/questions/16340911-jwplayer-7-flash-pseudo-streaming-problem-on-seek you say pseudo streaming is deprecated in jwp 7 flash and doesn't say what comes instead of this.
https://support.jwplayer.com/customer/portal/questions/13084718-pseudo-streaming-support-dropped-in-flash-rendering-mode?t=625945 you want to fix something in 7.0.2 to support seek outside buffer in flash. I don't understand what are you talking about.

My code: http://jsbin.com/xovenoqumi/1/edit?html,output

code from link:
<!DOCTYPE html>
<html>
<head>
<script src="http://p.jwpcdn.com/player/v/7.8.7/jwplayer.js"></script>
</head>
<body>
<div><h1>JW Player playing MP4</h1></div>
<div id="video"></div>
<script>
(function(){
jwplayer.key="insert your key hear";
jwplayer('video').setup({
file: 'http://player.h-cdn.org/static/mp4/tears_of_steel_360p_MP4.mp4',
image: 'http://player.h-cdn.org/static/mp4/tears_of_steel_1080p_MP4.jpg',
primary: 'flash',
width: 640,
height: 360
});
})();
</script>
</body>
</html>

1 Community Answers

Randy

JW Player Support Agent  
0 rated :

Hello Paul,

Have you consulting the following article which is pretty useful for your current needs:

https://support.jwplayer.com/customer/portal/articles/1430518-pseudo-streaming-in-flash

Randy

This question has received the maximum number of answers.