You are not logged in.

#1 2005-07-27 20:12:26

ro0x
Member
From: Santiago, Chile
Registered: 2004-06-20
Posts: 79

[Request] Fenice & Nemesi

http://streaming.polito.it/tools

 Fenice is a multimedia streaming server compliant with the IETF's standards for real-time streaming of multimedia contents over Internet. It implements RTSP (Real-Time Streaming Protocol, RFC2326) and RTP/RTCP (Real-Time Transport Protocol/RTP Control Protocol, RFC3550) with RTP Profile for Audio and Video Conferences with Minimal Control (RFC3551). It is the official streaming server for the Open Media Streaming Project. 
NeMeSI is a streaming client that allows user to enjoy playback of multimedia files with low latency transport over IP-based networks. This software is fully compliant with all IETF protocols for streaming data that requires real-time class delivery. It features an adaptive behaviour achieved by the "Dynamic CoDec Switching" technique.

Offline

#2 2005-07-27 20:45:56

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: [Request] Fenice & Nemesi

fenice:

pkgname=fenice
pkgver=1.10
pkgrel=1
pkgdesc="A multimedia streaming server"
url="http://streaming.polito.it/server"
license=""
depends=('glibc')
source=(http://dl.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
md5sums=('7a1692c788c3318a5176c483c9288b85')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

let me know if it works ok.

Offline

#3 2005-07-27 21:08:56

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: [Request] Fenice & Nemesi

nemesi :

pkgname=nemesi
pkgver=0.5.3
pkgrel=1
pkgdesc="A multimedia streaming client"
url="http://streaming.polito.it/server"
license=""
depends=('gtk2' 'ffmpeg' 'xorg' 'libtool')

source=(http://streaming.polito.it/files/$pkgname-$pkgver.tar.bz2)
md5sums=('dee0ddcb2cbd4d733fdf9477cde11910')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

Board footer

Powered by FluxBB