Code: Select all
[email protected]:~$ java -jar limelight.jar stream 192.168.1.40 -720
Starting Steam
Starting RTSP handshake
Starting control connection
Starting video stream
Starting audio stream
Starting input connection
java.net.SocketException: Connection reset
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
at com.limelight.nvstream.control.ControlStream$NvCtlPacket.write(Unknown Source)
at com.limelight.nvstream.control.ControlStream.sendPacket(Unknown Source)
at com.limelight.nvstream.control.ControlStream.sendLossStats(Unknown Source)
at com.limelight.nvstream.control.ControlStream.access$100(Unknown Source)
at com.limelight.nvstream.control.ControlStream$1.run(Unknown Source)
java.net.SocketTimeoutException: connect timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:345)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at com.limelight.nvstream.input.ControllerStream.initialize(Unknown Source)
at com.limelight.nvstream.NvConnection.startInputConnection(Unknown Source)
at com.limelight.nvstream.NvConnection.establishConnection(Unknown Source)
at com.limelight.nvstream.NvConnection.access$200(Unknown Source)
at com.limelight.nvstream.NvConnection$1.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
connect timed out
java.net.SocketException: Socket closed
at java.net.PlainDatagramSocketImpl.receive0(Native Method)
at java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:145)
at java.net.DatagramSocket.receive(DatagramSocket.java:812)
at com.limelight.nvstream.av.audio.AudioStream$1.run(Unknown Source)
Code: Select all
hdmi_drive=2
Code: Select all
hdmi_force_hotplug=1
Code: Select all
hdmi_force_edid_audio=1
Code: Select all
amixer cset numid=3 2
Code: Select all
<item id="666">
<label>Steam Games</label>
<onclick>System.Exec(/home/xbian/stream.sh)</onclick>
<icon>-</icon>
<thumb>-</thumb>
</item>
Code: Select all
sudo initctl stop xbmc
sudo java -jar /home/xbian/limelight.jar stream 192.168.x.x -1080 -30fps
Yes, you need to configure your controller, see extensive docs atJRJoe wrote:Second thing is, my Xbox controller has some weird behaviour. The D-Pad directions are switched (left is up etc..) and the Triggers do not work sometimes. I installed the latest xboxdrv but it did not change anything. Ideas?
You will not be able to play at 1080p on a model b, the pi 2 struggles and is only playable at 1080p after overclocking. Its not down to your connection speed but the power of the pi itself. I found upgrading to a pi2 made a big improvement for my set u pJRJoe wrote:Hi,
First thing is when I stream 1080p I have a huge input delay with my xbox 360 controller (wired).
My network is wired but I do not know how fast (I'll check that over the weekend).
Joe
Hi, thanks for your quick reply.Myke wrote:Yes, you need to configure your controller, see extensive docs atJRJoe wrote:Second thing is, my Xbox controller has some weird behaviour. The D-Pad directions are switched (left is up etc..) and the Triggers do not work sometimes. I installed the latest xboxdrv but it did not change anything. Ideas?
http://pingus.seul.org/~grumbel/xboxdrv/xboxdrv.html
- Dpad: you need to switch the axes, usually I do this with "--ui-axismap DPAD_X=ABS_HAT0Y,DPAD_Y=ABS_HAT0X"
Hope that helps.
ok, thanks. I tried streaming 1080p @ 30fps and it works. But anyway I'm upgrading on Thursday to the PI 2ScoobyDoo wrote: You will not be able to play at 1080p on a model b, the pi 2 struggles and is only playable at 1080p after overclocking. Its not down to your connection speed but the power of the pi itself. I found upgrading to a pi2 made a big improvement for my set u p
Hi All,caffeinepizza wrote:I'm having overscan issues with limelight. I can set the /boot/config.txt to subtract 20 pixels from my overscan with hdmi_mode=16 and hdmi_group=1, which is 1080i on my TV. No matter what resolutions I use, it always spills over out of the display. When I load TF2, the loading in the corner is cut off. Ideas?
Sounds like you've got the wrong IP.toudi wrote:Hi. I just got my pi2 b yeasterday. Got my retropie and limelight 1.2.2 working then easly paired with my laptop, but when i try to start streaming i got "unable to resolve host" error.
Any hints what I'm doing wrong?
Code: Select all
sudo xboxdrv --daemon --id 0 --led 2 --silent --trigger-as-button --next-controller --id 1 --led 3 --silent --trigger-as-button --dbus disabled --detach-kernel-driver &
Code: Select all
#Gamepad
#Sat Apr 25 12:10:58 UTC 2015
reverse_z=false
reverse_y=false
reverse_x=false
abs_rz=9
abs_ry=4
abs_rx=3
btn_start=315
btn_tl2=310
btn_select=314
btn_tr2=311
btn_west=307
btn_east=305
btn_south=304
btn_mode=316
btn_thumbr=318
btn_north=308
abs_z=10