Hi,
I want to hook into the OSMF framework and get the netstream object and later get all the netstream status messages like NetStream.Play.Start, NetStream.Seek.Notify etc. I have done this for rtmp streaming using netloader package and passing TracingNetLoader as second argument in the video element used in it and then wiriting this class by extending it with RTMPDynamicStreamingNetLoader.
So can similar thing be done for http streaming also as I can see HTTPStreamingNetLoader class also but the problem is that we have to use MediaElement and not VideoElement and mediaElement only allow one parameter while instantiating it.
Regards,
Amit
You don't use MediaElement for HTTP streamed content, you use VideoElement. (Technically, you use F4MElement, which will generate the VideoElement using a MediaFactory. So you would need to modify the MediaFactory (DefaultMediaFactory) to use your extended HTTPStreamingNetLoader instead of the default.)
North America
Europe, Middle East and Africa
Asia Pacific