You are not logged in.

#1 2011-09-13 20:04:04

nedlinin
Member
Registered: 2011-03-22
Posts: 16

Streaming audio/video to Android device

Was hoping someone would have a suggestions of an easy to setup app that allows streaming to an Android device.  Was hoping to get Plex Media Server from AUR but it doesn't want to run (sqlite error..).

Any alternatives that seem to work ok for anyone?

Offline

#2 2011-09-13 20:10:54

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: Streaming audio/video to Android device

Not sure about video, but setting up mpd as a streaming server works great with the MPDroid app. I use this in my /etc/mpd.conf on my server:

<snip>
audio_output {
        type            "httpd"
        name            "MPD Stream"
        encoder         "vorbis"                # optional, vorbis or lame
        port            "5000"
        bind_to_address "0.0.0.0"               # optional, IPv4 or IPv6
        bitrate         "96"                    # do not define if quality is defined
        format          "44100:16:1"
        max_clients     "0"                     # optional 0=no limit
}
<snip>

Works great for streaming music to other computers and to my phone.

Scott

Offline

#3 2011-09-13 20:13:50

nedlinin
Member
Registered: 2011-03-22
Posts: 16

Re: Streaming audio/video to Android device

I've looked into MPD and MPDroid and and does not do video.. I don't mind having two separate applications/servers but having both video and audio is essentially a "project requirement" for me.

Appreciate the suggestion though.  I'll set up MPD and at least get Audio working  for the time being

Offline

#4 2011-09-14 04:28:11

hellomynameisphil
Member
From: /home/phil/Vancouver
Registered: 2009-10-02
Posts: 257
Website

Re: Streaming audio/video to Android device

Subsonic might be what you are looking for. I had some trouble setting it up on Arch, but it worked well on Debian. If I had had more time, I probably could have got the Arch package in the AUR working.

It might not be considered very Arch-like (i.e., it's probably not considered 'simple'), but you might consider it anyway.

Offline

#5 2011-09-14 12:19:20

dhettinger
Member
Registered: 2011-09-12
Posts: 2

Re: Streaming audio/video to Android device

I totally agree with Phil, Subsonic is a great program for audio streaming and is what I use on my server as well.

http://www.subsonic.org/pages/index.jsp

I think you will have to donate in order to have streaming support to the android app (which is on the market), back when I did it I think I opted to pay $20 or something but you can get it for less if you chose too, as it is a donation. Set it up, use it via a browser and try it out before you consider going for the extra functionality and what not. Really though, its quite good.


David

Offline

#6 2011-09-15 01:43:24

nedlinin
Member
Registered: 2011-03-22
Posts: 16

Re: Streaming audio/video to Android device

I'll give Subsonic a look!  Appreciate it guys!

Offline

Board footer

Powered by FluxBB