2015-10-24, 11:25
2015-10-24, 17:21
(2015-10-23, 20:56)popcornmix Wrote: It seems to vary. When you resume an ISO VideoPlayer gets "video.iso" as the filename.Nice, thanks! Looks cleaner.
When you start from beginning you get the simple bluray menu (GUIDialogSimpleMenu.cpp) and filename is mangled to start with bluray:// which means libbluray is used to read it. I believe that extracts the .m2ts internal file. The different menu options produce "BDMV/PLAYLIST/00000.mpls" or "BDMV/MovieObject.bdmv" filenames within the iso.
I've made a change to tonight's build. I no longer use the Zidoo scheme, so no "play as 3d" in the BluRay menu.
If "MVC" is enabled in video acceleration settings then it will play the 3d stream. If disabled it will play the 2D stream.
This seems to avoid the problem with resuming in 3d mode not being possible and allows "Play main movie" to be enabled without losing the 3D option.
I don't have any 3D ISO, but I appreciate yours and Koying's work on 3D.
Does this also make chapters work? I recall people reporting chapters didn't work with Zidoo logic.
Would it make sense to also depend on Videos -> Playback -> Playback mode of stereoscopic videos not being "Monoscopic / 2D" or "Ignore"? Both "Preferred mode" and "Ask me" would enable it, as there's nothing to ask.
Then check whether MVC is enabled.
2015-10-24, 17:29
(2015-10-24, 17:21)menakite Wrote: Does this also make chapters work? I recall people reporting chapters didn't work with Zidoo logic.No. That would require parsing some of the playlist files to work out the chapter number to file offset into the ssif file, which is beyond my current knowledge.
Probably needs code inside libbluray.
Quote:Would it make sense to also depend on Videos -> Playback -> Playback mode of stereoscopic videos not being "Monoscopic / 2D" or "Ignore"? Both "Preferred mode" and "Ask me" would enable it, as there's nothing to ask.
Then check whether MVC is enabled.
Currently you can have MVC enabled and preferred set to mono and still switch into 3D mode once started.
If we are not playing the 3D stream due to mono preference, you won't be able to enable 3D.
2015-10-24, 17:36
Ahh, ok then. For some reason I thought 2D wouldn't work with your new scheme.
(Bad menakite, no cookies for me today.)
(Bad menakite, no cookies for me today.)
2015-10-24, 18:57
(2015-10-24, 17:36)menakite Wrote: Ahh, ok then. For some reason I thought 2D wouldn't work with your new scheme.
(Bad menakite, no cookies for me today.)
Mono with MVC enabled works, but is less efficient. You will read and decode both eye views but then discard right eye at display stage.
So, if you know you don't want 3D, then disabling MVC is preferable, but if you may or may not want it, then leaving it enabled is best.
2015-10-24, 21:59
All my 3D ISO are playing in 2D with the latest build.
All Simple menu selection plays in 2D,what I'm a doing wrong?
All Simple menu selection plays in 2D,what I'm a doing wrong?
2015-10-25, 04:21
New OpenELEC Jarvis build #1024: RPi / RPi2
(Supercedes previous build)
Based on tip of OpenELEC master (e2cede22, changelog) and tip of XBMC master (c1be42bf, changelog) with the following modifications:
(Supercedes previous build)
Code:
# uname -a
Linux rpi512 4.1.10 #1 Sat Oct 24 23:59:00 BST 2015 armv6l GNU/Linux
# vcgencmd version
Oct 23 2015 16:28:38
Copyright (c) 2012 Broadcom
version c1a8b643677011791abeea1f5dc3a4738349ea55 (clean) (release)
# lsb_release
OpenELEC (Milhouse) - Version: devel-20151024234638-#1024-ge2cede2 [Build #1024]
# vcdbg log msg 2>&1 | grep DTOK
001720.652: Kernel trailer DTOK property says yes
# Kernel device tree status: Enabled
Based on tip of OpenELEC master (e2cede22, changelog) and tip of XBMC master (c1be42bf, changelog) with the following modifications:
- Includes newclock5 patches
- Excludes the OpenELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.1.y_rebase
- Default setting for "Show RSS Feed" changed to disabled (new installs only) [patch details]
- Disabled "Total Duration" in Confluence (see build #0221 for details)
- Includes latest dcadec master (2a9186e3, ahead +34)
- Includes latest kodi-platform master (45d6ad19, ahead +1)
- Includes latest libcec master (2c675dac, ahead +31)
- Includes latest libnfs master (dc8d8662, ahead +22)
- Includes latest platform master (feafe68e, ahead +4)
- Includes latest addons: adsp.basic (89015163), adsp.biquad.filters (1746fe46, +2), adsp.freesurround (f0c6bf00), asplib (39fe0a71), pvr.argustv (2bf67bb7), pvr.demo (659712a0), pvr.dvblink (4d718970), pvr.dvbviewer (0ca01b1a), pvr.filmon (bea2509b), pvr.hts (a7fa1d65), pvr.iptvsimple (953477b7), pvr.mediaportal.tvserver (0e12d06c), pvr.mythtv (e088636e, +9), pvr.nextpvr (ef36c940), pvr.njoy (cc2c4a69), pvr.pctv (1494bfc1), pvr.stalker (41fb7c42), pvr.vbox (e92c1236), pvr.vdr.vnsi (8e0d73fb), pvr.vuplus (9ff818a4), pvr.wmc (ec514227)
- Exclude [env] kodi-999.31-PR7916.patch: Merged upstream
- Exclude [env] kodi-999.51-nonX11-mousewheel-support.patch: Merged upstream
- Exclude [env] kodi-999.52-multitouch-support.patch: Merged upstream
- Exclude [env] kodi-999.99-IMX-increase-render-buffers.patch: Conflict with newclock5/FernetMenta
- Include [env] cec3c4f5: Intel: Passthrough Mode - little workaround
- Include [env] fbaeb593: Intel: Implement Passthrough-Range
- Include [env] 3cf87d45: Kodi: Use Limited Range by default
- Include [env] 6ad7a2cd: VAAPI: Enable EGL
- Include [env] 46a038e6: Intel: Automatically switch to full range
- Include [env] 87eaaa2f: Python: update to Python-2.7.10
- Include [env] 92db150e: systemd: update to systemd-227
- Include [env] patch: Disable Realtek WiFi Power Save (RTL8192CU/RTL8192DU/RTL8812AU)
- Include [env] patch: Add ffmpeg dependency and includes for HEVC optimisations
- Include [env] patch: Enable pvr addons, disable pvr updates
- Include [env] patch: Add experimental splash video
- Include [env] PR:4378: RFC: Disable libaacs, causes GUI hangs on some BD ISOs
- Include [env] PR:4384: Kodi 16.0 Jarvis
- Include [env] PR:4398: Add amdgpu support
- Revert [env] aaa514a9: Wait for rpi-4.1.y rebase
- Revert [env] 9da7df25: Already disabled by systemd-227 bump
- Include [pkg] PR:125: Fix for holding buttons on remotes of Philips TVs (libcec)
- Include [pkg] PR:8133: [videodb] Fix TV shows cleaning after 5755573981ca706a82a7ecbbdf5de112a570377a.
- Include [pkg] PR:8254: FIX: Only handle 3D bitmap subs in TAB
- Include [pkg] PR:8282: [python] Fixed getRegion dateshort format without leading zero
- Revert [pkg] linux-999.20-mt7601u-support.patch: Reverted as patching order conflicts with rpi-4.1.y commits - continue using rpi-4.1.y equivalent (linux)
- Revert [pkg] PR:8277: ADD: [droid] surface rendering mediacodec (Reason: Needs newclock5/FernetMenta rebase)
- Revert kenel 4.1.11 bump for now
- Add pulseaudio support (disabled by default)
- OE KEY_* changes with zero description or any obvious upstream support - always good... sigh
- OpenELEC:
- [kodi] update to 15.2 final (PR:4395, 1 commit, 2 files changed)
- Various fixes (PR:4383, 5 commits, 6 files changed)
- add package 'json-c' (0e873dbe)
- add package 'libsndfile' (b4236a1f)
- add new package 'soxr' (843e3972)
- add package 'sbc' (a7a729ea)
- add package 'pulseaudio' (2e94f15c)
- SDL2: adjust build to support pulseaudio (2dbadd28)
- kodi: adjust build to support pulseaudio (620c4357)
- libinput: update to libinput-1.0.2 (2535369a)
- projects/WeTek_Play/patches/kodi: remove CEC mappings patch, needs to be reworked (84b94d11)
- projects/WeTek_Play/patches/linux: add HID quirk for WeTek remote support (2b6087dc)
- kodi: add PR7916 (a73b4fc6)
- kodi: add support for KEY_ZOOM (c3d102b4)
- kodi: add support for KEY_TEXT (da5b559a)
- kodi: add support for KEY_FAVORITES (8a1ad283)
- kodi: add support for colored keys (ae76d1fc)
- kodi: add support for KEY_HOMEPAGE (9a036e61)
- plymouth-lite: black background in distro based splash (019589d0)
- linux: update to linux-4.1.11 (aaa514a9)
- [kodi] update to 15.2 final (PR:4395, 1 commit, 2 files changed)
- XBMC:
- pvr.mythtv:
- 3.3.8 (PR:44, 9 commits, 16 files changed)
- 3.3.8 (PR:44, 9 commits, 16 files changed)
- Additional commits/pull requests/changes not yet merged upstream:
- Updated: [env] cec3c4f5: Intel: Passthrough Mode - little workaround
- Updated: [env] fbaeb593: Intel: Implement Passthrough-Range
- Updated: [env] 3cf87d45: Kodi: Use Limited Range by default
- Updated: [env] 6ad7a2cd: VAAPI: Enable EGL
- Updated: [env] 46a038e6: Intel: Automatically switch to full range
- Added: [env] PR:4398: Add amdgpu support
- Reverted: [env] aaa514a9: Wait for rpi-4.1.y rebase
- Reverted: [env] 9da7df25: Already disabled by systemd-227 bump
- Exclude [env] kodi-999.31-PR7916.patch: Merged upstream
- Added: [pkg] PR:8282: [python] Fixed getRegion dateshort format without leading zero
- Updated: [env] cec3c4f5: Intel: Passthrough Mode - little workaround
2015-10-25, 05:41
I'm having a lot of issues trying to playback web streams. In my logs, it's specifically stating
"COMXImageFile::GetCodingType progressive images not supported by decoder"
It does this on practically every streaming video, no matter what add-on I'm using. Since this is specifically related to the decoder, I assume it is related to the OpenElec build I'm using (which is the Milhouse v1024 posted here today). Is there a setting somewhere I need to change or an add-on I need to get to enable this "progressive" video mode?
"COMXImageFile::GetCodingType progressive images not supported by decoder"
It does this on practically every streaming video, no matter what add-on I'm using. Since this is specifically related to the decoder, I assume it is related to the OpenElec build I'm using (which is the Milhouse v1024 posted here today). Is there a setting somewhere I need to change or an add-on I need to get to enable this "progressive" video mode?
2015-10-25, 06:10
The RPi isn't able to hardware decode progressive jpg images, and the message just means that slower software decoding is being used instead to create the cached image. The cached image won't be created in progressive format so will be hardware decoded in future, in which case you'll only see the message once per progressive image.
tl;dr: Absolutely normal, nothing to do with your streaming video issue.
A full debug log (wiki) would be useful.
tl;dr: Absolutely normal, nothing to do with your streaming video issue.
A full debug log (wiki) would be useful.
2015-10-25, 06:33
Alright, I'll try it again in the morning. I wonder if it's the add-on I was using (VideoDevil). Thanks for the quick response.
2015-10-25, 11:53
(2015-10-24, 11:25)da-anda Wrote:(2015-10-23, 15:11)movie78 Wrote: Wouldn't be easy just to add Play 3D mode in the default Simple Menu Settings,the option is already there.Easy - YES. The correct way to do - NO.
The new update option doesn't work well, so i went back to Build #1021
Too much steps just to play a movie and none of my 3D ISO plackback in 3D,unless i Enable 3D in player Menu.
2015-10-25, 13:46
(2015-10-25, 11:53)movie78 Wrote: The new update option doesn't work well, so i went back to Build #1021
Too much steps just to play a movie and none of my 3D ISO plackback in 3D,unless i Enable 3D in player Menu.
I watched Edge of Tomrorrow yesterday with #1023 and it was perfect. I assume you have "Support MVC video (full frame 3D)" enabled in video/acceleration settings?
You'll need to provide more details if you want your problem resolved. A debug log (wiki) when playing a file would be a good start.
2015-10-25, 15:08
(2015-10-25, 13:46)popcornmix Wrote:(2015-10-25, 11:53)movie78 Wrote: The new update option doesn't work well, so i went back to Build #1021
Too much steps just to play a movie and none of my 3D ISO plackback in 3D,unless i Enable 3D in player Menu.
I watched Edge of Tomrorrow yesterday with #1023 and it was perfect. I assume you have "Support MVC video (full frame 3D)" enabled in video/acceleration settings?
You'll need to provide more details if you want your problem resolved. A debug log (wiki) when playing a file would be a good start.
What happen when you click play on the ISO file?
And what settings are you using?
2015-10-25, 15:52
Nice job with 3D ISO playback start menu in build #1023+; nice and clean, and works well. Only slight issue I get is green pixellated streaks (at random points) with some movies (when watching 'Pixels' 3D last night).
2015-10-25, 15:55
(2015-10-25, 15:52)hdmkv Wrote: Nice job with 3D ISO playback start menu in build #1023+; nice and clean, and works well. Only slight issue I get is green pixellated streaks (at random points) with some movies (when watching 'Pixels' 3D last night).
Does an mkv version of file have the same issue? If so it should be possible to make a small sample we can get to our codec expert.