You are not logged in.

#1 2006-10-14 23:27:57

kozaki
Member
From: London >. < Paris
Registered: 2005-06-13
Posts: 671
Website

live-media-2006.10.12a-1

live-media is "A set of C++ libraries for multimedia streaming" especially usefull with RTSP Servers.
As I was going to compile mplayer with stream support on Arch 64, I noticed that live-media in /extra is outdated : 2006.03.03 when 2006.10.12a is available.
New version supports stuff like H264VideoRTPSink for transmitting H.264/RTP streams, updated H364VideoRTPSink, MPEG2TransportStreamFromESSource.

Here a proposal for an updated PKGBUILD:

# Maintainer : Aaron, phrakture, Griffin <aaron>
# Contributor: Gilles CHAUVIN <gcnweb>

pkgname=live-media
pkgver=2006.10.12a
pkgrel=1
pkgdesc="A set of C++ libraries for multimedia streaming"
arch=(i686 x86_64)
url="http://live555.com/liveMedia/"
depends=('gcc')
source=(http://live555.com/liveMedia/public/live.$pkgver.tar.gz)
md5sums=('5d6578fa37af15b1c85edf65b0f23a48')
...

(as I changed only the version & md5sum, I kept Contributor as it was)

It compiled & installed fine, namcap says nothing. dunno why mplayer complains about "missing" 'liveMedia.hh' & other '.hh' libs as they _are_ in /usr/lib/live-media/ !


Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery smile) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9

Offline

#2 2006-10-14 23:37:40

kozaki
Member
From: London >. < Paris
Registered: 2005-06-13
Posts: 671
Website

Re: live-media-2006.10.12a-1

mplayer compiled without a hitch, now I added '--with-livelibdir=/usr/lib/live-media/' into the ./configure part wink


Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery smile) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9

Offline

#3 2006-10-16 15:02:28

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: live-media-2006.10.12a-1

Is there some sort of problem with this: http://archlinux.org/packages/10196/ ?

If you click "flag out of date" I would update this...

Offline

#4 2006-10-18 17:06:15

kozaki
Member
From: London >. < Paris
Registered: 2005-06-13
Posts: 671
Website

Re: live-media-2006.10.12a-1

phrakture >: I'd never been to archlinux.org/packages.
Now got it well & clear wink


Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery smile) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9

Offline

#5 2007-03-05 17:36:10

Purch
Member
From: Finland
Registered: 2006-02-23
Posts: 229

Re: live-media-2006.10.12a-1

This live-media allows to listen rtp/rtsp stream with vlc or mplayer. Question is how to create such a stream with arch box? Like now I use mpd and icecast to do http streaming, which can be only listened from one source at the time due to different delays.

I would like to have synchronized audio from 3 boxes running mplayers in my house. Mplayer is required as xbox uses mplayer. I cannot find a player and streamer combination that could do rtp/rtsp stream.

I could not get this to work http://www.live555.com/mediaServer
Apple darwin streaming server looks a bit difficult to build ( http://www.streamingmedia.com/tutorials … ial_id=143 ).
Flumotion did not seem to have rtp support included yet or does gstreamers rtp support work?

Suggestions?

Last edited by Purch (2007-03-05 17:37:05)

Offline

Board footer

Powered by FluxBB