All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Nielsen <a.nielsen@shikadi.net>
To: linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] dvbstream reliability issues?
Date: Tue, 25 Mar 2008 09:23:47 +1000	[thread overview]
Message-ID: <47E83803.3080504@shikadi.net> (raw)
In-Reply-To: <200803241935.32389.Nicola.Sabbi@poste.it>

>>>
>>> When it crashes it looks like this:
>>>
> should be fixed in cvs

Thanks Nico!  I'm testing it now - I'll let you know how I go.

I've also added some default settings for Australia, if you would like 
to add them to dvb_defaults.h:

#ifdef AUSTRALIA

/* AUSTRALIA settings */
#define DVB_T_LOCATION              "Australia"
#define BANDWIDTH_DEFAULT           BANDWIDTH_7_MHZ
#define HP_CODERATE_DEFAULT         FEC_3_4  /* SBS is FEC_2_3 */
#define CONSTELLATION_DEFAULT       QAM_64
#define TRANSMISSION_MODE_DEFAULT   TRANSMISSION_MODE_8K
#define GUARD_INTERVAL_DEFAULT      GUARD_INTERVAL_1_16
#define HIERARCHY_DEFAULT           HIERARCHY_NONE

#endif

I also got a few errors come up when I compiled, some of which may lead 
to other problems - I'm not sure whether this is because I'm running on 
64-bit now or what.

tune.c: In function ‘tune_it’:
tune.c:254: warning: format ‘%d’ expects type ‘int’, but argument 8 has
   type ‘long unsigned int’
tune.c:254: warning: format ‘%d’ expects type ‘int’, but argument 9 has
   type ‘long unsigned int’
tune.c:254: warning: format ‘%d’ expects type ‘int’, but argument 10 has
   type ‘long unsigned int’

dvbstream.c:483:1: warning: "setbit" redefined
/usr/include/sys/param.h:45:1: warning: this is the location of the
   previous definition

dvbstream.c: In function ‘parse_ts_packet’:
dvbstream.c:854: warning: control reaches end of non-void function


Cheers,
Adam.

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

  reply	other threads:[~2008-03-24 23:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-20  8:57 [linux-dvb] dvbstream reliability issues? Adam Nielsen
2008-03-20  9:02 ` Nico Sabbi
2008-03-21  0:54   ` Adam Nielsen
2008-03-21  8:52     ` Nico Sabbi
2008-03-24 18:35       ` Nico Sabbi
2008-03-24 23:23         ` Adam Nielsen [this message]
2008-03-29  9:25         ` Nico Sabbi
2008-03-29 11:33           ` Adam Nielsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47E83803.3080504@shikadi.net \
    --to=a.nielsen@shikadi.net \
    --cc=linux-dvb@linuxtv.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.