Update of /cvsroot/sageplugins/MediaStreaming/resources/plugin
In directory vz-cvs-3.sog:/tmp/cvs-serv12125/resources/plugin
Modified Files:
plugin.xml
Log Message:
Version 1.2
Index: plugin.xml
===================================================================
RCS file: /cvsroot/sageplugins/MediaStreaming/resources/plugin/plugin.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** plugin.xml 18 Jan 2011 01:38:41 -0000 1.4
--- plugin.xml 9 Apr 2011 00:29:11 -0000 1.5
***************
*** 15,18 ****
--- 15,31 ----
<ReleaseNotes>
<![CDATA[
+ Version 1.2.0
+ 1. Rethrow IllegalArgumentException so and HTTP error code will be returned if the URL contains invalid parameters
+ 2. Log error messages
+ 3. Return HTTP error code if exception thrown by servlets
+ 4. Return exception message as content body
+ 5. Change response content type
+ 6. Pass servlet request object to playlist generators
+ 7. Calculate aspect ratio from width and height if it's not provided by SageTV metadata
+ 8. Add support for Android and Lavf (ffmpeg-based players such as VPlayer and Mirage) User-Agents. This does not necessarily mean these will immediately work in clients that use this service. Those must be fixed separately by their developers.
+ 9. Return more meaningful errors if Quality or User-Agent parameters are invalid.
+ 10. Refactor HTTP Live Streaming Playlist Code
+ 11. Put absolute URLs in HTTP Live Streaming Playlists
+
Version 1.1.2
1. Fix bug in HTTP Live Streaming servlets that returns HTTP 500 and results in a crossed out play button on the video thumbnail. Attempting to start playback by clicking the thumbnail or Watch Now -> On this Page was unresponsive.
|