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

I found bug of rtmp client... #1

Closed
TrueTrAxeX opened this issue Apr 7, 2014 · 10 comments
Closed

I found bug of rtmp client... #1

TrueTrAxeX opened this issue Apr 7, 2014 · 10 comments
Assignees
Labels

Comments

@TrueTrAxeX
Copy link

Hello all! Please enter to src/test/java/org.red5.client.ClientTest.java, when i enter more than 107 symbols into play filename. I can't view "play" request in wireshark.

http://i.gyazo.com/6fc2e7862cd98602517ff07d0fc2cd43.png Screenshot.

Please fix this bug!

@dominick dominick self-assigned this Apr 7, 2014
@dominick dominick added invalid and removed invalid labels Apr 7, 2014
@dominick
Copy link
Member

dominick commented Apr 7, 2014

Even when using a very long name, it is not truncated in Red5. The name I used included 202 characters.

screen shot 2014-04-07 at 1 20 26 pm

@dominick
Copy link
Member

dominick commented Apr 7, 2014

Please notice that wireshark did not fail for me. What are you using for your RTMPClient?

screen shot 2014-04-07 at 1 25 15 pm

@TrueTrAxeX
Copy link
Author

I opened ClientTest.java on windows 8, may therefore be there was this bug. I will check client on linux and say the results.

f3d09597bbd4220e033b5ecc26e166b8

Also seen in the image that "play" request exists, but protocol cannot recognize it...

@TrueTrAxeX
Copy link
Author

I check it in ubuntu 64x. Bug still exists. Can you give your client version? (my client downloaded from this repository)

@TrueTrAxeX
Copy link
Author

6c0c4b86b6e0441f8f65e1b4da32aea2

In debugger this param also exists

@TrueTrAxeX
Copy link
Author

I think this bug is related to encoding package into AMF

@dominick
Copy link
Member

Based on the screenshot of your eclipse debug session, it looks like the entire string is being encoded which leaves me confused as to why wireshark isn't seeing the data properly. What version of wireshark are you using? Do you think it could be a problem with wireshark? Does the stream get loaded up on the Red5 side?

@TrueTrAxeX
Copy link
Author

Stream not loading on red5 server... And also your red5 server not support aggregate messages!

@TrueTrAxeX
Copy link
Author

Now i use librtmp C++ library for me tasks and all it's ok... Red5 is still very raw ...

@mondain
Copy link
Member

mondain commented Apr 15, 2014

Just to let you all know Red5 does support Aggregate messages.

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

3 participants