google-code-export / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
2 stars 0 forks source link

rtmp - seek on pause not update screen #617

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Play video
2. Pause video
3. Seek video --> Screen is not updating

What is the expected output? What do you see instead?
Expected output: Screen should be update, when the time has change.
Instead: On pause, the screen is not updating.

What version of the product are you using? On what operating system?
Flowplayer 3.2.12
Wowza: 3.2.1

Please provide any additional information below.
On the demo-page of RTMP "http://flowplayer.org/plugins/streaming/rtmp.html" 
there is also the same problem:
* Play the video
* Pause the video
* mouve the timebar (seek)
* SCREEN is not updating

By using wowza "version 2.1.1" - seek works with updating the screen
By using wowza "version 3.1.1" - seek works, but without updating the screen

Original issue reported on code.google.com by osman.yu...@gmail.com on 6 Aug 2012 at 10:48

GoogleCodeExporter commented 9 years ago
Also reported this bug by wowza: 
http://www.wowza.com/forums/showthread.php?19305-rtmp-seek-when-paused-does-not-
update-time-display

Original comment by osman.yu...@gmail.com on 6 Aug 2012 at 10:56

GoogleCodeExporter commented 9 years ago
I can replicate the issue here from that page i will first test against 
cloudfront. 

Original comment by dani...@electroteque.org on 6 Aug 2012 at 3:26

GoogleCodeExporter commented 9 years ago
doesn't happen against cloudfront 

Original comment by dani...@electroteque.org on 6 Aug 2012 at 3:36

GoogleCodeExporter commented 9 years ago
This is an issue with wowza not updating the frame when seeking while paused. 
So you have done the right thing providing a bug report with them thanks. May I 
close ? 

Original comment by dani...@electroteque.org on 6 Aug 2012 at 3:48

GoogleCodeExporter commented 9 years ago
Thanks for testing. You can close it. I hope Wowza will fix this bug.

Original comment by osman.yu...@gmail.com on 7 Aug 2012 at 7:39

GoogleCodeExporter commented 9 years ago
Sure not a problem thanks for reporting anyway. Please update this when you 
find more info because it seems a global issue. 

Original comment by electrot...@gmail.com on 8 Aug 2012 at 5:18

GoogleCodeExporter commented 9 years ago
Wowza-team find out, that its a flash bug: 
https://bugbase.adobe.com/index.cfm?event=bug&id=3163641

There is also a workaround:

#######################
$f("player").play();
$f("player").seek(seekTime);
$f("player").pause();
#######################

Then it works fine.

Original comment by osman.yu...@gmail.com on 10 Aug 2012 at 12:33