airplay icon indicating copy to clipboard operation
airplay copied to clipboard

devices not listing on Ubuntu 14.04 & ruby 2.2.3p173

Open jbheren opened this issue 9 years ago • 5 comments

Hi all, here the output when I run 'air list'

I, [2015-09-22T23:03:40.678734 #4186]  INFO -- : Celluloid 0.17.1.2 is running in BACKPORTED mode. [ http://git.io/vJf3J ]
gem list | grep -e air -e net-ptth

gives :

  • airplay (1.0.5, 1.0.3)
  • airplay-cli (1.0.3)
  • net-ptth (0.0.17)

Wish you the Best,

jbheren avatar Sep 22 '15 21:09 jbheren

Same thing here

chdagenais avatar Nov 10 '15 17:11 chdagenais

I'm working on a new version, Celluloid has proven to be problematic so I'm changing it. This issue will get fixed with that one.

elcuervo avatar Jun 08 '16 20:06 elcuervo

@elcuervo oh cool! Are you using a different framework for evented connections?

sodabrew avatar Jun 08 '16 21:06 sodabrew

@sodabrew I'm working on finding one that does the job but I'm moving towards on just building a tiny module that uses threads and TCPSocket.

elcuervo avatar Jun 08 '16 21:06 elcuervo

About two years ago I became the maintainer for EventMachine. It's a lot more "old school" than Celluloid. I've thought about working on an EM version of Airplay for a while. That said, plain old TCPSocket and threads would probably work well enough and remove a lot of dependencies.

sodabrew avatar Jun 08 '16 22:06 sodabrew