Skip to content
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

how to stop av_read_frame() when the connection lost #462

Closed
hanamizukigakki opened this issue Jul 24, 2016 · 3 comments
Closed

how to stop av_read_frame() when the connection lost #462

hanamizukigakki opened this issue Jul 24, 2016 · 3 comments
Labels

Comments

@hanamizukigakki
Copy link

I want to stop the av_read_frame() when the connection lost, i found avioInterruptCB can do this, but there is no explanation about it, can you give me an example?

@saudet
Copy link
Member

saudet commented Jul 24, 2016

There's some info here: #170 #97

@saudet
Copy link
Member

saudet commented Jul 24, 2016

Marking as duplicate of #430

@saudet
Copy link
Member

saudet commented Jun 15, 2017

FYI, it turns out that we only need to set the "timeout", "rw_timeout" or "stimeout" option, depending on the protocol. Thanks to @d-a-gerashenko we now have working sample code for this:
https://github.com/bytedeco/javacv/blob/master/samples/FFmpegStreamingTimeout.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants