View Single Post
Posts: 29 | Thanked: 13 times | Joined on May 2014 @ Poland
#1
I'm trying to run open-airplay to stream desktop from n9 to apple tv2.
I've installed java runtime ARMv6/7 Linux - Headful EABI, VFP, SoftFP ABI, Little Endian.

When trying to run airplay java library from there, i get this:

Code:
~ # java -jar /home/user/MyDocs/airplay.jar -h 192.168.1.2 -d
Press ctrl-c to quit
java.awt.HeadlessException
	at sun.awt.HeadlessToolkit.getScreenSize(HeadlessToolkit.java:282)
	at com.jameslow.AirPlay.captureScreen(Unknown Source)
	at com.jameslow.AirPlay$PhotoThread.run(Unknown Source)
~ #
Does anyone know what could be the problem?