Bug #3750 ยป 002-08-Redo_SETUP_rtsp_after_invalid_PLAY-patch.diff
tvheadend/src/satip/rtsp.c 2016-03-31 01:46:36.848074188 +0200 | ||
---|---|---|
954 | 954 |
} |
955 | 955 |
*oldstate = rs->state; |
956 | 956 |
dmc = &rs->dmc; |
957 |
if (rs->mux == NULL) goto end; |
|
957 |
if (rs->mux == NULL) { |
|
958 |
tvhtrace("satips","Redo SETUP (rs->mux empty after old PLAY) because a new valid PLAY command!"); |
|
959 |
*oldstate=rs->state = STATE_SETUP; |
|
960 |
} |
|
958 | 961 |
if (!fe) { |
959 | 962 |
fe = rs->frontend; |
960 | 963 |
findex = rs->findex; |