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

HandShake: client signature does not match! #2

Closed
mablae opened this issue Apr 8, 2013 · 2 comments
Closed

HandShake: client signature does not match! #2

mablae opened this issue Apr 8, 2013 · 2 comments

Comments

@mablae
Copy link

mablae commented Apr 8, 2013

Hello,

First: Great Project!

I have a issue, when pushing to rtmp:

HandShake: client signature does not match!

command is like this:

avconv -i http://192.168.1.50:9981/stream/channelid/251 -acodec libfaac -strict experimental -b:a 64k -ar 44100 -vcodec libx264 -filter:v yadif -threads 0 -preset:v fast -profile:v baseline -crf 20 -f mpegts -s 854x480 -r 25 rtmp://localhost/play/tvheadend

@Thulinma
Copy link
Contributor

Thulinma commented Apr 8, 2013

The handshake error is simply an informational message, letting you know the connected client (in this case avconv) isn't performing a correct RTMP handshake. It doesn't affect the server at all since correct handshake or not, the client is always accepted.

Try changing your -f parameter from -f mpegts to -f flv - that's most likely the problem here (the RTMP connector expects FLV-based media packets - anything else will confuse it horribly).

@mablae
Copy link
Author

mablae commented Apr 8, 2013

Okay, thanks!

@mablae mablae closed this as completed Apr 8, 2013
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

2 participants