-
Notifications
You must be signed in to change notification settings - Fork 860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The output UDP will become unstable in about three days by using srt-live-transmit.exe to transmit it. #1163
Comments
First of all: did you measure the UDP signal on both sides - the source device and destination device? This is in order to rule out any reasons for this to happen at any place BEFORE srt-live-transmit. Second - srt-live-transmit has a known problem of not reading fast enough in case of high bitrates; not sure if this is the case here, but I think it might help to use a workaround intended for that case: enlarge the received buffer by adding appropriate |
The video quality drops along with the unstable stream. Is this an instinctive issue to be solved? There is not any lost or dropped packets reported. |
If there are no lost or dropped packets reported (you might also take a look at possible error logs appearing on standard error output), then please first make sure that your stream isn't damaged BEFORE entering the SRT link. If the UDP link is to be utilized at the exact same machine where the stream is generated, I'd advice you sending the stream to |
Hello @Ping-Chih I had a I just re-started the test and added |
See also #1566 |
Hello @Ping-Chih It's now running again for almost 4 days and still both outputs are okay and without any glitches or lost packets. I run 2 times Command line sender:
Command line receiver:
I also attached a screenshot, where you can see, that the used network bandwidth is straight as line. I don't see anything going up and down. Looks really stable to me. Are you trying this on a local machine, or between two computers? Can you try to use unicast instead of multicast, just to isolate a possible error. |
Hello @Ping-Chih do you have any updates on this ticket is it solved and can be closed. best regards, |
The issue isn't reproducible on our side. Closing the ticket. Feel free to reopen it in case of further questions. |
The SRT caster side:
srt-live-transmit.exe udp://228.0.1.4:8004?adapter=10.10.10.11 srt://220.130.142.139:5204?adapter=192.168.1.5
The SRT receiver side:
srt-live-transmit.exe srt://:5204?adapter=192.168.0.162 udp://192.168.0.162:9998?adapter=192.168.0.162
There is a problem with SRT_1.4.1 using srt-live-transmit.exe to transmit UDP.
The output UDP on the receiver side will become discontinuous in about three days, and its waveform will look like a row of isolated pulses if we use StreamXpert to see the UDP signal.
We tried restarting the srt-live-transmit.exe on the caster side and the srt-live-transmit.exe on receiver side individually to see if the output UDP signal would get back to continuity, and we found that only restarting the receiver will work, again making the UDP signal continuous and a linear waveform with small oscillations amplitudes on StreamXpert.
How to make the output UDP stable for a long time?
The stable status of the output UDP in the beginning of connection (the video is normal on VLC):
The output UDP starting to be unstable in about 3 days (the video is abnormal on VLC):
The text was updated successfully, but these errors were encountered: