Opened 11 years ago
Closed 10 years ago
#3656 closed defect (worksforme)
Can not set timeout AVOptions
Reported by: | klpu | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | tcp |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
used av_dict_set(options, "timeout", "5000000", 0);
but failed, can't not process in tcp.c, please check timeout AVOptions.
Change History (5)
comment:1 by , 10 years ago
Keywords: | tcp added; timeout removed |
---|
follow-up: 3 comment:2 by , 10 years ago
I compile ffplay, print log in tcp.c
ffplay -timeout 50000000 url
the timeout is still default
follow-up: 4 comment:3 by , 10 years ago
comment:4 by , 10 years ago
comment:5 by , 10 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Tried, works fine with ffplay
Note:
See TracTickets
for help on using tickets.
How can I reproduce this problem?