The source stream fails to be pulled via HTTP-FLV during the http_hooks_on_publish
period, and subsequent stream pulls will continue to fail.
#4182
Labels
EnglishNative
This issue is conveyed exclusively in English.
Describe the bug
This occurs probabilistically. The source stream fails to be pulled via HTTP-FLV during the
http_hooks_on_publish
period, and subsequent stream pulls will continue to fail.Version
release6.0
To Reproduce
Steps to reproduce the behavior:
srs_usleep(2000 * SRS_UTIME_MILLISECONDS);
tosrs_error_t SrsRtmpConn::http_hooks_on_publish()
to simulate a delay.rtmp://127.0.0.1:1935/live/test
, then immediately run the following command in the terminal:ffprobe -rw_timeout 10000000 -i http://127.0.0.1:8080/live/test.flv
.ffprobe
will hang until it times out, and any subsequent executions offfprobe
will also time out, with all stream pulls failing.Expected behavior
pull normally
The text was updated successfully, but these errors were encountered: