#*********************************************************************** # VideoCharger version 2 - 5648-B60. * # (C) Copyright IBM Corp. 1997, 1998 * # All Rights Reserved. * # * # US Government Users Restricted Rights * # Use, duplication or disclosure restricted by GSA ADP Schedule * # Contract with IBM Corp. * # Licensed Materials - Property of IBM * #*********************************************************************** # * # APAR: IY16514 IE 5.5 Browser support * # * #*********************************************************************** PTF(s): U4????8 FULL PROBLEM DESCRIPTION ------------------------ Allow use of Microsoft IE 5.5 browser for HTTP Streaming from VideoCharger Server. FILESETS: avs.??.rte 2.0.0.? SUPERSEDED PTFS: ---------------- IY????? Name Here Descriopton here ?? INSTALLATION INSTRUCTIONS -------------------------- (1) Download the file "avs.??.rte_2.0.0.?.bff" in binary mode into an empty directory on your VideoCharger server. (2) Logon as user 'root'. Stop the VideoCharger Server by using the command "stopsrc -cg vs". Type the command "lssrc -g vs" to verify that all the processes have stopped. (3)Apply the update using the command "smitty update_all". For "INPUT device / directory for software" specify the directory in which you saved the .bff file. (4) On the "Update Currently Installed Software to Latest Level" panel, press the 'enter' key to start the installation program. (5) After installation has completed successfully restart the VideoCharger server by using the command "startsrc -g vs" at the command prompt. xxxx ------------------------------------------------------------------------------ Superseded PTFs: IY04847 Incorrect metafiles generated via iscpfsel Incorrect metafiles are generated through the web page iscpfsel cgi interface when the server has multiple interfaces to the client. If the server selects an interface other than the default one, and the IP address of the selected interface is longer than the default IP address, the server address in the resulting metafile is incorrect. For example: IP address 9.123.456.789 is longer (more characters) than 9.12.45.67 IY02909 Multicast QuickTime 4 Added support for multicasting QuickTime 4 videos IY00606 Quicktime movie support Support for Quicktime media type IX89368 Unable to play assets named with special characters Unable to play assets from Video Search Results web page when the asset name contains one or more of the characters + & # " % Also the HTML is not coded to properly handle characters < > & " The proper way to encode special characters in a URL is to use HEX encoding. Thus test#name should be test#name The HEX value for # is 23, + is 2B, & is 26, % is 25, < is 3C, > is 3E, " is 22 The proper way to encode special characters in a text string is to use the symbolic name. Thus test&name should be test&name The symbolic name for & is & < is < > is > " is " IX89703 Package VideoCharger Windows Player for AIX download The NLV versions of the VideoCharger player need to be packaged as an AIX PTF so that customers can download once to their local AIX server and distribute further from there. Also fixed the following: - Temporary file used by the plugin is written to TEMP directory - Fix for Multicast group leave support This is Version 2.0.2 of the VideoCharger Player