From: jreichen <jre...@us...> - 2011-01-15 21:28:24
|
Update of /cvsroot/sageplugins/MediaStreaming/resources/plugin In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24298/resources/plugin Modified Files: plugin.xml Log Message: Version 1.1 Index: plugin.xml =================================================================== RCS file: /cvsroot/sageplugins/MediaStreaming/resources/plugin/plugin.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** plugin.xml 3 Nov 2010 03:42:29 -0000 1.1 --- plugin.xml 15 Jan 2011 21:28:16 -0000 1.2 *************** *** 3,7 **** <Name>Media Streaming Services</Name> <Identifier>mediastreaming</Identifier> ! <Description>Provides HTTP Live Streaming services to the Mobile Web UI. Used for viewing SageTV recordings on iPhone, iPod, and iPad. It can be extended by plugin developers to support other clients and audio/video formats.</Description> <Author>jreichen</Author> <CreationDate>2010.10.13</CreationDate> --- 3,7 ---- <Name>Media Streaming Services</Name> <Identifier>mediastreaming</Identifier> ! <Description>Provides HTTP Live Streaming services to the Mobile Web Interface. Used for viewing SageTV recordings on iPhone, iPod, and iPad. It can be extended by plugin developers to support other clients and audio/video formats.</Description> <Author>jreichen</Author> <CreationDate>2010.10.13</CreationDate> *************** *** 15,23 **** <ReleaseNotes> <![CDATA[ ! Linux Users: ! Currently libfaac must be installed separately. This will hopefully be fixed soon. ! ! Mac OS X Users: ! This plugin is designed to support Mac OS X. It cannot be tested until SageTV releases a Mac OS X build of v7. I don't own a SageTV Mac OS X license so I may rely on users to test it. Version 1.0.0 --- 15,27 ---- <ReleaseNotes> <![CDATA[ ! Version 1.1.0 ! 1. Increase volume on HTTP Live Streaming videos. ! 2. Create a default web page to explain that this plugin is not used directly by the user. ! 3. Use SageTV's ffmpeg for transcoding. The web streaming should now support the same files as the Sage core. Some users had reported problems with playing or seeking through avi, mkv, mpeg2, and wmv files. ! 4. Fixed problems watching shows currently being recorded. ! - Playback duration was the length of the recording when playback began ! - Playback would fail if started immediately after recording started ! 5. Added a URL to allow clients to kill transcoding processes on the server. The Mobile Web Interface does not use this API. ! 6. Added more logging detail Version 1.0.0 |