Changeset 44784


Ignore:
Timestamp:
02/16/20 15:36:09 (4 years ago)
Author:
gost
Message:

fix vu playrecord

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/record.h

    r44783 r44784  
    769769                                }*/
    770770//Workaround scrambled Bits
    771                                         if(getconfigint("rec_workaround_off", NULL) == 0 && vubox1 != 0)
     771                                        if(getconfigint("rec_workaround_off", NULL) == 0)
    772772                                        {
    773773#ifndef MIPSEL
     
    815815//*
    816816                                        writeret = dvbwrite(servicenode->recdstfd, buf, readret, writetimeout);
    817                                 }
    818 
     817                                        if((servicenode->type == RECORDDIRECT || servicenode->type == RECORDTIMER || servicenode->type == RECORDTIMESHIFT) && vubox1 ==1)
     818                                                usleep(25000);
     819                                }
     820                               
    819821                                //inject first pakets slower/smaler, so demux can start and read
    820822                                if(servicenode->type == RECORDPLAY && count < 20)
Note: See TracChangeset for help on using the changeset viewer.