description

This commit is contained in:
David Black 2013-08-04 15:13:43 +01:00
parent db99ddeaa1
commit 781862c50d

View file

@ -9,8 +9,8 @@ Auto Name:ServeStream
Summary:Audio stream player Summary:Audio stream player
Description: Description:
HTTP media server browser and stream player. HTTP media server browser and stream player.
Ideal for playing internet radio or streaming podcasts in the background. Ideal for playing internet radio or streaming podcasts in the background;
For use with any streaming media servers such as GNUMP3d or icecast. if you find an audio file on a web page, share the link to Servestream.
* Supports http, https, mms (beta), mmsh (beta) * Supports http, https, mms (beta), mmsh (beta)
* Plays mp3/3gp/mp4/m4a/ogg/wav/mid/xmf/mxmf/rtttl/rtx/ota/imy * Plays mp3/3gp/mp4/m4a/ogg/wav/mid/xmf/mxmf/rtttl/rtx/ota/imy
@ -20,10 +20,9 @@ For use with any streaming media servers such as GNUMP3d or icecast.
* 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 * Utilizes HTML parsing to allow navigation of HTTP servers that serve HTML pages e.g. http://listenlive.eu
* Support x86 and MIPS for ffmpeg playback * Supports x86 and MIPS for ffmpeg playback
. .
# sed -i 's/x86 mips/mips/g' jni/Application.mk && \
Repo Type:git-svn Repo Type:git-svn
#Repo:https://servestream.svn.sourceforge.net/svnroot/servestream/trunk; old url prior to r1160 #Repo:https://servestream.svn.sourceforge.net/svnroot/servestream/trunk; old url prior to r1160
Repo:http://svn.code.sf.net/p/servestream/code;trunk=trunk;tags=tags Repo:http://svn.code.sf.net/p/servestream/code;trunk=trunk;tags=tags
@ -56,6 +55,7 @@ sed -i 's/make -j4/make -j1/g' arm-build.sh && \
sed -i 's/bash/sh/g' arm-build.sh && \ sed -i 's/bash/sh/g' arm-build.sh && \
sed -i '/PIPESTATUS/d' arm-build.sh && \ sed -i '/PIPESTATUS/d' arm-build.sh && \
NDK=$$NDK$$ ./arm-build.sh && cp -r build/ffmpeg/* ../jni/ffmpeg/ffmpeg,buildjni=yes NDK=$$NDK$$ ./arm-build.sh && cp -r build/ffmpeg/* ../jni/ffmpeg/ffmpeg,buildjni=yes
# build server now doing bash # build server now doing bash
Build Version:0.6.0,72,v0.6.0,\ Build Version:0.6.0,72,v0.6.0,\
srclibs=ActionBarSherlock@4.2.0;DragSort@0.6.1,prebuild=\ srclibs=ActionBarSherlock@4.2.0;DragSort@0.6.1,prebuild=\
@ -66,6 +66,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
# sed -i 's/x86 mips/mips/g' jni/Application.mk && \
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