Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tsdemux: fix wrong slave service timeout for SAT>IP server
  • Loading branch information
perexg committed Jan 20, 2016
1 parent 5be80ca commit 045f739
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/input/mpegts/tsdemux.c
Expand Up @@ -114,6 +114,9 @@ ts_recv_packet0
ts_remux(m, tsb, len, errors);
}
pthread_mutex_unlock(&m->s_stream_mutex);
/* mark service live even without real subscribers */
service_set_streaming_status_flags((service_t*)t, TSS_PACKETS);
t->s_streaming_live |= TSS_LIVE;
}
}

Expand Down

0 comments on commit 045f739

Please sign in to comment.