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

Not working anymore with ffmpeg ? #6

Closed
sladecraven opened this issue Mar 25, 2016 · 2 comments
Closed

Not working anymore with ffmpeg ? #6

sladecraven opened this issue Mar 25, 2016 · 2 comments

Comments

@sladecraven
Copy link

@sladecraven sladecraven commented Mar 25, 2016

Hi,

Just tested with RTSP::Server from CPAN and ffmpeg, and if get the following error message on ffmpeg side :
[rtsp @ 0x2616520] method ANNOUNCE failed: 405 Method Not Allowed

On rtsp_server side :

Client connection from 127.0.0.1:51991
Client listener: >> OPTIONS rtsp://127.0.0.1:8666/live02 RTSP/1.0
Got method OPTIONS
Client listener: >> CSeq: 1
Client listener: >> User-Agent: Lavf56.40.101
Client listener: >>
End of headers
<< RTSP/1.0 200 OK
<< Public: OPTIONS, DESCRIBE, TEARDOWN, SETUP, PLAY, STOP
<< CSeq: 1
<< Session: 2
Client listener: >> ANNOUNCE rtsp://127.0.0.1:8666/live02 RTSP/1.0
Got method ANNOUNCE
Client listener: >> Content-Type: application/sdp
Client listener: >> CSeq: 2
Client listener: >> User-Agent: Lavf56.40.101
Client listener: >> Session: 2
Client listener: >> Content-Length: 341
Client listener: >>
End of headers
Finished reading body, length=341
<< RTSP/1.0 405 Method Not Allowed
<< CSeq: 2
<< Session: 2
Returning error 405: Method Not Allowed
Got EOF on listener

Any idea ?

Thanks

@revmischa
Copy link
Owner

@revmischa revmischa commented Mar 25, 2016

I asked in #ffmpeg and got no response...
Any way to maybe run ffmpeg with verbose logging?

@revmischa revmischa mentioned this issue Mar 25, 2016
@sladecraven
Copy link
Author

@sladecraven sladecraven commented Apr 20, 2016

Works, mismatch between ports, thanks !

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

Successfully merging a pull request may close this issue.

None yet
2 participants