Search found 32 matches

by Casper
Thu Sep 26, 2013 11:37 pm
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1381266

Re: Jumpy Plugin (7 August 2013)

infidel wrote: btw do you see the 'Bookmark added/deleted' video messages on the Panasonic too?.
My Panasonic does not play the bookmark videos, it just briefly shows the standard Panasonic 'Please wait' message.

UMS 3.0.0-a5 + Jumpy 0.2.9 working great and running hot. 8-)
by Casper
Thu Sep 26, 2013 11:15 pm
Forum: Developers
Topic: [Resolved] 3.0.0-a5: Lack of ffmpeg quality control.
Replies: 6
Views: 11214

Re: 3.0.0-a5: Lack of ffmpeg quality control.

Thanks for the tip. CustomFFmpegOptions works, the custom options are reflected in the debug log and despite the -q option already existing, the custom one appended after overrides it. The 'q' option (aka 'qscale') controls variable bitrate quality with value between 1-31, with 1 being the highest q...
by Casper
Fri Sep 20, 2013 10:21 pm
Forum: Developers
Topic: [Resolved] 3.0.0-a5: Lack of ffmpeg quality control.
Replies: 6
Views: 11214

[Resolved] 3.0.0-a5: Lack of ffmpeg quality control.

Changing the Transcoding Quality (MPEG2) in the UI is not changing the ffmpeg (FFmepg Web Video) quality parameter which is always -q:v 3. This utilizes about 30Mbps which is too much for my wireless connection. I have resorted to using MaxVideoBitrateMbps in the renderer conf file to reduce network...
by Casper
Fri Sep 13, 2013 11:07 pm
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1381266

Re: Jumpy Plugin (7 August 2013)

defaults ffmpegwebvideo items to DLNA.ORG_OP=01 which seems to be objectively correct, hence ChunkedTransfer=true is required in Panasonic.conf to avoid playback interruption. doesn't require any ' refresh_needed ' setting, since I've ditched the hacky refresh trick which was the main cause of the ...
by Casper
Thu Sep 05, 2013 9:32 pm
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1381266

Re: Jumpy Plugin (7 August 2013)

so my tentative conclusion was: DLNA.ORG_OP=10 ( seek by time ) --> no playback problem. DLNA.ORG_OP=01 ( seek by byte ) --> playback problem (unless ChunkedTransfer=true as we now know). Is this right? Confirmed. And XBMC might also work without ChunkedTransfer with DLNA.ORG_OP=10. Jumpy 0.2.8 (UM...
by Casper
Wed Sep 04, 2013 11:42 pm
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1381266

Re: Jumpy Plugin (7 August 2013)

[New I/O worker #6] Network debugger : ... MPEG_PS_PAL; DLNA.ORG_OP=01 size=... All videos are listed with DLNA.ORG_OP=01 ChunkedTransfer=true For Jumpy testpan3, enabling ChunkedTransfer in Panasonic.conf fixed the problem. I tried the same thing with XBMC and it works there too. :D Out of curiosi...
by Casper
Mon Sep 02, 2013 10:55 pm
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1381266

Re: Jumpy Plugin (7 August 2013)

Thanks for the detailed post-mortem. I previously saw mention of problems with Panasonic and seek by time so I tried changing the variable in Panasonic.conf, default value exclusive to false but with no difference. The resolve at playback problem only reappeared in Jumpy testpan3. I have gone back t...
by Casper
Sun Sep 01, 2013 6:21 pm
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1381266

Re: Jumpy Plugin (7 August 2013)

refresh_needed=false Success! http://i.imgur.com/1lyZEZd.png Thanks for your extra effort getting my Derpasonic working infidel, hopefully others will also benefit. I'm guessing logs are not necessary now but I attached one anyway just in case. FYI Jumpy testpan3 appears to have reintroduced the pr...
by Casper
Thu Aug 29, 2013 8:52 pm
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1381266

Re: Jumpy Plugin (7 August 2013)

infidel wrote:
Casper wrote:Third time's a charm.
Are you sure? The log is still exploding and the Panasonic repeatedly requests batches starting at 0, 20, 80, and 100 but never 40 or 60.
I meant that as a hopeful remark :P, the listing problem persists.
by Casper
Wed Aug 28, 2013 9:21 pm
Forum: Help and Support
Topic: Jumpy Plugin (26 October 2016)
Replies: 792
Views: 1381266

Re: Jumpy Plugin (7 August 2013)

Third time's a charm.