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

redefine connection protocol #10

Open
john-hu opened this issue May 7, 2015 · 3 comments
Open

redefine connection protocol #10

john-hu opened this issue May 7, 2015 · 3 comments

Comments

@john-hu
Copy link
Owner

john-hu commented May 7, 2015

The current protocol just sends command and receive audios. It is so dangerous to use it. We should introduce some encryption and session mechanism to this.

@john-hu john-hu self-assigned this May 11, 2015
@john-hu
Copy link
Owner Author

john-hu commented May 15, 2015

How about migrate to RTP and RTSP protocol?

This is one of the example:
http://www.csee.umbc.edu/~pmundur/courses/CMSC691C/lab5-kurose-ross.html

@john-hu
Copy link
Owner Author

john-hu commented May 15, 2015

Another RTP and RTSP library: http://netty.io/wiki/user-guide-for-5.x.html

@john-hu
Copy link
Owner Author

john-hu commented May 19, 2015

It's too complex to move codes to RTP/RTSP. I will use password and SSLServerSocket for the first version.

@john-hu john-hu removed their assignment May 19, 2015
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

No branches or pull requests

1 participant