<%@ Language=VBScript %> <% BaseURL="http://www.ovrdrv.com" Path=Trim(lcase(Request.ServerVariables("Path_Info"))) nP=InStrRev(Path, "/") if nP > 0 then Page = lcase(mid(Path, nP + 1)) section="" end if %> Overdrive Online Marketing Blog: Facebook Now Rated the No. 3 Video Site<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Facebook Now Rated the No. 3 Video Site

posted by Nick Cifuentes @ Thursday, November 19, 2009 - 12:15 AM
When it comes to online video, Facebook always seemed to be one step behind the usual online video giants...not anymore! According to Nielsen's latest VideoCensus numbers, Facebook has rose to No. 3 behind online video giants Hulu and YouTube in terms of total streams.

Facebook jumped from No. 10 last month - leap-frogging the likes of MSN, ABC Television, Fox Interactive Media, and Yahoo! The report said Facebook generated more than 217 million streams in October to more than 31.5 million unique viewers - this is up from 110 million streams to 23 million viewers in September.


As fast as Facebook has grown in the past year, the online video viewing aspect was never something brands, nor advertisers really drove too much interest to. However, this could open up a door to change. Facebook actually had more than double the number of unique viewers Hulu had for October - but do remember, Facebook caters to the shorter and more personal videos, as compared to TV show length videos that flood Hulu.

Facebook began their venture into large-scale video streaming when they partnered with CNN to present the President Inauguration in January, then opened up another live streaming event with the NBA All-Star Game in February - both events drew a high level of engagement across Facebook.

More recently, the Foo Fighters in October, held a live concert that was streamed across Facebook, Livestream and the iPhone, and delivered 2 hours and 45 minutes of their greatest hits to more than 150,000 viewers around the world. The video drew 440,000 total live streams, with a max of 20,000 at any one time.

Watch live streaming video from foofighters at livestream.com


Clearly Facebook is making their platform more friendly from a video streaming perspective, think what could of been from an advertisers' standpoint if the Foo Fighters' record label was to try and monetize that almost 3 hour long show...exactly. On top of that, the concert trended on Twitter at #2, (#1 was Halloween) and it was also #1 on Digg.

Music has not been the only source of featured video for Facebook, the early premier of the NBC (and Hulu owner) show Community was debuted through Facebook on the NBC Fan Page.

Overall, the number of total U.S. video watchers dipped to 138.6 million unique viewers from 139.3 million in September. However, the number of total streams rose to 11.2 billion in October vs. 11.02 billion in September. And the number of streams per person was up to 81 in October, compared to 79.1 in September, and the time spent per viewer was up to 212.5 minutes in October, compared to 195.2 in September.

Labels: , , , , ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home

Blog Search

 

RSS Feeds

 Atom
 RSS

Subscribe to Overdrive eMarketing Blog by Email





Delivered by FeedBurner

Categories

<% '-- add your label directory here labelDir = "m:\web\users\V029U45EBY\html\ovrdrv\blog\labels\" '-- Check for Directory Set FSO = Server.CreateObject("Scripting.FileSystemObject") If FSO.FolderExists(labelDir) Then Response.Write "
    " Set labelFolder = FSO.GetFolder(labelDir) Set labelBlogs = labelFolder.Files For each label in labelBlogs Set labelFile = FSO.GetFile(label) Set labelStream = labelFile.OpenAsTextStream (1, -2) iLabelCount = -1 '-- Read the file line by line Do While Not labelStream.AtEndOfStream Line = labelStream.readline LineCount = Sgn(InStr(Line,"blogger-labels")) iLabelCount = iLabelCount + LineCount Loop Response.Write "
  • " + Replace(labelFile.Name,".asp","") & " (" + CSTR(iLabelCount) & ")
  • " Set labelStream = nothing Set labelFile = nothing Next Response.Write "
" Else Response.Write "

No labels in folder: " & labelDir & "

" End If Set FSO = nothing %>