[Laszlo-dev] For Review: Change 20090324-maxcarlson-H Summary: Fix seeking for paused mediastreams, recording in swf9
Sarah Allen
sarah at ultrasaurus.com
Tue Mar 24 17:01:47 PDT 2009
looks great. just looks like you need to do a merge for
mediastream.lzx, I don't think it was me... I saw this in the file:
case "NetStream.Play.Stop": {
+<<<<<<< .mine
+ // don't call _onStop for rtmp streams because some
servers sent this event when they're done streaming (red5, wowza) -
see LPP-7708
+ if (this.type == 'http') this._onStop();
+=======
// don't call _onStop because some servers sent this
event when they're done streaming (red5, wowza) - see LPP-7708
if (this.type == 'http') this._onStop();
+>>>>>>> .r13458
break;
}
pls check in asap!
On Mar 24, 2009, at 4:37 PM, Max Carlson wrote:
> Change 20090324-maxcarlson-H by maxcarlson at Bank on 2009-03-24
> 16:30:45 PDT
> in /Users/maxcarlson/openlaszlo/trunk-clean
> for http://svn.openlaszlo.org/openlaszlo/trunk
>
> Summary: Fix seeking for paused mediastreams, recording in swf9
>
> Bugs Fixed: LPP-7598 - recording does not work, LPP-7953 -
> mediastream seek should work when not playing
>
> Technical Reviewer: sarah at ultrasaurus.com
> QA Reviewer: promanik
>
> Details: mediastream - Reset streams in play() and rely on callbacks
> for broadcast() and record() in as3. _onNetStatusAS3() delegates to
> _onStatus(). Set time attribute when seeking.
>
> rtmpconnection - Handle AsyncErrors and mysterious onBWDone()
> callbacks in AS3
>
> Tests: test/video/test-recording.lzx runs consistently in swf8 and
> 9, test/video/test-videoplayer-http.lzx handles dragging of the
> playback head for paused streams correctly (the play head no longer
> jumps back to the previous position).
>
> Files:
> M lps/components/extensions/av/mediastream.lzx
> M lps/components/extensions/av/rtmpconnection.lzx
>
> Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20090324-maxcarlson-H.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-dev/attachments/20090324/62ea2c58/attachment.html
More information about the Laszlo-dev
mailing list