Hello Paul,
thanks for the new built.
Done some test with the new built
- results are documented at the mantis system
Here is the my test suite for peer tests:
1. gnash,cmd
2. gnash-test.cmd
=======================
rem Gnash.cmd Version 1.2 2007-08-09 Rainer
rem
rem
rem mode co100,80 gives more space for test output to look at
mode co100,80
rem
set GNASH_HOME=Home_Gnash
rem
SET LIBPATHSTRICT=T
rem
SET BEGINLIBPATH=S:\download\os2\libc063;S:\download\os2\sdl\sdl;
rem
SET SDL_USE_PROPORTIONAL_WINDOW=1
SET SDL_USE_TIMECRITICAL_AUDIO=1
rem
set HOME=s:\Home_SDL
rem
s:
rem cd \download\os2\Gnash\B20070713
cd \download\os2\Gnash\B20070809
rem
gnash %1 %2 %3 %3 %4
rem
cd \
pause
===================================================
rem GNASH Test Cases Rainer 2007-08-09
rem ===================================
rem
rem Case 1 Adobe Flash Version Source:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507&sliceId=1rem ==========================
REM gnash.cmd
http://www.adobe.com/support/flash/ts/documents/test_version/version.swfrem
rem
rem Case 2 Adobe Flash About Source:
http://www.macromedia.com/software/flash/about/ rem ========================
REM gnash.cmd
http://www.macromedia.com/swf/software/flash/about/flashAbout_info_small.swfrem
rem
rem Case 3 YouTube: Loram Rail Grinder Source:
http://www.youtube.com/watch?v=yf_c6NOX0rMrem ==================================
REM gnash.cmd "
http://www.youtube.com/player2.swf?hl=en&video_id=yf_c6NOX0rM&l=198&t=OEgsToPDskIJAsf_29VuIClov1zd-XWD&soff=1&sk=4GM1Rplz4GMHUCnpN64F9QC"
REM gnash.cmd "
http://www.youtube.com/player2.swf?hl=en&video_id=yf_c6NOX0rM&l=198&t=OEgsToPDskJd5XX5sL76TUbhE6ipxpwL&soff=1&sk=4GM1Rplz4GMHUCnpN64F9QC"
rem
rem
rem Case 4 YouTube: OS/2 CM IBM Japan Original Source:
http://www.youtube.com/watch?v=V5Vtd1VRQx0rem ==========================================
REM gnash.cmd "
http://www.youtube.com/player2.swf?hl=en&video_id=V5Vtd1VRQx0&l=14&t=OEgsToPDskJkP9LNBU0KrQR-zft7Aq_K&soff=1&sk=4GM1Rplz4GMHUCnpN64F9QC"
REM gnash.cmd "
http://www.youtube.com/player2.swf?hl=en&video_id=V5Vtd1VRQx0&l=14&t=OEgsToPDskLmV2LHPHED1-IaP2esI_-p&soff=1&sk=4GM1Rplz4GMHUCnpN64F9QC"
REM gnash.cmd "
http://www.youtube.com/player2.swf?hl=en&video_id=V5Vtd1VRQx0&l=14&t=OEgsToPDskIeXlATYgpT3mZ1PO3QwRAR&soff=1&sk=4GM1Rplz4GMHUCnpN64F9QC"
rem
rem
rem Case 4.1 YouTube: OS/2 CM IBM Japan Original Source: local file: x:\movie\YouTube_OS_2_CM_IBM_Japan_Original.flv
rem ============================================= get with help of
http://keepvid.comREM gnash.cmd x:\movie\YouTube_OS_2_CM_IBM_Japan_Original.flv
rem
rem
rem Case 5 Reuters video embedded on URL:
http://www.ftd.de/forschung_bildung/forschung/:Raumf%E4hre%20Endeavour%20Lehrerin/237027.htmlrem ==========================================
REM
Gnash.cmd
http://www.ftd.de/_components/mediaplayer/videoplayer_teaser.swf=========================================================================================
Tip and Hint for the test suite:
The YouTube URL s are only valid for a timeslot .
If the video is not loaded - no I/O led on Modem or Ethernet card led - ring icon on black screen
the URL is not valid any more or
the stream output process on the YouTube server is hang /wait - bad status casued by previous aborted test.
Workaround:
1. Wait
2. T>ry an other test
3. get new current URL
How to get the new current URL for the YouTube Flash
================================================
FIrefox add on Flashblock 1.5.4.1
https://addons.mozilla.org/en-US/firefox/addon/4331. s tart the YouTube Url for the Video
2. the Flashblock icon is displayed on the Video area
3. right mouse klick on the icon, opens context menu
4. copy Flash address and past it to the test case in gnash-test.cmd
Gnash OS/2 Port: Howto pass the parameter value from Firefox add on MPC Media PlayerConnectivity to the gnash.cmd
========================================================================================================
First draft status: 2007-08-09 Rainer
MediaPlayerConnectivity 0.8.3
https://addons.mozilla.org/en-US/firefox/addon/446problem:
The YouTube flash URL contains the sign "=" and
the standard OS/2 command processor truncs the the parm string st the first "=" value in string
Solution:
MCP properties,
entry for flash: Gnash.cmd "%f"
in the field argument enclose the %f with Quotes
%f ---> "%f"
kind regards
Rainer