net.sourceforge.openutils.mgnlmedia.media.utils
Class RtmpMedatadaFetcher

java.lang.Object
  extended by net.sourceforge.openutils.mgnlmedia.media.utils.RtmpMedatadaFetcher

public final class RtmpMedatadaFetcher
extends Object

Utility class to fetch flv headers from a rtmp URL using flazr (http://flazr.com)

Version:
$Id: RtmpMedatadaFetcher.java 2350 2010-05-04 21:19:37Z fgiust $
Author:
fgiust

Method Summary
static FLVMedataUtils.FLVMetaData fetchMetadata(String url, long timeoutInMs)
          Fetch flv metadata from a rtmp URL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fetchMetadata

public static FLVMedataUtils.FLVMetaData fetchMetadata(String url,
                                                       long timeoutInMs)
                                                throws IOException
Fetch flv metadata from a rtmp URL

Parameters:
url - URL
timeoutInMs - timeout for fetching metadata (milliseconds)
Returns:
parsed FLVMetadata
Throws:
IOException


Copyright © 2008-2010 Openmind. All Rights Reserved.