Changeset 46314


Ignore:
Timestamp:
11/01/22 18:55:02 (17 months ago)
Author:
gost
Message:

workaround stream EPG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/play.h

    r46312 r46314  
    23622362    addconfigtmp("playerbufferseektime", "0");
    23632363//    if(/*status.play != 2 && getconfigint("lastplayertype", NULL) == 0 && */checkbox("DM900") == 1)
    2364         servicestop(status.aktservice, 1, 5);
     2364    sleep(4); //woraround EPG
     2365    servicestop(status.aktservice, 1, 5);
    23652366    playerstart(chnode->streamurl);
    23662367    status.play = 2;
Note: See TracChangeset for help on using the changeset viewer.