Re: dvbstream

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Jul 06, 2006 at 11:23:06AM +0200, Nico Sabbi wrote:
> Tobias Wahl wrote:
> >On Thursday 06 July 2006 10:24, Nico Sabbi wrote:
> >  
> >>add -f FREQ -bw BANDWIDTH to the command line, and don't forget to
> >>include pid 0
[...]
> dvbstrem -f 658000 -bw 8 -o 0 545 546 514 > file.ts
>

dvbstream ignores the pid0 as argument
i dunno the real reason, but this has the effect that only mplayer is
able to play the ts streams, vlc is not. vlc needs PAT and PMT it seems.

i use it this way: dvbstream -f 11836 -p h -s 27500 101 102 0 100

with this patch

--- dvbstream.c 2004-02-11 16:34:21.000000000 +0100
+++ dvbstream-0.5/dvbstream.c   2006-07-07 12:37:11.000000000 +0200
@@ -708,7 +708,7 @@
             pid2=-1;
           }
           pid=atoi(argv[i]);
-          if (pid) {
+       //   if (pid) {
             if (npids == MAX_CHANNELS) {
               fprintf(stderr,"\nSorry, you can only set up to %d
filters.\n\n",MAX_CHANNELS);
               return(-1);
@@ -722,7 +722,7 @@
                 fprintf(stderr,"Mapping %d to %d\n",pid,pid2);
               }
             }
-          }
+       //   }
         }
       }
     }

--

roh


_______________________________________________

linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux