net.sourceforge.servestream description
mention that x86 libraries aren't present. Also magnatune.com doesn't seem to work in the latest version.
This commit is contained in:
parent
791febe0f5
commit
dc7759108c
|
@ -7,9 +7,7 @@ Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=wseemann%40
|
||||||
|
|
||||||
Summary:Audio stream player
|
Summary:Audio stream player
|
||||||
Description:
|
Description:
|
||||||
'''N.B''' ffmpeg is being used in 0.5.4, so all features should work correctly,
|
'''N.B''' v0.6.0 supports ARM and MIPS natively, but not x86.
|
||||||
but it's only for ARM devices. The next version will support all architectures.
|
|
||||||
Version 0.4.12 doesn't have ffmpeg and will not have all the features listed below.
|
|
||||||
|
|
||||||
HTTP media server browser and stream player. Ideal for playing internet radio
|
HTTP media server browser and stream player. Ideal for playing internet radio
|
||||||
or streaming podcasts
|
or streaming podcasts
|
||||||
|
@ -22,7 +20,7 @@ in the background. For use with any streaming media servers such as GNUMP3d.
|
||||||
* Repeat and shuffle modes
|
* Repeat and shuffle modes
|
||||||
* Alarm clock support
|
* Alarm clock support
|
||||||
* Home screen widget
|
* Home screen widget
|
||||||
* Utilizes HTML parsing to allow navigation of HTTP servers that serve HTML pages e.g. http://listenlive.eu or http://magnatune.com/mobile
|
* Utilizes HTML parsing to allow navigation of HTTP servers that serve HTML pages e.g. http://listenlive.eu
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git-svn
|
Repo Type:git-svn
|
||||||
|
@ -67,7 +65,7 @@ echo "android.library.reference.1=$$ActionBarSherlock$$" >> project.properties &
|
||||||
echo "android.library.reference.2=$$DragSort$$" >> project.properties,\
|
echo "android.library.reference.2=$$DragSort$$" >> project.properties,\
|
||||||
build=./scripts/build-ffmpeg.sh,buildjni=yes
|
build=./scripts/build-ffmpeg.sh,buildjni=yes
|
||||||
|
|
||||||
#Build Version:0.6.0,72,!scripts aren't creating libs in jni/ffmpeg (at v0.6.0),\
|
# Todo: work for x86
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.6.0
|
Current Version:0.6.0
|
||||||
|
|
Loading…
Reference in a new issue