Search Criteria
Package Details: air-video-server 2.4.6_beta3-8
Git Clone URL: | https://aur.archlinux.org/air-video-server.git (read-only, click to copy) |
---|---|
Package Base: | air-video-server |
Description: | A media server that can stream videos in almost any format from your PC to your iPhone, iPad and iPod touch |
Upstream URL: | http://www.inmethod.com/air-video/index.html |
Licenses: | |
Submitter: | biloky |
Maintainer: | biloky |
Last Packager: | biloky |
Votes: | 24 |
Popularity: | 0.000000 |
First Submitted: | 2010-03-08 08:33 |
Last Updated: | 2015-07-01 07:12 |
Dependencies (9)
- faac (faac-git)
- fontconfig (fontconfig-srb, fontconfig-infinality-ultimate, fontconfig-infinality, fontconfig-infinality-remix, fontconfig-git, fontconfig-ubuntu, fontconfig-minimal-git)
- gpac (gpac-git, gpac-headless)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jre-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk-openj9-bin, jre, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jre8-adoptopenjdk, java-openjdk-loom-ea-bin, jdk-arm, jdk-jetbrains, java-openjdk-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- lame (lame-svn, lame-altivec)
- libcups (libcups-git, libcups-noudev, libcups-nosystemd-minimal-git)
- x264 (x264-ymod-git, x264-tmod-git, x264-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- yasm (yasm-git) (make)
Required by (0)
Sources (11)
- air-video-server-enabled.autostart
- air-video-server-systemd.service
- air-video-server.autostart
- air-video-server.properties
- air-video-server.rc
- air-video-server.service
- air-video-server.sh
- http://s3.amazonaws.com/AirVideo/Linux-2.4.6-beta3/AirVideoServerLinux.jar
- http://s3.amazonaws.com/AirVideo/Linux-2.4.6-beta3/libav.tar.bz2
- LICENSE
- mp4creator.sh
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
biloky commented on 2012-04-08 15:17
@prurigro: Package updated. Thanks :)
@fhtagn: The server requires a customized ffmpeg provided by the author. By using the one located at /usr/bin, you are in effect using the latest version available to arch. Not sure why that worked in your case. Haven't tried it though. :)
prurigro commented on 2012-04-07 08:50
ffmpeg-for-2.4.5-beta6.tar.bz2 -> ffmpeg-for-2.4.5-beta7.tar.bz2 (md5sum: a5d399dc97a1d1efc924f7807f57b506)
Upgrading is pretty key as beta6 currently fails (at least on 64bit)
Cheers!
fhtagn commented on 2012-02-16 20:24
Dunno why, but I had to change the ffmpeg path to /usr/bin/ffmpeg for it to work. Otherwise, it would crash upon clicking a movie.
biloky commented on 2012-01-15 14:05
@benwbooth: Avahi service file added. :)
benwbooth commented on 2012-01-07 05:54
To get bonjour/avahi working with air video server, create a file called /etc/avahi/services/air-video-server.service with the contents:
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<!-- This file is part of air-video-server -->
<service-group>
<name replace-wildcards="yes">%h</name>
<service>
<type>_airvideoserver._tcp</type>
<port>45631</port>
</service>
</service-group>
Any chance this file could be added to the PKGBUILD sources for out of the box avahi support enabled?
biloky commented on 2011-07-14 13:55
AAC enabled. Thanks DocterD :)
biloky commented on 2011-07-14 13:54
AAC enabled. Thanks DocterD :)
Anonymous comment on 2011-07-05 21:33
Why is the AAC Decoder disabled? Works flawless so far with AAC enabled.
nitrix commented on 2011-06-30 04:58
Thanks, great work!
biloky commented on 2011-06-25 10:43
Updated. Thanks jazz.arch :)