From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 09:15:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFC87D6; Tue, 26 Nov 2013 09:15:08 +0000 (UTC) Received: from mail-ve0-x233.google.com (mail-ve0-x233.google.com [IPv6:2607:f8b0:400c:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CE3D2DE6; Tue, 26 Nov 2013 09:15:08 +0000 (UTC) Received: by mail-ve0-f179.google.com with SMTP id jw12so3889774veb.10 for ; Tue, 26 Nov 2013 01:15:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Qt4bmEu0R4MaK6XPf7hu6bzeZ80CZ1oqjLawUBl06s0=; b=LT4MuiirJtrKevuMkW4is6720V2Tag5YCa9cydxPShdfKpNFEyzKNLIdiYp0dUSKs3 B5jNI5671GwUSgXslycMBeaCLvKlAEsEaZGkR0IGkJ7wZIIwhViiwFkXY00VgGouEYyS 0g+DpXqfdBu4jSNJLWqosYzDSrNBxdS8L94OBTqwtFH4Et0qckRXiXZyvL45h4/iK2h9 H9SJbR4cVbCOqumIOM3waCKJ5wd+fdUKLQOWEgSEE6mCvLoqYXoUN7aaVltJjd3Bjxvt smOk5ttHDS9tqmZZFFAbTUAMu5z6o1AN7QVw0DqPxfP2N0+lzgVI6NtdPdhdQq6o2uAS BAvQ== MIME-Version: 1.0 X-Received: by 10.221.29.8 with SMTP id rw8mr39615vcb.56.1385457307416; Tue, 26 Nov 2013 01:15:07 -0800 (PST) Received: by 10.220.224.12 with HTTP; Tue, 26 Nov 2013 01:15:07 -0800 (PST) In-Reply-To: <20131125203540.GM88827@graf.pompo.net> References: <20131117140544.C7D8742D18BC@graf.pompo.net> <20131124175406.GG91903@graf.pompo.net> <20131125203540.GM88827@graf.pompo.net> Date: Tue, 26 Nov 2013 10:15:07 +0100 Message-ID: Subject: Re: ports/184035: net/liveMedia: upgrade to 2013.11.15 and reorganize From: Thomas Zander To: Thomas Zander , FreeBSD-gnats-submit@freebsd.org, multimedia@freebsd.org, freebsd-ports-bugs@freebsd.org, c.petrik.sosa@gmail.com Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 09:15:08 -0000 On 25 November 2013 21:35, Thierry Thomas wrote: >> Is it not possible to watch this TV stream without liveMedia? >> Most use cases are covered by mplayer already, and the dev team does >> currently not plan to support the asynchronous interface in liveMedia. >> What are you doing that is not possible with ffmpeg? > > To my knowledge, liveMedia is mandatory when you want to read stream > like 'rtsp://...'. Not anymore. rtsp should work right out of the box without liveMedia. ffmpeg supports it for quite some time: https://trac.ffmpeg.org/wiki/StreamingGuide Regards Riggs