Opened 10 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 Carl Eugen Hoyos, 10 years ago

Keywords: tcp added; timeout removed

How can I reproduce this problem?

comment:2 by klpu, 10 years ago

I compile ffplay, print log in tcp.c
ffplay -timeout 50000000 url
the timeout is still default

in reply to:  2 ; comment:3 by Carl Eugen Hoyos, 10 years ago

Replying to klpu:

I compile ffplay, print log in tcp.c

Where / how / what did you print in tcp.c?

in reply to:  3 comment:4 by klpu, 10 years ago

Replying to cehoyos:

Replying to klpu:

I compile ffplay, print log in tcp.c

Where / how / what did you print in tcp.c?

print in tcp_open function check s->rw_timeout the value, it's still default.

comment:5 by Michael Niedermayer, 10 years ago

Resolution: worksforme
Status: newclosed

Tried, works fine with ffplay

Note: See TracTickets for help on using tickets.