Package net.chrislongo.hls

Examples of net.chrislongo.hls.PlaylistDownloader.download()


        File outDir = new File("out");
        if(!outDir.exists())
            outDir.mkdir();

        PlaylistDownloader downloader = new PlaylistDownloader("file:./data/prog_index.m3u8");
        downloader.download("out/out.ts");
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.