Hi,
I have try to understand how work remux.c with the steam and when I add
in remux.c after
for (int i = PayloadOffset; scanning && i < TS_SIZE; i++) {
scanner <<= 8;
scanner |= Data[i];
line 770 : dbgframes("type = %02X, scanner = %10X \n", type, scanner);
I
On 26.04.2009 11:48, Senufo wrote:
> Hi,
>
> I have try to understand how work remux.c with the steam and when I add
> in remux.c after
>
> for (int i = PayloadOffset; scanning && i < TS_SIZE; i++) {
> scanner <<= 8;
> scanner |= Data[i];
> line 770 : dbgframes
VDR developer version 1.7.6 is now available at
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.7.6.tar.bz2
A 'diff' against the previous version is available at
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.7.5-1.7.6.diff
WARNING:
This is a *developer* version. Even though *I* use
Hi Klaus,
I have a recording problem with hd1 and hd3, both channels are at 7 east. It
shows the recording started but not records it . also the ts file name is 0 kb.
is there a vdr problem or copy protected channell?
> Date: Sun, 26 Apr 2009 12:19:07 +0200
> From: klaus.schmidin...@cadsoft.
On 04/26/09 13:45, H. Onur wrote:
>
> I have a recording problem with hd1 and hd3, both channels are at 7
> east. It shows the recording started but not records it . also the ts
> file name is 0 kb.
> is there a vdr problem or copy protected channell?
Without further details it's hard to say.
>
Hello,
I have a question regarding the function RemoveFileOrDir in tools.c.
As it is implemented it only follows symlinks when FileName is a dir. Shouldn't
it do the same when FileName is a file?.
Thanks
___
vdr mailing list
vdr@linuxtv.org
http://www.
On 25.04.2009 19:18, marti...@embl.de wrote:
> As you probably know the rotor plugin is rather buggy by now as it has more
> patches than code.
> It would be not be necessary if vdr had an option ´Enable GotoPosition
> ´
> and if enabled it sent the diseqc command E0 31 6B XX which means ´First
>
Hi,
I have add
type = 0x1B;
before the
switch (type) {
and now record work fine !!
Senufo
>This looks like the "Access Unit Delimiter" code.
>
>Please try to force 'type' to 0x1B, for instance by putting
>
> type = 0x1B;
>
>right before the
>
> switch (type) {
>
>line. Does it work then?
On 26.04.2009 18:11, Senufo wrote:
> Hi,
>
> I have add
>
> type = 0x1B;
>
> before the
>
> switch (type) {
>
> and now record work fine !!
Well, then all we need is a way to find out the correct
video stream type. Apparently the PMT says it is 2, while
in fact it is 0x1B.
Does anybody know
Thanks! I've changed 10 to 40 to fix my issue
> new WebFXTreeItem("",
> "?cmd=program&data="));
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
This is the first version with support for the VDR 1.7.x development
branch. VDR versions older than VDR 1.7.6 are not supported anymore!
Major credits go to Rolf Ahrenberg! Thanks a lot!
The changes:
* Updated VDR patch and plugin to VDR 1.7.6 with support for the TS
recording format and added
11 matches
Mail list logo