Opened 10 years ago
Closed 6 years ago
#5717 closed defect (fixed)
The udp timeout parameter is not work! (on windows)
| Reported by: | Robert | Owned by: | |
|---|---|---|---|
| Priority: | important | Component: | undetermined |
| Version: | git-master | Keywords: | udp regression |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Summary of the bug:
The udp timeout parameter is not work!
Set timeout to 400000 microsec, but wait first packet forever.
Lowest version N-79107-g30d1213 is work good.
How to reproduce:
% ffmpeg -i "udp://235.5.5.5:1234?timeout=400000" a.mp3
ffmpeg version: N-80999-gf41e37b
download from: https://ffmpeg.zeranoe.com/builds/
running on windows
Change History (4)
comment:1 by , 10 years ago
| Summary: | The udp timeout parameter is not work! → The udp timeout parameter is not work! (on windows) |
|---|
comment:2 by , 10 years ago
| Keywords: | regression added; timeout removed |
|---|
Which change introduced the regression?
comment:3 by , 6 years ago
| Status: | new → open |
|---|
comment:4 by , 6 years ago
| Resolution: | → fixed |
|---|---|
| Status: | open → closed |
Fixed in 53aa76686e7ff4f1f6625502503d7923cec8c10e.
Note:
See TracTickets
for help on using tickets.



Seems to work fine on linux with git master