Commit | Date | |
---|---|---|
[r1879]
by
weizhang@adobe.com
To fix FM-1040, we came up with a solution as depicted by SVN change number 17636. However we are not totally satisfied because some multicast specific code was introduced to the NetLoader class. To remedy the problem, we introducted an indirection such that the multicast specific code goes to the MulticastNetLoader. |
2010-09-09 23:34:17 | Tree |
[r1878]
by
weizhang@adobe.com
Fix bug FM-1040. For the case of multicast, OSMF must postponing the load process until it receives "NetStream.Connect.Success" NetStatusEvent from NetConnection. Otherwise, any attempt to use NetStream will cause RTE. |
2010-09-09 20:44:13 | Tree |
[r1877]
by
weizhang@adobe.com
Fix FM-970. There are two issues that the fix tries to address: 1. Calling the remote subscribe method on each DVR stream, and also the streamName for MBR case comes from the streamItems instead of the resource url. 2. To support MBR, the DVRCastNetLoader.as needs to have the createSwtichManger method implementation. The best way to do it to derive the class from RTMPDynamicStreamingNetLoader class instead of NetLoader class. |
2010-09-08 22:32:53 | Tree |
2010-09-08 21:59:39 | Tree | |
2010-09-08 20:45:11 | Tree | |
2010-09-08 20:37:36 | Tree | |
2010-09-08 20:20:35 | Tree | |
[r1872]
by
briggs@adobe.com
Fix FM-990: Loading images always requests a crossdomain file. The fix is to add a "checkPolicyFile" param to ImageLoader's constructor, with a default of true. To avoid the crossdomain request, just set this param to false. The downside of setting it to false is that you'll get a security error if the application attempts pixel-level access of the image. |
2010-09-08 19:20:42 | Tree |
[r1871]
by
briggs@adobe.com
Add PreloadingProxyElement to ExamplePlayer, to demonstrate how a proxy can preload a VideoElement within a SerialElement and make it seekable prior to the playhead reaching that child of the SerialElement. Helps demonstrate a solution for the issue raised in FM-952, in which it's not possible to seek across subclips within a SerialElement. Modified existing AsynchLoadingProxyElement so that it could serve as a base class for the new proxy. |
2010-09-07 23:40:29 | Tree |
2010-09-07 18:20:22 | Tree |