net.sourceforge.openutils.mgnlmedia.media.utils
Class RtmpMedatadaFetcher
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fetchMetadata
public static FLVMedataUtils.FLVMetaData fetchMetadata(String url,
long timeoutInMs)
throws IOException
- Fetch flv metadata from a rtmp URL
- Parameters:
url - URLtimeoutInMs - timeout for fetching metadata (milliseconds)
- Returns:
- parsed FLVMetadata
- Throws:
IOException
Copyright © 2008-2010 Openmind. All Rights Reserved.