Android Ogg Stream Player Library Demo

This library allows you to play Ogg Live Streams on any Android device. It is based on JOrbis so everything is written in Java code.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.droidlabs.android.audio.ogg
Идентификатор

Идентификатор

player-demo
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

apk
Описание

Описание

Android Ogg Stream Player Library Demo
This library allows you to play Ogg Live Streams on any Android device. It is based on JOrbis so everything is written in Java code.
Организация-разработчик

Организация-разработчик

DroidLabs

Скачать player-demo

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.google.android : support-v4 jar r7
net.droidlabs.android.audio.ogg : player jar 1.0.0

provided (1)

Идентификатор библиотеки Тип Версия
com.google.android : android jar 4.0.1.2

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10
org.easytesting : fest-assert-core jar 2.0M10
org.robolectric : robolectric jar 2.0-alpha-2

Модули Проекта

Данный проект не имеет модулей.

Android Ogg Stream Player

Introduction

This library allows you to play Ogg Live Streams on any Android device. It is based on JOrbis so everything is written in Java code.

Usage

        OggStreamPlayer player = new OggStreamPlayer("http://78.28.48.14:8000/stream.ogg");
        player.start();

Goal

Implement API similar to the native Android audio player.

Версии библиотеки

Версия
1.0.0