flask - AirPlay messes up localhost -
flask - AirPlay messes up localhost -
since lastly osx update (yosemite), localhost server total of error messages airplay (but not using it). each times it's same:
[31/oct/2014 05:40:42] code 400, message bad request version ('rtsp/1.0') [31/oct/2014 05:40:42] "get /info?txtairplay&txtraop rtsp/1.0" 400 -
it's annoying have server total of error messages if has clue prepare or remove airplay, thankful :)
i think found answer: on cisco discovery forum listed nmap
output revealed yosemite discoveryd port ranges. turns out apple using port 5000:
port state service version 3689/tcp open daap apple itunes daap 11.0.1d1 5000/tcp open rtsp apple airtunes rtspd 160.10 (apple tv) 7000/tcp open http apple airplay httpd 7100/tcp open http apple airplay httpd 62078/tcp open tcpwrapped 5353/udp open mdns dns-based service discovery
as can imagine default flask port, alter running port other 5000, , problem should disappear. flask extension https://github.com/miguelgrinberg/flask-runner can create life much easier hard coding port in run command.
flask localhost osx-yosemite airplay
Comments
Post a Comment