You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

RTMP Plugin: "Play again" issue and fix for it Created Aug 2, 2010

This thread is solved

Views: 2291     Replies: 2     Last reply Aug 18, 2010  
You must login first before you can use this feature

dicman

Posts: 2

Registered:
Jul 15, 2010

RTMP Plugin: "Play again" issue and fix for it

Posted: Aug 2, 2010

Hi,
I found the issue in the latest version of RTMP plugin (from the SVN).
While streaming live from source over RTMP it shows 'Play again' button when the buffer is empty. Seems this change in RTMPConnectionProvider.as should fix it.


			// #107, dispatch finish when we already got a stop
			// #113, dispatch finish also when we're around the end of the clip
			if ( event.info.code == "NetStream.Buffer.Empty" && (_receivedStop || ((clip.duration - _player.status.time < 1) && clip.duration>0))) {
				clip.dispatchBeforeEvent(new ClipEvent(ClipEventType.FINISH));
			}


ebreyit

Posts: 6

Registered:
Aug 11, 2010

» RTMP Plugin: "Play again" issue and fix for it

Posted: Aug 17, 2010

Reply to: RTMP Plugin: "Play again" issue and fix for it, from dicman
this still seems to be the case in the latest 3.2.2 rtmp plugin I'm currently using with live streams

Anssi
Flowplayer Flash & video streaming developer

Posts: 1194

Registered:
Jul 24, 2007

» RTMP Plugin: "Play again" issue and fix for it

Posted: Aug 18, 2010

Reply to: RTMP Plugin: "Play again" issue and fix for it, from dicman
This fix has been integrated into this development version: http://flowplayer-releases.s3.amazonaws.com/flowplayer.rtmp/flowplayer.rtmp-3.2.3-dev.zip