Menu

SVN Commit Log


Commit Date  
[r2114] by mteleru

Added Adobe Pass Plugin to samples

2011-05-10 07:49:44 Tree
[r2113] by mteleru

Created branch for Rolling Window

2011-05-09 13:52:17 Tree
[r2112] by cdobre

Update for LBA
- fix seeking
- use the download information for main stream to calculate download ratio

2011-05-06 13:12:39 Tree
[r2111] by cdobre

Update for LBA
- after an index ready update, the HTTPNetStream will enter LOAD_SEEK state and not SEEK
- revert some changes in HttpStreamingF4FIndexHandler which affect the LBA mixing

2011-05-06 12:50:00 Tree
[r2110] by cdobre

Third phase HDS refactoring
- LBA reactivated (VOD and LIVE)
- HTTPStreamingF4FMixer updated to use FLV classes inside org.osmf.net.httpstreaming.flv packages
- minor modifications in order to minimize the updates of mixer internal buffers ( the internal buffers are reallocated only after we use at least half of their content)
- updated the mixing algorithm inside onMainTimer in HTTPNetStream
- mixer class is responsible to signal that is missing audio or video data
- update HTTPNetStream to wait for alternative audio initialization before it actually start playing data

IMPACT:
- no public API was affected

*NOTES*
- we still have unit tests and integration tests which fail

2011-05-06 12:35:02 Tree
[r2109] by mteleru

Modified the HSF4FIndexHandler - it now updates the bootstrap regularly (approx. each fragment) in both Play and Paused states.

2011-05-06 12:11:13 Tree
[r2108] by cdobre

Fix for FM-1295 (http://bugs.adobe.com/jira/browse/FM-1295)

NOTE
When dealing with protected content, the drm side car information was loaded only from drmContentData property of StreamingURLResource. This was particularly bad for MBR content, where the drm information was loaded to late and could put the MediaElement in an unloaded and back in a loaded state.

Now we are looking for drm information in the following order
- in drmContentData 
- in DRM namespace on the resource ( here we are trying to obtain the drm metadata for the stream indicated by initial index, and if we don't succeed then we are using an available information )

2011-05-05 12:51:26 Tree
[r2107] by cdobre

Fix for FM-1293 (http://bugs.adobe.com/jira/browse/FM-1293)
- DVR information is now propagated only from main stream ( never from alternate audio stream)

- partial reactivation of LBA

2011-05-05 08:35:50 Tree
[r2106] by cdobre

Fix for FM-1292 ( http://bugs.adobe.com/jira/browse/FM-1292 )
- HTTPStreamSourceHandler is now queuing all index loads request and process them
- removed also some comments and unused code

2011-05-05 08:07:33 Tree
[r2105] by cdobre

Second phase HDS refactoring
- added a factory class for streaming objects ( HTTPStreamingFactory ) which any HDS implementation must extend
- removed mixing code from HTTPStreamingFileHandlerBase and its derived classes
- updated private events related to HDS to make them more consistent
- adding source handler to manage both index handler and file handler
- removed enhanced seeking from HTTPNetStream ( temporarly )
- removed permanently MBR logic from HTTPNetStream

IMPACT:
- no public API was affected

*NOTES*
- LBA is still not working
- unit tests and integration tests fail
- DO NOT USE IT EXCEPT IF YOU ARE TESTING THIS

2011-05-04 07:30:09 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.