Search found 569 matches

by infidel
Fri Feb 26, 2016 11:58 am
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1385412

Re: Jumpy Plugin (21 February 2016)

I wonder if that will fix the issue I've had with the audio on certain sites? How do I add this fix to the current version of jumpy? This doesn't involve jumpy, but rather updating the ums 6.0+ ffmpeg binary . It only applies if your issue first appeared in ums 6+ and only if the files/urls involve...
by infidel
Fri Feb 26, 2016 1:22 am
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1385412

Re: Jumpy Plugin (21 February 2016)

What's wrong with the FFMPEG binary in the current build? It just wasn't compiled properly? I'm guessing it has to do with the query string after '.m3u8' in the url: http://video14.lax01.hls.ttvnw.net/hls-a0859c/juicebox_fgc_19786899952_406622870/high/py-index-live.m3u8 ?token=id=249249910674964883...
by infidel
Thu Feb 25, 2016 7:07 am
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1385412

Re: Jumpy Plugin (21 February 2016)

ran as admin. some 404 errors. All is well :), the 404 file-not-found errors are normal/expected: The first one just means no newer version of the setup script was found at github. The others have to do with finding kodi modules, e.g to find the latest script.module.urlresolver , it tries each of t...
by infidel
Thu Feb 25, 2016 6:54 am
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1385412

Re: Jumpy Plugin (21 February 2016)

\ffmpeg64.exe" has a return code of 1! Looks like it may be due to the ffmpeg binary. I just tested twitch in Windows and it wouldn't work until I replaced win32\ffmpeg64.exe with the latest zeranoe.com build . Try swapping+renaming binaries, or point ums to the preferred one in UMS.conf , e.g...
by infidel
Wed Feb 24, 2016 4:45 am
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1385412

Re: Jumpy Plugin (21 February 2016)

Update: jumpy-0.3.9
by infidel
Wed Feb 24, 2016 4:42 am
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1385412

Re: Jumpy Plugin (21 February 2016)

kuroukage wrote:s there a changelog for the latest version?
Been a while :). Changelog is easily the most tedious part of updating, but done now.
by infidel
Tue Feb 23, 2016 1:03 pm
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1385412

Re: Jumpy Plugin (27 August 2015)

if the plugins list in ums gets updated to the latest version does ums also update the installed plugins automatically too ? No, UMS doesn't auto-update plugins. But as you no-doubt noticed already, the jumpy gui will show an 'update' button whenever there's a newer version. the plugin says "r...
by infidel
Tue Feb 23, 2016 2:52 am
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1385412

Re: Jumpy Plugin (27 August 2015)

To install or update Jumpy: Download the updater program and save it into "C:\Program Files (x86)\Universal Media Server\plugins" Thx for your ongoing interest/suggestions HT1, much appreciated :). The correct location for the updater is already specified in Quick Setup section of the jum...
by infidel
Tue Feb 23, 2016 2:22 am
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1385412

Re: Jumpy Plugin (27 August 2015)

Larus wrote:I have same cookies problem with the Telewizjada streaming site (through Kodi addon of course). Do you think it may be repaired with your new version?
It should be working now in jumpy-0.3.9 (there was an additional issue with setting multiple cookies for ffmpeg, fixed now :)).
by infidel
Thu Feb 11, 2016 8:10 am
Forum: Help and Support
Topic: Automatic stream (cast) to Smart TV
Replies: 7
Views: 26357

Re: Automatic stream (cast) to Smart TV

Is it possible that i can create some kind of script that can push video content to one of the tvs You can try this using the jumpy plugin's (undocumented) pms.play(uri, renderer_ip) scripting command, e.g. working example in python to start a video at a given time and stop it a minute later ( time...