Android Ogg Stream Player

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
Идентификатор

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

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

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

1.0.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Android Ogg Stream Player
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.
Ссылка на сайт

Ссылка на сайт

http://droidlabs.net
Организация-разработчик

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

DroidLabs
Система контроля версий

Система контроля версий

https://github.com/radzio/AndroidOggStreamPlayer

Скачать parent

Имя Файла Размер
parent-1.0.0.pom 9 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.droidlabs.android.audio.ogg/parent/ -->
<dependency>
    <groupId>net.droidlabs.android.audio.ogg</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.droidlabs.android.audio.ogg/parent/
implementation 'net.droidlabs.android.audio.ogg:parent:1.0.0'
// https://jarcasting.com/artifacts/net.droidlabs.android.audio.ogg/parent/
implementation ("net.droidlabs.android.audio.ogg:parent:1.0.0")
'net.droidlabs.android.audio.ogg:parent:pom:1.0.0'
<dependency org="net.droidlabs.android.audio.ogg" name="parent" rev="1.0.0">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.droidlabs.android.audio.ogg', module='parent', version='1.0.0')
)
libraryDependencies += "net.droidlabs.android.audio.ogg" % "parent" % "1.0.0"
[net.droidlabs.android.audio.ogg/parent "1.0.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • player
  • player-demo

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