2012-12-06 13:33:51 +00:00
|
|
|
Category:Multimedia
|
2012-01-10 23:25:28 +00:00
|
|
|
License:Apache2
|
2012-09-26 19:25:46 +00:00
|
|
|
Web Site:http://sourceforge.net/projects/servestream
|
|
|
|
Source Code:http://sourceforge.net/p/servestream/code/commit_browser
|
2011-03-30 09:26:45 +00:00
|
|
|
Issue Tracker:http://sourceforge.net/tracker/?group_id=361303
|
2013-07-08 13:27:08 +00:00
|
|
|
Donate:http://sourceforge.net/p/servestream/donate
|
2012-01-10 23:25:28 +00:00
|
|
|
|
2013-07-08 13:27:08 +00:00
|
|
|
Auto Name:ServeStream
|
2012-09-26 19:25:46 +00:00
|
|
|
Summary:Audio stream player
|
2011-03-30 09:26:45 +00:00
|
|
|
Description:
|
2013-07-08 13:27:08 +00:00
|
|
|
HTTP media server browser and stream player.
|
2013-08-04 14:13:43 +00:00
|
|
|
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.
|
2012-09-10 09:22:07 +00:00
|
|
|
|
2012-12-06 13:33:51 +00:00
|
|
|
* Supports http, https, mms (beta), mmsh (beta)
|
|
|
|
* Plays mp3/3gp/mp4/m4a/ogg/wav/mid/xmf/mxmf/rtttl/rtx/ota/imy
|
2012-11-17 19:25:56 +00:00
|
|
|
* Additional support for m3u, m3u8, pls and asx playlists
|
|
|
|
* Supports multitasking/playing audio in the background
|
|
|
|
* Repeat and shuffle modes
|
|
|
|
* Alarm clock support
|
|
|
|
* Home screen widget
|
2013-05-27 10:08:12 +00:00
|
|
|
* Utilizes HTML parsing to allow navigation of HTTP servers that serve HTML pages e.g. http://listenlive.eu
|
2013-08-04 14:13:43 +00:00
|
|
|
* Supports x86 and MIPS for ffmpeg playback
|
2011-03-30 09:26:45 +00:00
|
|
|
.
|
|
|
|
|
2012-10-15 18:43:09 +00:00
|
|
|
#Repo:https://servestream.svn.sourceforge.net/svnroot/servestream/trunk; old url prior to r1160
|
2013-10-30 17:53:56 +00:00
|
|
|
Repo Type:git-svn
|
|
|
|
Repo:http://svn.code.sf.net/p/servestream/code;trunk=trunk;tags=tags
|
2013-08-26 10:20:18 +00:00
|
|
|
|
2013-10-30 17:53:56 +00:00
|
|
|
Build:0.5.4,69
|
|
|
|
commit=1354
|
|
|
|
srclibs=ActionBarSherlock@4.2.0
|
|
|
|
prebuild=rm custom_rules.xml && \
|
|
|
|
echo "android.library.reference.1=$$ActionBarSherlock$$" >> project.properties && \
|
|
|
|
wget http://sourceforge.net/p/servestream/code/1175/tree/ffmpeg/ffmpeg-0.11.1-android-2012-09-18.tar.gz?format=raw --output-document=ffmpeg-0.11.1-android-2012-09-18.tar.gz && \
|
|
|
|
wget http://sourceforge.net/p/servestream/code/1311/tree/ffmpeg/scripts/arm-build.sh?format=raw --output-document=arm-build.sh && \
|
|
|
|
tar -xvf ffmpeg-0.11.1-android-2012-09-18.tar.gz && \
|
|
|
|
chmod +x arm-build.sh && \
|
|
|
|
mv arm-build.sh ffmpeg-0.11.1-android-2012-09-18 && \
|
|
|
|
sed -i 's/armeabi armeabi-v7a x86 mips/armeabi/g' jni/Application.mk && \
|
|
|
|
cd ffmpeg-0.11.1-android-2012-09-18 && \
|
|
|
|
./extract.sh && \
|
|
|
|
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
|
2013-08-26 10:20:18 +00:00
|
|
|
|
2013-10-30 17:53:56 +00:00
|
|
|
Build:0.6.0,72
|
|
|
|
commit=v0.6.0
|
|
|
|
srclibs=ActionBarSherlock@4.2.0;DragSort@0.6.1
|
|
|
|
prebuild=sed -i 's/make -j4/make -j2/g' scripts/* && \
|
|
|
|
rm custom_rules.xml && \
|
|
|
|
chmod +x scripts/build-ffmpeg.sh && \
|
|
|
|
cp -f $$ActionBarSherlock$$/libs/android-support-v4.jar $$DragSort$$/libs/ && \
|
|
|
|
echo "android.library.reference.1=$$ActionBarSherlock$$" >> project.properties && \
|
|
|
|
echo "android.library.reference.2=$$DragSort$$" >> project.properties
|
|
|
|
build=./scripts/build-ffmpeg.sh
|
|
|
|
buildjni=yes
|
2011-03-30 09:26:45 +00:00
|
|
|
|
2013-10-30 17:53:56 +00:00
|
|
|
Build:0.6.3,78
|
|
|
|
commit=v0.6.3
|
|
|
|
srclibs=ActionBarSherlock@4.2.0;DragSort@0.6.1;Streamscraper@f01d9ac64629;Jericho@3.2
|
|
|
|
prebuild=cp -f $$ActionBarSherlock$$/libs/android-support-v4.jar $$DragSort$$/libs/ && \
|
|
|
|
rm libs/streamscraper.jar && \
|
|
|
|
cp -r $$Streamscraper$$/src/net/moraleboost/ src/net/ && \
|
|
|
|
cp -r $$Jericho$$/src/java/net/htmlparser/ src/net/ && \
|
|
|
|
cp $$Jericho$$/compile-time-dependencies/* libs/ && \
|
|
|
|
sed -i 's/make -j4/make -j2/g' scripts/* && \
|
|
|
|
rm custom_rules.xml && \
|
|
|
|
chmod +x scripts/build-ffmpeg.sh && \
|
|
|
|
sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
|
|
sed -i 's@\(reference.2=\).*@\1$$DragSort$$@' project.properties
|
|
|
|
build=./scripts/build-ffmpeg.sh
|
|
|
|
buildjni=yes
|
2013-08-26 10:20:18 +00:00
|
|
|
|
2013-08-04 14:13:43 +00:00
|
|
|
# sed -i 's/x86 mips/mips/g' jni/Application.mk && \
|
2012-09-23 00:09:28 +00:00
|
|
|
Auto Update Mode:None
|
2013-10-30 17:53:56 +00:00
|
|
|
Update Check Mode:Tags
|
|
|
|
Current Version:0.6.4
|
|
|
|
Current Version Code:82
|
2012-01-10 23:25:28 +00:00
|
|
|
|