2011-10-01 22:59:54 +00:00
|
|
|
Category:Internet
|
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
|
2012-08-08 21:23:21 +00:00
|
|
|
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=wseemann%40gmail.com&lc=US&item_name=Servestream%20Donation&
|
2012-01-10 23:25:28 +00:00
|
|
|
|
2012-09-26 19:25:46 +00:00
|
|
|
Summary:Audio stream player
|
2011-03-30 09:26:45 +00:00
|
|
|
Description:
|
2012-10-15 13:37:07 +00:00
|
|
|
These versions of the app have been built without native code. The app should work fine but will crash
|
|
|
|
if you attempt to enable retrieval of Shoutcast metadata in the settings. See the website for the
|
|
|
|
developer's build if you need that feature.
|
|
|
|
|
2012-09-26 19:25:46 +00:00
|
|
|
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.
|
2012-09-10 09:22:07 +00:00
|
|
|
|
2012-09-26 19:25:46 +00:00
|
|
|
*Supports Android 2.2+, 3.0+ (No support for < 2.2)
|
|
|
|
*Plays Android supported media files
|
|
|
|
*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
|
|
|
|
*Utilizes HTML parsing to allow navigation of HTTP servers that serve HTML pages e.g http://listenlive.eu
|
2011-03-30 09:26:45 +00:00
|
|
|
.
|
|
|
|
|
2012-10-15 18:43:09 +00:00
|
|
|
Repo Type:svn
|
|
|
|
#Repo:https://servestream.svn.sourceforge.net/svnroot/servestream/trunk; old url prior to r1160
|
2012-09-26 19:25:46 +00:00
|
|
|
Repo:http://svn.code.sf.net/p/servestream/code/trunk
|
2011-03-30 09:26:45 +00:00
|
|
|
|
|
|
|
Build Version:0.1,35,374,prebuild=mv lib/ libs/
|
2011-05-16 08:55:51 +00:00
|
|
|
Build Version:0.2.5,40,!source has wrong version code at r442,prebuild=mv lib/ libs/
|
2011-08-02 10:19:05 +00:00
|
|
|
#The following is a guess at the correct revision. Most of the commits in
|
|
|
|
#this project don't even have any comment at all!?
|
|
|
|
Build Version:0.2.11,46,614,prebuild=mv lib/ libs/
|
2011-08-14 21:30:49 +00:00
|
|
|
#Still guessing, see previous comment
|
|
|
|
Build Version:0.3.1,48,659,prebuild=mv lib/ libs/
|
2012-01-19 10:38:39 +00:00
|
|
|
Build Version:0.4.4,54,957,prebuild=mv lib/ libs/
|
2012-02-21 21:46:01 +00:00
|
|
|
Build Version:0.4.6,56,999,prebuild=mv lib/ libs/
|
2012-03-21 23:05:55 +00:00
|
|
|
Build Version:0.4.7,57,1013,prebuild=mv lib/ libs/
|
2012-03-27 22:46:22 +00:00
|
|
|
Build Version:0.4.8,58,1031,prebuild=mv lib/ libs/
|
2012-07-26 09:16:22 +00:00
|
|
|
Build Version:0.4.9,59,1049,buildjni=no
|
2012-10-15 18:43:09 +00:00
|
|
|
Build Version:0.4.12,62,1160,buildjni=no
|
2012-10-15 13:37:07 +00:00
|
|
|
|
2012-10-15 18:43:09 +00:00
|
|
|
#adapted from here http://servestream.sourceforge.net/build-servestream.sh. See tags for releases
|
|
|
|
Build Version:0.4.13,63,!must be built with jni: this build needs testing,buildjni=yes,prebuild=\
|
2012-09-28 12:14:35 +00:00
|
|
|
export NDK=$$NDK$$ && \
|
|
|
|
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/1175/tree/ffmpeg/scripts/arm-build.sh?\
|
|
|
|
format=raw --output-document=arm-build.sh && \
|
|
|
|
wget http://sourceforge.net/p/servestream/code/1175/tree/ffmpeg/scripts/x86-build.sh?\
|
|
|
|
format=raw --output-document=x86-build.sh && \
|
|
|
|
tar -xvf ffmpeg-0.11.1-android-2012-09-18.tar.gz && \
|
|
|
|
chmod +x arm-build.sh && chmod +x x86-build.sh && \
|
|
|
|
mv arm-build.sh ffmpeg-0.11.1-android-2012-09-18 && mv x86-build.sh ffmpeg-0.11.1-android-2012-09-18 && \
|
|
|
|
cd ffmpeg-0.11.1-android-2012-09-18 && ./extract.sh && \
|
|
|
|
./arm-build.sh && cp -r build/ffmpeg/* jni/ffmpeg/ffmpeg && \
|
|
|
|
./x86-build.sh && cp -r build/ffmpeg/* jni/ffmpeg/ffmpeg && cd ..
|
|
|
|
|
2012-09-23 00:09:28 +00:00
|
|
|
Auto Update Mode:None
|
2012-01-19 10:38:39 +00:00
|
|
|
Update Check Mode:Market
|
2012-10-15 12:33:23 +00:00
|
|
|
Current Version:0.4.13
|
|
|
|
Current Version Code:63
|
2012-01-10 23:25:28 +00:00
|
|
|
|