Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: Adobe Strobe or Open Source Media Framework  (Read 8782 times)
deltajam
Courseware Beta
Full Member
***
Posts: 25


View Profile Email
« on: October 26, 2009, 09:07:26 »

Has anyone in the PureMVC community integrated the OSMF platform into PureMVC yet?  Has anyone else looked into it?
Logged
Jason MacDonald
Sr. Member
****
Posts: 243


View Profile Email
« Reply #1 on: October 27, 2009, 06:24:12 »

I looked into it, as well as took a lab at Max 2009 on it, and in my opinion it isn't nearly polished/complete enough to use. It also seems to focus heavily on advertising, and obfuscating the inner workings of video playback, neither of which I cared for.

I have used bits and pieces of the Open Video Player (the connection classes for Akamai mostly since they provide our streaming and I didn't want to reinvent the wheel). Our main business is video playback so I much prefer to build the player myself. OVP is great if you're looking for a customizable video player for your own site and don't want to invest the time to develop your own.

They mentioned at Max that they basically want to merge the two projects together to provide one large media playback framework (just what we need, another framework). I'm not too keen on this cause inevitably, in Adobe tradition, it'll try to do everything in one large inter-tangled framework for which you'll have to include everything to just play a darn video. Why does my video framework have to know how to play/display a swf and Photo? And I really don't like the nesting of constructor calls they use to construct a video call.


</endrant>
« Last Edit: October 27, 2009, 06:30:59 by Jason MacDonald » Logged
deltajam
Courseware Beta
Full Member
***
Posts: 25


View Profile Email
« Reply #2 on: October 27, 2009, 03:04:51 »

Thanks for your reply!

I have developed several video players myself in the past, ranging from simple to more complex players that integrate an advertising model.  I also have a client that is interested in a "Media" player (video, audio, image, swf slideshow), that could provide the functionality that OSMF has set out to accomplish.  So, I do see a need for this type of player.  However, I may not be as knowledgeable on the inner-workings of the OSMF framework as yourself, and would love if you could elaborate more.

I can't see Adobe abandoning this project anytime soon, and it would seem wise to embrace this new framework than reject these efforts to create a decent standard.
Logged
Jason MacDonald
Sr. Member
****
Posts: 243


View Profile Email
« Reply #3 on: October 28, 2009, 07:04:56 »

Thanks for your reply!

I have developed several video players myself in the past, ranging from simple to more complex players that integrate an advertising model.  I also have a client that is interested in a "Media" player (video, audio, image, swf slideshow), that could provide the functionality that OSMF has set out to accomplish.  So, I do see a need for this type of player.  However, I may not be as knowledgeable on the inner-workings of the OSMF framework as yourself, and would love if you could elaborate more.

Our media player also plays all of those formats, including panoramas. I guess I just don't see myself replacing our framework with theirs anytime soon.

I didn't care much for what I saw at Max 2009. I actually walked out of the lab halfway through because the guy doing the lab didn't seem to even understand the framework himself (perhaps that was part of what turned me off of it). He kept yelling to some developer at the back of the room for every question and half the demos he had didn't work. But, keep in mind they've only been actively developing it since the summer so it may be too soon to tell.

My fear is that it will end up much like Flex and other Adobe frameworks, enormous in size! I don't know about you, but my company has strict limits on the file size for our players. They need to load quickly. I fear that things like advertising will be so mixed in with the other media classes that even if you don't need/want the advertising stuff you're going to get it anyway.

My suggestion is to take a weekend and play with it.

I can't see Adobe abandoning this project anytime soon, and it would seem wise to embrace this new framework than reject these efforts to create a decent standard.

I think the OVP project is perfect for getting a standard player architecture out there for the average Flash hacker to use. On the other hand, I think building a heavy framework around processes that are likely to be very different  company to company, a bit much. Anyone building high end, high volume, media players is going to have their own framework (Brightcove for example).

All this will likely do is flood the market with many low end products. WHich I'm sure is great for Akamai since their conneciton classes will be the main part of the framework. What better way to sell your services to the masses than to build a framework around Flash Media Server (Adobe) and your Edge servers (Akamai)? Tons of little comapnies will slap a UI overtop the framework and start claiming to be media distribution companies all paying monthly fees to Akamai for FMS and bandwidth. I don't find it to be any accident the two main companies behind the framework both have vested interests. It's less about standards, more about sales. Make it so easy to get going with their services that you ignore the alternatives. Brilliant really.

(And yes, we use Akamai  :o)

Again, this is all just my opinion so take for what it's worth. Time will tell.
« Last Edit: October 28, 2009, 07:14:34 by Jason MacDonald » Logged
Pages: [1]
Print