From owner-freebsd-multimedia@FreeBSD.ORG Sun Sep 8 20:13:17 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 601633FD for ; Sun, 8 Sep 2013 20:13:17 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id A8EFD2EE2 for ; Sun, 8 Sep 2013 20:13:16 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id AD82B1E007B6; Sun, 8 Sep 2013 22:13:15 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.5/8.14.4) with ESMTP id r88KBbLU079351; Sun, 8 Sep 2013 22:11:37 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.5/8.14.3/Submit) id r88KBbx7079350; Sun, 8 Sep 2013 22:11:37 +0200 (CEST) (envelope-from nox) Date: Sun, 8 Sep 2013 22:11:37 +0200 (CEST) From: Juergen Lock Message-Id: <201309082011.r88KBbx7079350@triton8.kn-bremen.de> To: freebsd-multimedia@dino.sk Subject: Re: ITE Technologies, Inc. DVB-T TV Stick [success report] X-Newsgroups: local.list.freebsd.multimedia In-Reply-To: <20130828235428.45b51b76@zeta.dino.sk> References: <20130827230542.4b443eaf@zeta.dino.sk> <521D93E4.5070606@bitfrost.no> <20130828121240.7bf77ae1@zeta.dino.sk> Organization: Cc: freebsd-multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 20:13:17 -0000 In article <20130828235428.45b51b76@zeta.dino.sk> you write: >On Wed, 28 Aug 2013 12:12:40 +0200 >Milan Obuch wrote: > >> On Wed, 28 Aug 2013 08:08:36 +0200 >> Hans Petter Selasky wrote: >> >> > On 08/27/13 23:05, Milan Obuch wrote: >> > > Hi, >> > > >> > > today I got ITE Technologies, Inc. DVB-T TV Stick and would like >> > > to use it under FreeBSD. As I did not try anything like this >> > > before, I would like some help here. First what I did... >> > > >> > > Some product info is on http://www.notonlytv.net/p_lv52t.html - >> > > not much, as usual. >> > > Btw google flags this site as serving malicious code... > >[ snip ] > >> > Hi, >> > >> > Looks like your device is detected and ready to use! >> > > >[ snip ] > >> Yes, looks so - and today i did a multimedia/vdr build according to >> https://wiki.freebsd.org/VDR - it seems like it will work. I need to >> go through some trial-and-error process to learn a bit about it. I >> will try vlc too, so I can gai some experience with it. >> > >After some fiddling I found how to use w_scan to get available programs >and create channelst list for VDR. Now I am able to watch TV on my >notebook. I did not see how to watch TV with vlc, yet, but it is low >priority for me, now. I am going to play a bit more with VDR to >understand plugin possibilities etc. > Feel free to ask if you still have questions... Btw is this a dual tuner i.e. do you get /dev/dvb/adapter0 and 1? If yes you might want to test if it can really use both tuners or if that causes stream corruptions like with my af9035 tuner. To test this play two channels from different muxes, for example using vdr-plugin-streamdev in parallel with watching one channel via vdr-sxfe, or play two channels from different muxes both via streamdev. If you do get corruptions you can try forcing hw pidfiltering by adding "-m dvb-usb-init.force_pid_filter_usage=1" to webcamd_flags in rc.conf and see if that helps. (Or I just see maybe it's "-m dvb_usb_core.force_pid_filter_usage=1" for your tuner.) And if that doesn't help you may want to add "-D 0" to vdr_flags in rc.conf so that it only uses one tuner so as not to mess up recordings etc. And let me know what you find so we can add this info to the wiki... Thanx, :) Juergen