Closed dzxiang closed 2 years ago
Analyze the Log log and found that your operation is to first GET http://183.56.214.38:7080/live/3abacde4f0da4f42a2ba384321aa44fd.flv
for playback, and then start streaming to the srs service. At this time, the log prints tcUrl=rtmp://183.56.214.38:1935/liv
. I guess there might be an error in your streaming endpoint address. Is your streaming endpoint OBS, ffmpeg, or something else? Can the previous server still reproduce the issue? I followed your steps but couldn't reproduce this problem.
TRANS_BY_GPT3
Analyzing the Log file, it was found that your operation was to first play the file at
http://183.56.214.38:7080/live/3abacde4f0da4f42a2ba384321aa44fd.flv
using a GET request, and then start streaming to the SRS service. At this point, the log printstcUrl=rtmp://183.56.214.38:1935/liv
. It is speculated that there might be an error in the address of your streaming endpoint. Is your streaming endpoint OBS, ffmpeg, or something else? Can the issue be reproduced on the previous server? I followed your steps but couldn't reproduce this problem.
Thank you for your response. I used an open-source streaming tool library on the device side. I tried pushing the same address using OBS and FFMPEG, but couldn't reproduce the issue. It seems to be a bug in the streaming tool library on the streaming endpoint.
TRANS_BY_GPT3
Thank you @chundonglinlin 👍
TRANS_BY_GPT3
Description'
Please ensure that the markdown structure is maintained.
Push streaming address (part of IP address replaced with
*
):'Please ensure that the markdown structure is maintained. rtmp://18.5.21*.38:1935/live/3abacde4f0da4f42a2ba384321aa44fd
The resulting pull streaming address has become:'
Please ensure that the markdown structure is maintained. http://18*.5*.21*.38:7080/liv/3abacde4f0da4f42a2ba384321aa44fd.flv
The "live" part has changed to "liv", strangely enough, it started working again after switching to another server.
Please ensure that the markdown structure is maintained.
I use Docker to start the SRS server. The shell script used for starting is as follows:
Please ensure that the markdown structure is maintained.
4.0.206
Please ensure that the markdown structure is maintained.
Please ensure that the markdown structure is maintained.
Please ensure that the markdown structure is maintained.
Replay
Please ensure that the markdown structure is maintained.
How to replay bug?
Please ensure that the markdown structure is maintained.
How to replay bug?
Please ensure that the markdown structure is maintained.
Expected Behavior
flvjs can play videos through a regular http-flv address: http://18*.5*.21*.38:7080/live/3abacde4f0da4f42a2ba384321aa44fd.flv
TRANS_BY_GPT3