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

fix C2 may not send during rtmp handshake #570

Merged
merged 1 commit into from
Jan 5, 2018

Conversation

Leonew
Copy link

@Leonew Leonew commented Jan 5, 2018

I found a tiny issue when I publish a live stream via yasea a on my local side, the NG summary packet like below:
742 2018/004 10:49:45.372509 172.16.66.20 172.16.110.30 RTMP 131 Handshake C0+C1
743 2018/004 10:49:45.372639 172.16.110.30 172.16.66.20 TCP 54 1935 → 47493 [ACK] Seq=1 Ack=1538 Win=65536 Len=0
744 2018/004 10:49:45.372941 172.16.110.30 172.16.66.20 TCP 1514 1935 → 47493 [ACK] Seq=1 Ack=1538 Win=65536 Len=1460
745 2018/004 10:49:45.372962 172.16.110.30 172.16.66.20 TCP 1514 1935 → 47493 [ACK] Seq=1461 Ack=1538 Win=65536 Len=1460
746 2018/004 10:49:45.372970 172.16.110.30 172.16.66.20 RTMP 207 Handshake S0+S1+S2
747 2018/004 10:49:45.375596 172.16.66.20 172.16.110.30 TCP 60 47493 → 1935 [ACK] Seq=1538 Ack=1461 Win=90624 Len=0
748 2018/004 10:49:45.376978 172.16.66.20 172.16.110.30 TCP 60 47493 → 1935 [ACK] Seq=1538 Ack=2921 Win=93440 Len=0
749 2018/004 10:49:45.377756 172.16.66.20 172.16.110.30 TCP 60 47493 → 1935 [ACK] Seq=1538 Ack=3074 Win=93440 Len=0
750 2018/004 10:49:45.380986 172.16.66.20 172.16.110.30 TCP 1514 47493 → 1935 [ACK] Seq=1538 Ack=3074 Win=93440 Len=1460
751 2018/004 10:49:45.380991 172.16.66.20 172.16.110.30 RTMP 399 connect('teach_app')

C2 packet seems to disappear. the reason that I think it's a tiny issue is the rtmp Netconnection and NetStream can setup successfully.

@begeekmyfriend begeekmyfriend merged commit e4ba70f into begeekmyfriend:master Jan 5, 2018
@begeekmyfriend
Copy link
Owner

Thanks a lot!

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

Successfully merging this pull request may close these issues.

2 participants