Jumpy Plugin (26 October 2016)
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Re: Jumpy Plugin (26 October 2016)
Try the new version belowRinkADinKiDo wrote: most of the actual add-ons don't seem to be working, ...For example, ... Exodus, Specto Fork, SALTS, UK Turk and VidTim

-
- Posts: 4
- Joined: Fri Oct 07, 2016 3:44 am
Re: Jumpy Plugin (26 October 2016)
TOO BUSY!?
Ha-ha, just kidding, I sincerely appreciate your help!
Would there be a list of Kodi add-ons that are compatible with Jumpy, which are definitely working?
Ha-ha, just kidding, I sincerely appreciate your help!
Would there be a list of Kodi add-ons that are compatible with Jumpy, which are definitely working?
Re: Jumpy Plugin (26 October 2016)
I'm renovating my house, first things firstRinkADinKiDo wrote:TOO BUSY!?

Re: Jumpy Plugin (26 October 2016)
I tried installing jumpy-0.3.10.exe on my Windows 7 x64 system, but had some problems with files that couldn't be found. I am particularly interested in streaming what's showing on the desktop (for channel Dave from UKTV Play).
I've attached the log as copied from the cmd window as it installed, and the following excerpts below seems to be the most relevant:
I've attached the log as copied from the cmd window as it installed, and the following excerpts below seems to be the most relevant:
Code: Select all
________________________________________________________________________________________________
The system cannot find the drive specified.
Downloading "http://downloads.sourceforge.net/project/jumpy-plugin/util/setup.zip"
curl: (22) The requested URL returned error: 404 Not Found
1 file(s) copied.
________________________________________________________________________________________________
Checking kodi
Installing kodi
Downloading "http://mirrors.kodi.tv/releases/win32/kodi-16.0-Jarvis.exe"
curl: (22) The requested URL returned error: 404 Not Found
Checking kodi
Warning: problem installing kodi
see C:\PROGRA~2\UNIVER~1\plugins\jumpy\setup\setup.log
________________________________________________________________________________________________
- Attachments
-
jumpy_install.log
- (2.69 KiB) Downloaded 1106 times
Re: Jumpy Plugin (26 October 2016)
Hi holisticoholistico wrote: I am particularly interested in streaming what's showing on the desktop (for channel Dave from UKTV Play).

Re: Jumpy Plugin (26 October 2016)
I have installed Jumpy and capture script but do them work only on PS3 device? I have a MiraScreen dongle and can't find any captured video file of my desktop to stream.
Re: Jumpy Plugin (26 October 2016)
Do all KODI addons work through Jumpy? Most of mine say "There is no playable media". I'm using pretty common addons which work on all my other devices. Did I miss something in the setup?
Re: Jumpy Plugin (26 October 2016)
Guys i really need some help in making kodi works on my ps3 with jumpy.
Okay, first i've installed the jumpy lattest version plugin and was able to see my kodi addons on ps3, but couldn't play any file as it returned the network error 000001f4.
Then i made some research and reinstalled everything but kodi (i didn't want to lose my addons), i've even reinstalled klite codec pack and avisynth. Also i installed the remaining ums plugins (channels and stuff).
Now i have a different issue, my kodi addons are not showing up on ps3, i go the where they used to be, UMS -> Jumpy, and there's no kodi.
Just to try things out, i've tryied to run one of the web streams non related to kodi and it returns the error 800288E1
I really don't know what else to do, i've spent like 6 hours in this, been trying since morning with no luck, i'd appreciate if anyone could help me =(
Okay, first i've installed the jumpy lattest version plugin and was able to see my kodi addons on ps3, but couldn't play any file as it returned the network error 000001f4.
Then i made some research and reinstalled everything but kodi (i didn't want to lose my addons), i've even reinstalled klite codec pack and avisynth. Also i installed the remaining ums plugins (channels and stuff).
Now i have a different issue, my kodi addons are not showing up on ps3, i go the where they used to be, UMS -> Jumpy, and there's no kodi.
Just to try things out, i've tryied to run one of the web streams non related to kodi and it returns the error 800288E1
I really don't know what else to do, i've spent like 6 hours in this, been trying since morning with no luck, i'd appreciate if anyone could help me =(
Re: Jumpy Plugin (26 October 2016)
The pre-installed with Jumpy capture.py doesn't seem to work.
After a quick look, the issue appears to be that capture.py doesn't get called with 'play' as an argument when selecting any of the items in Devices directory. It only gets called with
pms.addAction() in addDevice() function of capture.py gets called like the following
, which seems fine to me. Not sure why does UMS/Jumpy not call the capture.py back with the 'play' argument when an item is selected in Devices.
After a quick look, the issue appears to be that capture.py doesn't get called with 'play' as an argument when selecting any of the items in Devices directory. It only gets called with
- no arguments, during the initialization
- 'explore' argument, when exploring Devices directory
Code: Select all
04:09:35 ERROR There is no inputstream to return for HP TrueVision HD [320x240@30fps]
04:09:35 ERROR There is no inputstream to return for HP TrueVision HD [320x240@30fps]
Code: Select all
pms.addAction('HP TrueVision HD [320x240@30fps]', ['C:\\\\Program Files (x86)\\\\Universal Media Server\\\\plugins\\\\jumpy\\capture\\capture.py', 'play', 'dshow', 'HP TrueVision HD [320x240@30fps]', 'video="HP TrueVision HD"', '320x240', '30'], '#monitor')