Disable teletext recording to prevent issues with other elementary streams. Temporary until a better solution is found.
This commit is contained in:
parent
765beff332
commit
1e7cfe9b27
1 changed files with 6 additions and 0 deletions
|
@ -205,6 +205,12 @@ gh_hold(globalheaders_t *gh, streaming_message_t *sm)
|
|||
pkt->pkt_componentindex);
|
||||
assert(ssc != NULL);
|
||||
|
||||
if(ssc->ssc_type == SCT_TELETEXT) {
|
||||
free(sm);
|
||||
ssc->ssc_disabled = 1;
|
||||
break;
|
||||
}
|
||||
|
||||
pkt = convertpkt(ssc, pkt);
|
||||
|
||||
apply_header(ssc, pkt);
|
||||
|
|
Loading…
Add table
Reference in a new issue