description
This commit is contained in:
parent
db99ddeaa1
commit
781862c50d
|
@ -9,8 +9,8 @@ Auto Name:ServeStream
|
|||
Summary:Audio stream player
|
||||
Description:
|
||||
HTTP media server browser and stream player.
|
||||
Ideal for playing internet radio or streaming podcasts in the background.
|
||||
For use with any streaming media servers such as GNUMP3d or icecast.
|
||||
Ideal for playing internet radio or streaming podcasts in the background;
|
||||
if you find an audio file on a web page, share the link to Servestream.
|
||||
|
||||
* Supports http, https, mms (beta), mmsh (beta)
|
||||
* 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
|
||||
* Home screen widget
|
||||
* 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: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
|
||||
|
@ -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 '/PIPESTATUS/d' arm-build.sh && \
|
||||
NDK=$$NDK$$ ./arm-build.sh && cp -r build/ffmpeg/* ../jni/ffmpeg/ffmpeg,buildjni=yes
|
||||
|
||||
# build server now doing bash
|
||||
Build Version:0.6.0,72,v0.6.0,\
|
||||
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,\
|
||||
build=./scripts/build-ffmpeg.sh,buildjni=yes
|
||||
|
||||
# sed -i 's/x86 mips/mips/g' jni/Application.mk && \
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.6.0
|
||||
|
|
Loading…
Reference in a new issue