We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if connect internet by wifi, it works if connect innernet by 3g, it not work. and return -110
anybody can give me some help?
The text was updated successfully, but these errors were encountered:
it is related to "connection timeout!"
Sorry, something went wrong.
@Karimai Where is the definition of the error code ? Such as, -110 means "connection timeout!"
static char *const get_error_text(const int error) { static char error_buffer[255]; av_strerror(error, error_buffer, sizeof(error_buffer)); return error_buffer; }
ret = av_read_frame(InputFormatContext, &packet); if(ret < 0) printf("%s", get_error_text(retReadFrame));
use this code to see the error reason. Some of are in error.h
No branches or pull requests
if connect internet by wifi, it works
if connect innernet by 3g, it not work. and return -110
anybody can give me some help?
The text was updated successfully, but these errors were encountered: