[Laszlo-dev] For Review: Change 20090318-sallen-L Summary: improvements to videoplayer, WORK IN PROGRESS
Sarah Allen
sarah at ultrasaurus.com
Wed Mar 18 09:59:00 PDT 2009
I get a blank screen with
http://localhost:8080/trunk-sandbox/test/video/example-mediastream.lzx?debug=true&lzr=swf9
also fails for /test-stream-video.lzx and test-muting-and-playing.lzx
testing with Mac FF 3.0.7, FP 10.0.2.54 and Red5 0.7
since it works in swf8, I wouldn't expect Red5 vs. Wowza would make a
difference
On Mar 18, 2009, at 9:46 AM, Raju Bitter wrote:
> Sarah, Henry,
>
> I only see the the mentioned error message, when I don't have Wowza
> running. With the server running I don't get the error message any
> more.
> http://localhost:8080/trunk/test/video/example-mediastream.lzx?
> lzr=swf9
>
> Besides the error for example-mediastream.lzx, I tested (with Wowza
> running this time) the following files:
> M test/video/test-stream-video.lzx
> M test/video/test-muting-and-playing.lzx
> M test/video/test-video.lzx
>
> and all of them displayed the apps with debugger. I'll test with
> Red5 later this evening.
>
> @Sarah, which version of Red5 do you use for testing?
>
> - Raju
>
> On Mar 18, 2009, at 5:19 PM, Raju Bitter wrote:
>
>> I get an error message, just posting that and will investigate now:
>>
>> 545 /* -*- file: -*- */
>> 546 /* -*- file: extensions/av/mediastream.lzx#869.19 -*- */
>> 547 /* -*- file: #870 -*- */
>> 548 this._flashstream.addEventListener(AsyncErrorEvent.ASYNC_ERROR,
>> this._onAsyncError);
>> 549 this._flashstream.addEventListener(NetStatusEvent.NET_STATUS,
>> this._onNetStatus);
>> 550 var attachPoint_$2 = {};
>>
>> TypeError: Error #1009: Cannot access a property or method of a
>> null object reference.
>> at $lzc$class_mediastream/_addListeners()[/Users/rajubitter/lib/
>> jakarta-tomcat-5.0.30/temp/lzswf9/Users/rajubitter/src/svn/
>> openlaszlo/trunk/test/video/build/example-mediastream/$lzc
>> $class_mediastream.as:548]
>> at $lzc$class_mediastream/_onNetStatus()[/Users/rajubitter/lib/
>> jakarta-tomcat-5.0.30/temp/lzswf9/Users/rajubitter/src/svn/
>> openlaszlo/trunk/test/video/build/example-mediastream/$lzc
>> $class_mediastream.as:539]
>> at flash.net::NetConnection/connect()
>> at $lzc$class_mediastream/_createStream()[/Users/rajubitter/lib/
>> jakarta-tomcat-5.0.30/temp/lzswf9/Users/rajubitter/src/svn/
>> openlaszlo/trunk/test/video/build/example-mediastream/$lzc
>> $class_mediastream.as:518]
>> at $lzc$class_mediastream/play()[/Users/rajubitter/lib/jakarta-
>> tomcat-5.0.30/temp/lzswf9/Users/rajubitter/src/svn/openlaszlo/trunk/
>> test/video/build/example-mediastream/$lzc$class_mediastream.as:126]
>> at $lzc$class_mediastream/_handleAutoplay()[/Users/rajubitter/lib/
>> jakarta-tomcat-5.0.30/temp/lzswf9/Users/rajubitter/src/svn/
>> openlaszlo/trunk/test/video/build/example-mediastream/$lzc
>> $class_mediastream.as:184]
>> at $lzc$class_mediastream/$lzc$set_url()[/Users/rajubitter/lib/
>> jakarta-tomcat-5.0.30/temp/lzswf9/Users/rajubitter/src/svn/
>> openlaszlo/trunk/test/video/build/example-mediastream/$lzc
>> $class_mediastream.as:937]
>> at LzEventable/setAttribute()[/private/tmp/lzswf9/lzgen14343/
>> LzEventable.as:62]
>> at $lzc$class_mediastream/init()[/Users/rajubitter/lib/jakarta-
>> tomcat-5.0.30/temp/lzswf9/Users/rajubitter/src/svn/openlaszlo/trunk/
>> test/video/build/example-mediastream/$lzc$class_mediastream.as:895]
>> at LzNode/__LZcallInit()[/private/tmp/lzswf9/lzgen14343/LzNode.as:
>> 482]
>> at LzCanvas/__LZcallInit()[/private/tmp/lzswf9/lzgen14343/
>> LzCanvas.as:450]
>> at LzCanvas/__LZinstantiationDone()[/private/tmp/lzswf9/lzgen14343/
>> LzCanvas.as:397]
>> at LzInstantiatorService/makeSomeViews()[/private/tmp/lzswf9/
>> lzgen14343/LzInstantiatorService.as:234]
>> at LzInstantiatorService/checkQ()[/private/tmp/lzswf9/lzgen14343/
>> LzInstantiatorService.as:171]
>> at Function/http://adobe.com/AS3/2006/builtin::call()
>> at LzEvent/sendEvent()[/private/tmp/lzswf9/lzgen14343/LzEvent.as:89]
>> at LzIdleService/__idleupdate()[/private/tmp/lzswf9/lzgen14343/
>> LzIdleService.as:53]
>> at LzIdleKernel$/__update()[/private/tmp/lzswf9/lzgen14343/
>> LzIdleKernel.as:25]
>>
>> On Mar 18, 2009, at 4:17 PM, Sarah Allen wrote:
>>
>>> Raju,
>>>
>>> here is the changeset that is broken in swf9, go to http://localhost:8080/trunk-sandbox/test/video/run-test.html
>>> click on any of the swf9 links and you'll see a blank canvas.
>>>
>>> Thanks!
>>> Sarah
>>>
>>> Change 20090318-sallen-L by sallen at sallen-mac on 2009-03-18
>>> 08:12:26 PDT
>>> in /Users/sarah/src/svn/openlaszlo/trunk-sandbox
>>> for http://svn.openlaszlo.org/openlaszlo/trunk
>>>
>>> Summary: improvements to videoplayer, WORK IN PROGRESS
>>>
>>> New Features: videoplayer will now by default show the first frame
>>> of the video
>>> new attributes: showframe, showtimedisplay, showvolumecontrol
>>>
>>> Bugs Fixed: need to write these up!
>>>
>>> Technical Reviewer: (pending)
>>> QA Reviewer: (pending)
>>> Doc Reviewer: (pending)
>>>
>>> Documentation:
>>>
>>> Release Notes:
>>>
>>> Details:
>>>
>>>
>>> Tests:
>>> new test file: test-videoplayer-http
>>>
>>> Files:
>>> M test/video/test-stream-video.lzx
>>> M test/video/test-muting-and-playing.lzx
>>> M test/video/test-video.lzx
>>> C test/video/list.html
>>> C lps/components/extensions/av/mediastream.lzx
>>> M lps/components/extensions/av/videoview.lzx
>>> M lps/components/av/videoplayer.lzx
>>> M lps/components/av/videoscreen.lzx
>>> M lps/components/av/videoslider.lzx
>>>
>>> Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20090318-sallen-L.tar
>>
>
More information about the Laszlo-dev
mailing list