Mar 8

Here are the resources for my OSMF Deep dive-ish presentation at 360|Flex San Jose:

Slides: http://david.realeyes.com/wp-content/uploads/Deep%20Dive%20OSMF.pdf

Flash Builder Archive: http://david.realeyes.com/wp-content/uploads/360Flex_OSMF_DeepDive.zip

Feb 22

Check it out!
Jun Heider and I got a new article up on Adobe Devnet about the awesomeness that is Stratus 2.0, RTMFP, and the power of ‘groups’.

Here is the article:
http://www.adobe.com/devnet/flashmediaserver/articles/p2p_rtmfp_groups.html

And here is the first couple of paragraphs:

dobe Flash Player 10.1, Adobe Stratus 2, and Real-Time Media Flow Protocol (RTMFP) are setting a firm foundation for peer-to-peer (P2P) with peer-assisted networking. Using the capabilities of groups and the new features around them, you can make deployments of nearly any scale and take advantage of multiuser interactive applications for data and media. Everything from application-level video multicasting to swarming file delivery and multiuser games are within easy reach of developers, without the heavy burden being laid upon a server infrastructure.

This is the first in a series of articles that focus on P2P capabilities of the Adobe Flash Platform, Adobe Stratus, and RTMFP. Future articles will dive deeper and provide a hands-on approach to utilizing the new groups and peer-assisted network topologies to make corporate enterprise, social media, and entertainment applications.

Feb 12

We got the new RealEyes OSMF Player Sample project up, with an intro document and all!

This is a slick project we are working on and just the beginning. Below is a excerpt and the link to the Google Code Page.

http://code.google.com/p/reops/

The Realeyes OSMF Player Sample (REOPS) offers an excellent base for creating a robust video player utilizing the Open Source Media Framework (OSMF) from Adobe. REOPS is meant to be a building block for developers as well as a visual representation to illustrate the capabilities and how to of the OSMF framework.

The REOPS project includes a very extensible and robust control bar skinning solution and templates to help customize the control bar, as well as Full-screen support, Closed Captioning from an external file, and OSMF dynamic plugin support. The REOPS project can be used to deploy easily customized video players that support progressive video playback, video on demand streaming, live streaming and dynamic streaming. What is more, all of these features are configurable from an external XML file.

Check out the Intro Document directly here:

REOPS Intro Document

Feb 1

The amazing UI master Juan Sanchez recently did a post about the skinning process he underwent with us working together on a new Open Source Media Framework (OSMF) Sample Player we have been developing here at RealEyes for Adobe and the community. All I will say is its going to be awesome!

Check out Juan’s article here:
http://www.juanchez.com/2010/02/01/osmf-player-skins/

Jan 6

• Make sure you stay at the San Jose Marriott. That’s where the fun is gonna be at. That’s where the bus to the conference is gonna be as well. Don’t miss out on the fun, staying elsewhere. Book your room here (http://bit.ly/8uk9w3)

• Make a great video, talking about why you love 360|Flex, why everyone should attend 360|Flex, etc, win some cool prizes! www.360flex.com/blog/2009/10/360flex-be-a-movie-star-win-a-pass/

• We’ve got a copy of Flash Builder Pro, and CS4 up for grabs, and of course a ticket to 360|Flex. We’ll select the winners before the conference and show the videos before the keynotes.

• Want to find out more about who’s speaking at 360|Flex? Read up on the speakers and the show in The Speakers Interviews up on the 360|Flex website

• If you’re not at 360|Flex you’ll miss a Flex powered Beer Keg, off the hook Adobe news, Killer parties at eBay and the Marriott afterward, plus presentations that will keep you light years ahead of the competition skill wise.

Dec 10

I will be there speaking again!
This time I have 2 badass session.
One on P2P with RTMFP and Adobe Stratus with Jun Heider co-presenting, and another presentation on the Adobe Open Source Media Framework (OSMF) deep dive. Come check it out!
http://www.360flex.com/

Nov 10

So a note on some upcoming items we will be working on and showing off to the community. Jun Heider (www.iheartair.com) and I are going to be teaming up to really show off the power of the new Real Time Messaging Flow Protocol (RTMFP) from Adobe and what it can do with Peer-too-Peer (P2P) communication. It is some really slick stuff and we will have all sorts of goodies and conference presentations in the coming months. Stay tuned.

Nov 10

Oct 9

I uploaded my files from the Integrating Video In The Enterprise session I gave at MAX. Enjoy!

Description:
Learn how to you can deploy video in Flash within your enterprise. This session will walk you through how you can support employee generated video, control access with LDAP and how to install, configure and customize the Adobe Flash Media Server within your network. The lab will focus on the specific challenges faced within large enterprises and implementing user authentication techniques using server side ActionScript. Step through the processes to deploy and discover the benefits of edge caching and other deployment techniques for high volume streaming using Flash Media Server within your network to publish live and recorded media.

Slides

Hands-On Files

Sep 29

Here are some quick steps to setting up an origin-edge Flash media server. Specifically these steps are for setting up a edge on a origin machine so that there is both on 1 machine that can have some value for certain setups and performance management.

Note: line numbers are off of default config files.

Setting Up a Origin/Edge on a single machine

• Duplicate the _defaultRoot_ dir in the conf dir and rename
(exp: “edge”)

In the Edge’s Adaptor.xml:
• (Line 42) Change the name attribute value of the Adaptor> HostPortList>HostPort tag to something unique e.g. edge2
• (Line 42) Change the ctl_channel value to a different value: e.g. 19351
• (Line 42) Set the Adaptor> HostPortList>HostPort value to a different IP and/or Port: e.g. :1936 (Don’t forget the colon)

In your Edge’s VHost.xml:
• (Line 127) Set the Proxy>Mode to remote: remote
• (Line 139) Set Proxy>Anonymous to true: true
• (Line208 ) Set the RouteEntry: *:1936;*:1935

Adobe Docs

Thanks to Sarge for the help.

« Previous Entries