From owner-freebsd-python@FreeBSD.ORG Thu Nov 28 23:25:10 2013 Return-Path: Delivered-To: freebsd-python@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 47AC2BDA; Thu, 28 Nov 2013 23:25:10 +0000 (UTC) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 069B31AE9; Thu, 28 Nov 2013 23:25:06 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 937981E007C3; Fri, 29 Nov 2013 00:25:04 +0100 (CET) Received: from enceladus10.kn-bremen.de (noident@localhost [127.0.0.1]) by enceladus10.kn-bremen.de (8.14.5/8.14.5) with ESMTP id rASNKrCb019722; Fri, 29 Nov 2013 00:20:53 +0100 (CET) (envelope-from nox@enceladus10.kn-bremen.de) Received: (from nox@localhost) by enceladus10.kn-bremen.de (8.14.5/8.14.5/Submit) id rASNKrQX019721; Fri, 29 Nov 2013 00:20:53 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Fri, 29 Nov 2013 00:20:53 +0100 To: freebsd-multimedia@FreeBSD.org, freebsd-python@FreeBSD.org Subject: livestreamer port; anyone want to help porting python-librtmp? Message-ID: <20131128232053.GA19413@enceladus10.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 23:25:10 -0000 Hi! I wanted to watch the spacex launch (still not launched), found out that the usual flash stream, http://www.spacex.com/webcast/ needs chrome/windows flash that we don't have (with flash11 it only plays for 10 or so seconds then stops until you hit reload) and so I wanted to try livestreamer: https://github.com/chrippa/livestreamer/ I know nothing about python porting but looking at other ports and with a bit of help from #freebsd-python I came up with this port: http://people.freebsd.org/~nox/tmp/livestreamer.shar which works for this stream: (by default it pipes to vlc) livestreamer http://new.livestream.com/spacex/SES8 432p It didn't work for other streams like from ustream [1], said it needs python-librtmp which I couldn't install via pip (devel/py-pip) either: https://github.com/chrippa/python-librtmp Soo, anyone want to port python-librtmp (and cffi)? :) Thanx! Juergen [1] List of streams/plugins: http://livestreamer.tanuki.se/en/latest/plugin_matrix.html#plugin-matrix