-
-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
http-flv pull failed #1
Comments
@peterjerry Well done! I will check it. |
@peterjerry Hello, the bug was fixed, you can update to the latest code on the master branch. Thanks for your testing. |
OK, thanks |
http-flv pull is efficient, but video decode failed, audio decoded normally. rtmp://live.hkstv.hk.lxdns.com/live/hks is ok , my player is flash player, config as follows:server {
} |
@peterjerry OK. I've found the problem. There is something wrong with video analysis but I have no idea to fix it now. |
@peterjerry Video decoding done! |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
http-flv pull failed. config as follows:
_http {
include mime.types;
default_type application/octet-stream;
}
rtmp_auto_push on;
rtmp_auto_push_reconnect 1s;
rtmp_socket_dir /tmp;
rtmp {
out_queue 4096;
out_cork 8;
max_streams 64;
}_
The text was updated successfully, but these errors were encountered: