Jump to content

Ucino

Members
  • Posts

    59
  • Joined

  • Last visited

Everything posted by Ucino

  1. Here the reply of Chrysn that have participate on this report: openscad FTBFS in armhf due to conflict declaration of headers gl3.h and glew.h https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797816 Thanks a lot for his help. >>But openscad 2015 or after versions seems so to not be able to run on it, because there isn't armhf. " >> it seems that we have a build for arm64, but not armel and armhf. armel and armhf support are missing because cgal's qt5 support apparently can't run on >>those architectures due to missing OpenGL ES support. >>TL;DR: If you get cgal working on your architectures of interest, openscad should work too. OpenSCAD may need some changes of its own, but yes, much of the GLES conflict comes from CGAL, and the ARM boards only supporting GLES and not OpenGL 2 on their GPUs. Unless your boards support full OpenGL (in which case building an alternative set of GLES-free qt packages, ideally from within Debian, might become an option), IMO your best bet is to talk to OpenSCAD authors directly as to * what needs to be done on their side to get GLES support * whether they intend to stick with CGAL for rendering or whether that will be replaced anyway (there's a hint about that at [1]). The ticket for that at OpenSCAD is at [1]. I have not found anything on GLES at CGAL itself[2], might be worth opening an issue there if OpenSCAD sticks with CGAL. If, as you suggested, you have funds or the team for pushing this through a crowdfunding run, I think you'd best directly get involved with the (OpenSCAD and possibly CGAL) authors; the software not being available with GLES is not something that the distributions chose not to do, but a consequence of several programs/libraries not being GLES compatible. (If, as mentioned, you *do* have full OpenGL 2 support on those boards, things are different and we probably can do something on the distribution side.) Best regards chrysn [1]: https://github.com/openscad/openscad/issues/292 [2]: https://github.com/CGAL/cgal/issues?utf8=✓&q=gles And here my reply : [...] It seems that the first thing that I have to do is checking if there is a full OpenGL 2 support on those boards. The actual card I'm thinking about is OprangePIPC+ (I'm actually trying to see if they are agree to add an open hardware licence on their design files). I'm sorry I'm newbie for a lot of these things, but it seems that : Reading this https://www.aliexpress.com/store/product/Orange-Pi-PC-Plus-ubuntu-linux-and-android-mini-PC-Beyond-Raspberry-Pi-2/1553371_32668618847.html I can see that they use "Mali400MP2 GPU@600MHz - support OpenGL ES 2.0" Following the advice of a member of the armbian community, I have used the armbian legacy ubuntu desktop, that seems to support the Mali GPU (it seems that the mainline doesn't, for the moment). It seems that running glmark2-es2 could give us more information about the support of OpenGL. This is what i have when running it on this card : https://framabin.org/?8be45841bb8b2f22#2Zvv+aSMD1q5IVC6qKEwCo9bxPrBUbDaeR9FImX1qzM= (3 errors and a glmark2 score of 77). Do you know if it means that we have a full support on this card of OpenGL 2, and so the things are different, or it's not supported, and so I have to contact OpenScad author as you told me ?
  2. The AppImage way is explored here : https://github.com/openscad/openscad/issues/1849#issuecomment-336590336 Thanks a lot to t-paul that will help to investigate this way. t-paul have used OBS to build openscad package : https://build.opensuse.org/package/show/home:t-paul/OpenSCAD
  3. Here is the answer of Joachim, the CGAL maintainer, thanks a lot to him for his reply : About armel: CGAL does not work on this platform since it does not have FPU rounding mode support. I doubt that anyone will implement this ever, and even if it happened, it will probably way too slow anyway. See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838496 About armhf: Interesting to see that there are people interested in CGAL for armhf. However, I'm just the Debian maintainer for CGAL, and I believe this is not a Debian-specific issue, but support for OpenGL ES (on armhf and/or other platforms) should be implemented in CGAL itself. I'd suggest that you write to their user mailing list cgal-discuss@inria.fr and state your case. See https://www.cgal.org/mailing_list.html This technical feature is probably not that interesting from the point of view of researchers. But there is also a company called GeometryFactory (members are also on that mailinglist) that provides paid services around CGAL. Maybe that's an option ... I have no idea about the complexity of this feature. You should probably check whether your processor is fast enough for the planned use case. However, I don't know how to do in a good way without implementing the feature. It seems that libqglviewer does not (yet) support armhf either. At least for recent versions of the software there is no Debian package for armhf: https://packages.debian.org/search?suite=default§ion=all&arch=any&searchon=names&keywords=libqglviewer
  4. I have seen that cgal is available for xenial armhf https://launchpad.net/ubuntu/+source/cgal/4.7-4 Following Hyperair advice (If you get cgal working on your architectures of interest, openscad should work too.) maybe this mean that I can try to compile it on OPPC+ ? (if yes I don't understand why there is the bugs, maybe it's because the fix is more recent than the bug?).
  5. I'm actually trying this way, find a solution to solve the bug that make OpenScad 2015 impossible to be compiled for armhf. Here some links talking about the problem : * https://bugs.launchpad.net/ubuntu/+source/openscad/+bug/1491553 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793137 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797816 I have sent an email to the people that have discussed about this bug on debian.org, asking if they can solve the bug, and if yes, how much does it will cost, in order to try to make a crowdfunding. If someone read this post and can solve the bug, please tell me how much does it cost. If someone know who could solve the bug, please tell me, in order that I can contact him. I have also contacted the CGAL maintainer, thanks to hyperair advice (https://launchpad.net/ubuntu/+source/cgal/4.7-4) .
  6. I asked about the feasibility to Hyperair, an ubuntu packager of openscad. Here is reply : "I just looked up armbian, and it seems you have two architectures: arm64 and armhf. According to the buildd page for openscad in Debian[1], it seems that we have a build for arm64, but not armel and armhf. armel and armhf support are missing because cgal's qt5 support apparently can't run on those architectures due to missing OpenGL ES support. TL;DR: If you get cgal working on your architectures of interest, openscad should work too. [1] https://buildd.debian.org/status/package.php?p=openscad&suite=sid [2] https://sources.debian.net/src/cgal/4.9-1/debian/changelog/#L37-L39" So if I want to run Openscad 2015 on armbian, It seems that I have to find a way to run arm64 package on H3, if it's impossible[ edit : yes it seems to be impossible, arm64 are for other SOC as for example A64] , it seems that I have to find an other card that run arm64 with a stable version of armbian. If arm64 means that's for 64 bits arm, in https://www.armbian.com/download/ we can see that there is SOPine64, Pine65 and Odroid C2 with stable armbian built...[edit : I give up this way because it seems that the support of other things is better with H3 cards actually]
  7. Hum... it seems very difficult because of a bug on armh : https://bugs.launchpad.net/ubuntu/+source/openscad/+bug/1491553 An user give more detail about it : https://github.com/dnschneid/crouton/issues/2401#issuecomment-175094738 Maybe using a more recent dev version with github will be more easier as Vivonomicon did on https://www.reddit.com/r/arm/comments/6rwu1m/openscad_on_arm/ (it seems that he used the 2017 version) ? Well, I will try using these 3 links : https://www.reddit.com/r/arm/comments/6rwu1m/openscad_on_arm/ https://github.com/openscad/openscad https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Building_on_Linux/UNIX
  8. Before the compilation, I'm testing easiest way, here is the feedback if anyone some days also have this problem. First I tried this way (indicated by https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Building_on_Linux/UNIX) : sudo add-apt-repository ppa:chrysn/openscad sudo apt-get update sudo apt-get install openscad But it doesn't make possible to have openscad, no more openscad package was added. Then I tried this way indicated by http://www.openscad.org/downloads.html#linux For Ubuntu users: To update to the latest release add the following PPA before installing OpenSCAD: $ sudo add-apt-repository ppa:openscad/releases $ sudo apt-get update But it doesn't make possible to have openscad, no more openscad package was added. Maybe using the generic binary Linux packages available on http://www.openscad.org/downloads.html#linux could work, but it's for OpenScad 2014, so I didn't tried. Then I found this post, it's very interting because it has been posted only 2 months ago : https://www.reddit.com/r/arm/comments/6rwu1m/openscad_on_arm/ A very cool guy has made a deb package for arm, describe how he did it, and told that it maybe could work on other distribution. I tried it but there is a problem, it's made on armv7, but I can't launch it : openscad: error while loading shared libraries: libCGAL.so.11: cannot open shared object file: No such file or directory An other cool guy describe his method : "When I need to build a package which is not available from my distro's ARM repository, but is available for other architectures, I prefer to start with their package build files. Most times it just works, and if not, a small patch usually fixes it. For Arch Linux ARM, then it's really easy to open a pull request and fix the package for everyone." So tried to found already built package of openscad for arm (hum saying "package build files" maybe the man was telling about a file needed for the compilation, not the final package... well I tried however the debian and ubuntu family). Of course, for armh in ubuntu, we have the same that armbian ubuntu desktop : https://packages.ubuntu.com/search?arch=armhf&keywords=openscad no openscad. There is also arm64 : https://packages.ubuntu.com/search?arch=arm64&keywords=openscad We have openscad there, the 2015 version. I didn't tried because I presume (maybe I'm wrong ?) that it will not work with OPPC+. Maybe this is why I could use the OpenScad version 2015 with debian_desktop_xfce4_jessie_A64_Win_V0_1.img on OPWin+ ? Then I go to debian jessie armhf, there is openscad, but it's 2014 version : https://packages.debian.org/jessie/armhf/graphics/openscad So didn't tried it (finally I try it but installing it with gdebi wasn't possible : Error : Dependency is not satisfiable: libboost-filesystem1.55.0) In debian strech there is nothing : https://packages.debian.org/stretch/armhf/openscad It seems that I have to learn to compile...
  9. A friend help me giving this link (in french) : http://casteyde.christian.free.fr/system/linux/guide/online/c6934.html I don't know if it's the best way, but I will try this for starting : compiling Openscad 2015 and see if it's works, and only after I could have a look about feasibility on how to make a deb and how to add it to repository... So, Using the OPPC+ under armbian ubuntu desktop legacy, I will try to : 1 - download the source files from https://github.com/openscad/openscad/ finding where is the 2015 version of OpenScad. 2 - understand if there is ./configure option and I have to do something with ./configure 3 - do make 4 - do make install
  10. Ucino

    VLC Issue

    A friend help me : it seems that i have first to compile the software with the sources and the command make and make install. I imagine that the compilation have to be done directly in the orange pi pc+ (not on other card or laptop). I will first try it for openscad, and maybe after for a video player to see if it can make more intuitive the use of the video under OPPC+ (but I'm quite afraid about the feasibility for these videos software by the good luck that you told me ).
  11. Ucino

    VLC Issue

    @RagnerBGThanks for all your feedback. I tried to started mpv with command line argument for full screen (-fs) , and yes you're right, there isn't this this a/v desynchronisation message in the terminal. It seems (I can make test to confirm it if it usefull) that if we launch mpv without -fs, there isn't this a/v desynchronisation, it's only displayed when we try to manually resize the screen. I'm total newbie in compil things but I'm very interested to learn how to compile a software for the legacy ubuntu desktop armbian for OPPC+ (https://forum.armbian.com/index.php?/topic/5356-how-to-make-available-a-new-software-openscad-2015-in-oppc-with-armbian-desktop-legacy/). I'm using debian for my laptop. You told me good luck for that, it's for VLC only or also for mpv and mplayer ? I didn't found in the armbian documentation some explication on how to compile a software for (I found for compil kernel, but not a deb for a software). Do you know some links that explain this ? If no, some keywords or package that I have to use to compile mpv, mplayer or vlc for example on orangePiPC+ ?
  12. Hello, I'm following the investigations for the project of open source and open hardware solution for schools (https://forum.armbian.com/index.php?/topic/4929-which-card-choose-to-deploy-an-educational-open-source-os-in-schools/). Wifi, ethernet, bluetooth, localization, using VGA screen, is working, arduino IDE can upload code with ubuntu desktop armbian legacy, that's really cool. Now the next step is to make possible to the children to make 3D modeling with code, so they will learn coding & mathematics making toys OpenScad 2015 is very nice for that (OpenScad 2014 not enough, a child that has tried openscad 2015 don't want to use more OpenScad 2014, the improvement of the GUI are very important). With Armbian Ubuntu desktop legacy for OPPC+ we can have with synaptic openscad-mcad (lib for openscad 2014) openscad-testing-data (for openscad 2015 ? I tried to install it, but there isn't command for it in the terminal) and png23d but there isn't openscad. There is however some existing build for ARM, for OpenScad 2014, using these image we can find it with synaptic : On raspbian for raspberry Pi3 ; On Raspbian_desktop_lxde_For_win_A64_V0_1.img (OrangePi build for OPWin+). There is also some build for Openscad 2015that could be found with this image with synaptic : debian_desktop_xfce4_jessie_A64_Win_V0_1.img (OrangePi build for OPWin+). We can also find these information about building openscad for arm : - Searching "arm" in the forum search motor http://www.openscad.org/community.html - here : https://github.com/openscad/openscad/issues/602 and here https://github.com/openscad/openscad/issues/502 - http://www.openscad.org/downloads.html - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797816 - http://forum.openscad.org/OpenSCAD-on-an-Android-or-iOS-device-td9394.html#a9402 - http://forum.openscad.org/Anyway-to-port-openscad-to-linux-arm-td3413i20.html So I would like to investigate on how to have OpenScad 2015 running in armbian desktop legacy for OPPC+, if it's possible. I'm newbie sorry for this ideas if there impossible, but here is it how I imagine the things now : A) take the build of OpenScad from the repositories of debian_desktop_xfce4_jessie_A64_Win_V0_1.img of OrangePI and just add it in the repositories of Armbian Ubuntu desktop legacy for OPPC+ if it's ok for dependences ; B ) create a new repository with the the build of OpenScad from the repositories of debian_desktop_xfce4_jessie_A64_Win_V0_1.img, and add this new repository for example with synaptic in OPPC+. C) Copy and paste builds of OpenScad 2015 of course will not run ! We have to build it reading the above information about building openscad, and after add it in the depot of armbian, or... D) create a new depot, add the build built as described in C) and add the depot with synaptic in OPPC+ E) Armbian has a wonderfull tool to solve this, I have to read the doc as for example https://docs.armbian.com/Developer-Guide_Build-Preparation/ but I have to find the equivalent armbian documentation to build arm deb F) It's impossible with armbian legacy, I have to use the sources of other project as for example the debian desktop from OrangePI G) other ways ? H) I investigate the AppImage way (but I didn't found information about the ARM support) Someone could recommend me a firstway to investigate ? Is there some additional information that I have to search to be able to choose a way ? Thanks a lot for your help
  13. Ok there is thread about this : https://forum.armbian.com/index.php?/topic/2983-usb-bluetooth-dongle-for-orange-pi-lite-zero/ and https://forum.armbian.com/index.php?/topic/3455-which-bt-dongle-for-orangepi-lite/ tkaiser and Igor thanks for your replies, the problem is solved
  14. Thanks for your reply. Is it to do this : run armbian-config > Switch (and not nightly) > Switching to linux-image-dev-sun8i ? or this ? : run armbian-config > Nightly This is the on board OPPC+, I'm not using an USB dongle. Rooooo; ok i was searching what was the on board bluetooth, there isn't ! I'm so sorry !!! Do you recommend if it's exist, an open hardware Bluetooth Dongle that run nice with armbian ? If there isn't open hardware dongle bluetooth, what non open hardware is recommended ? Thanks, and I'm sorry and confused for this error :/
  15. Hello, I'm trying to have the onboard bluetooth working with OrangePi PC+ (to evaluate OPPC+ to deploy it in school with open source OS and software cf. https://forum.armbian.com/index.php?/topic/4929-which-card-choose-to-deploy-an-educational-open-source-os-in-schools/&tab=comments#comment-40408 ). I'm using the ubuntu desktop legacy version that we can download on https://www.armbian.com/orange-pi-pc-plus/ Here is the result of armbianmonitor -u : http://sprunge.us/WeEO If I'm running bluetooth in command line I have this problem : La connexion à BlueZ a échoué (The connexion to BlueZ failed) Le démon Bluez n'est pas actif, blueman-manager ne peut pas continuer. (The BlueZ demon is not active, blueman-manager cannot follow). Cela signifie probablement qu'aucun adaptateur Bluetooth n'a été détecté ou que le démon Bluetooth n'a pas été démarré. (This probably mean that there is no bluetooth adapter or bluetooth demon has not started - sorry for my bad translation ) And in the terminal we have : blueman-manager ** (blueman-manager:4637): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files _________ Load (/usr/lib/python3/dist-packages/blueman/main/PluginManager.py:60) ['PulseAudioProfile', 'Services'] _________ __load_plugin (/usr/lib/python3/dist-packages/blueman/main/PluginManager.py:133) loading <class 'blueman.plugins.manager.Services.Services'> _________ __load_plugin (/usr/lib/python3/dist-packages/blueman/main/PluginManager.py:133) loading <class 'blueman.plugins.manager.PulseAudioProfile.PulseAudioProfile'> _________ pa_context_event (/usr/lib/python3/dist-packages/blueman/main/PulseAudioUtils.py:341) 1 blueman-manager version 2.0.4 starting _________ pa_context_event (/usr/lib/python3/dist-packages/blueman/main/PulseAudioUtils.py:341) 2 _________ on_bluez_name_owner_changed (/usr/bin/blueman-manager:96) org.bluez owner changed to _________ pa_context_event (/usr/lib/python3/dist-packages/blueman/main/PulseAudioUtils.py:341) 3 _________ pa_context_event (/usr/lib/python3/dist-packages/blueman/main/PulseAudioUtils.py:341) 4 _________ on_pa_ready (/usr/lib/python3/dist-packages/blueman/plugins/manager/PulseAudioProfile.py:29) connected _________ <lambda> (/usr/lib/python3/dist-packages/blueman/main/PulseAudioUtils.py:353) Reading this french webpage about bluetooth problem on debian http://debian-facile.org/doc:systeme:bluetooth I tried this command lines : service bluetooth status ● bluetooth.service - Bluetooth service Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled) Active: inactive (dead) Condition: start condition failed at jeu. 2017-10-05 23:46:26 CEST; 13min ago ConditionPathIsDirectory=/sys/class/bluetooth was not met Docs: man:bluetoothd(8) and sudo service bluetooth start and after an other time : service bluetooth status ● bluetooth.service - Bluetooth service Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled) Active: inactive (dead) Condition: start condition failed at ven. 2017-10-06 00:01:17 CEST; 5s ago ConditionPathIsDirectory=/sys/class/bluetooth was not met Docs: man:bluetoothd(8) So it seems that the demon BlueZ doesn"t want to start, no ? Is there anybody that have an idea on how to start BlueZ or how can I have the bluetooh working on Orange PiPC with legacy ? Please note that I have made an upgrade after installing armbian ubuntu desktop, I don't know if this can explain this. Thanks for your reply
  16. Ucino

    VLC Issue

    One more info, it seems to works well with mplayer, except that, as with vlc and with mpv, when the video lector is running, the video screen is always above the other windows, even if we click on these windows. Here the information if we running mplayer with command line : mplayer bbb_sunflower_1080p_30fps_stereo_arcc.mp4 Creating config file: /home/ninjableu/.mplayer/config MPlayer 1.2.1 (Debian), built with gcc-5.3.1 (C) 2000-2016 MPlayer Team mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support. You will not be able to use your remote control. Playing bbb_sunflower_1080p_30fps_stereo_arcc.mp4. libavformat version 56.40.101 (external) libavformat file format detected. [mov,mp4,m4a,3gp,3g2,mj2 @ 0xb697c620]Protocol name not provided, cannot determine if input is local or a network protocol, buffers and access patterns cannot be configured optimally without knowing the protocol [lavf] stream 0: video (h264), -vid 0 [lavf] stream 1: audio (mp3), -aid 0, -alang und [lavf] stream 2: audio (ac3), -aid 1, -alang und VIDEO: [H264] 1920x1080 24bpp 30.000 fps 3993.8 kbps (487.5 kbyte/s) Clip info: major_brand: isom minor_version: 1 compatible_brands: isomavc1 creation_time: 2013-12-16 17:49:00 title: Big Buck Bunny, Sunflower version artist: Blender Foundation 2008, Janus Bager Kristensen 2013 comment: Creative Commons Attribution 3.0 - http://bbb3d.renderfarming.net genre: Animation composer: Sacha Goedegebure Load subtitles in ./ [VDPAU SUNXI] VE version 0x1680 opened [VDPAU SUNXI] OSD enabled, using pixman ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family libavcodec version 56.60.100 (external) Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264) ========================================================================== ========================================================================== Opening audio decoder: [mpg123] MPEG 1.0/2.0/2.5 layers I, II, III AUDIO: 48000 Hz, 2 ch, s16le, 160.0 kbit/10.42% (ratio: 20000->192000) Selected audio codec: [mpg123] afm: mpg123 (MPEG 1.0/2.0/2.5 layers I, II, III) ========================================================================== AO: [pulse] 48000Hz 2ch s16le (2 bytes per sample) Starting playback... Movie-Aspect is 1.78:1 - prescaling to correct movie aspect. VO: [vdpau] 1920x1080 => 1920x1080 Planar YV12 [VDPAU SUNXI] Generate CSC matrix from following color standard: 0 [VDPAU SUNXI] >procamp->bright: 0.000, procamp->contrast: 1.000, procamp->saturation: 1.000, procamp->hue: 0.000 [VDPAU SUNXI] Setting mixer value from following color standard: 0 [VDPAU SUNXI] >mix->bright: 0.000, mix->contrast: 1.000, mix->saturation: 1.000, mix->hue: -0.000 [VDPAU SUNXI] Generate CSC matrix from following color standard: 0 [VDPAU SUNXI] >procamp->bright: 0.000, procamp->contrast: 1.000, procamp->saturation: 1.000, procamp->hue: 0.000 [VDPAU SUNXI] Setting mixer value from following color standard: 0 [VDPAU SUNXI] >mix->bright: 0.000, mix->contrast: 1.000, mix->saturation: 1.000, mix->hue: -0.000 [ASPECT] Warning: No suitable new res found! [ASPECT] Warning: No suitable new res found! A: 23.4 V: 17.9 A-V: 5.419 ct: -0.016 0/ 0 375% 129% 50.8% 50 0 ************************************************ **** Your system is too SLOW to play this! **** ************************************************ Possible reasons, problems, workarounds: - Most common: broken/buggy _audio_ driver - Try -ao sdl or use the OSS emulation of ALSA. - Experiment with different values for -autosync, 30 is a good start. - Slow video output - Try a different -vo driver (-vo help for a list) or try -framedrop! - Slow CPU - Don't try to play a big DVD/DivX on a slow CPU! Try some of the lavdopts, e.g. -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all. - Broken file - Try various combinations of -nobps -ni -forceidx -mc 0. - Slow media (NFS/SMB mounts, DVD, VCD etc) - Try -cache 8192. - Are you using -cache to play a non-interleaved AVI file? - Try -nocache. Read DOCS/HTML/en/video.html for tuning/speedup tips. If none of this helps you, read DOCS/HTML/en/bugreports.html. A: 25.7 V: 18.5 A-V: 7.187 ct: -0.016 0/ 0 367% 121% 41.0% 66 0 [ASPECT] Warning: No suitable new res found! [ASPECT] Warning: No suitable new res found! A: 80.9 V: 76.6 A-V: 4.262 ct: -0.023 0/ 0 205% 30% 22.2% 85 0 [ASPECT] Warning: No suitable new res found! [ASPECT] Warning: No suitable new res found! A: 181.0 V: 154.4 A-V: 26.638 ct: -0.012 0/ 0 229% 56% 14.0% 444 0 [ASPECT] Warning: No suitable new res found! [ASPECT] Warning: No suitable new res found! A: 207.9 V: 165.1 A-V: 42.798 ct: -0.015 0/ 0 218% 48% 12.4% 765 0 [ASPECT] Warning: No suitable new res found! [ASPECT] Warning: No suitable new res found! A: 211.8 V: 166.2 A-V: 45.598 ct: -0.015 0/ 0 219% 50% 12.8% 800 0 Exiting... (Quit)
  17. Ucino

    VLC Issue

    And here more information about the video, if this can help : mediainfo bbb_sunflower_1080p_30fps_stereo_arcc.mp4 General Complete name : bbb_sunflower_1080p_30fps_stereo_arcc.mp4 Format : MPEG-4 Format profile : Base Media Codec ID : isom (isom/avc1) File size : 339 MiB Duration : 10mn 34s Overall bit rate : 4 476 Kbps Movie name : Big Buck Bunny, Sunflower version Performer : Blender Foundation 2008, Janus Bager Kristensen 2013 Composer : Sacha Goedegebure Genre : Animation Encoded date : UTC 2013-12-16 17:49:00 Tagged date : UTC 2013-12-16 17:49:00 Comment : Creative Commons Attribution 3.0 - http://bbb3d.renderfarming.net ©com : Jan Morgenstern Video ID : 1 Format : AVC Format/Info : Advanced Video Codec Format profile : High@L4.2 Format settings, CABAC : Yes Format settings, ReFrames : 4 frames Codec ID : avc1 Codec ID/Info : Advanced Video Coding Duration : 10mn 34s Bit rate : 4 000 Kbps Maximum bit rate : 26.0 Mbps Width : 1 920 pixels Height : 1 080 pixels Display aspect ratio : 16:9 Frame rate mode : Constant Frame rate : 30.000 fps Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : Progressive Bits/(Pixel*Frame) : 0.064 Stream size : 302 MiB (89%) Writing library : x264 core 115 Encoding settings : cabac=1 / ref=4 / deblock=1:1:1 / analyse=0x3:0x133 / me=tesa / subme=10 / psy=1 / psy_rd=0.40:0.00 / mixed_ref=1 / me_range=24 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=-2 / threads=12 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=16 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=60 / rc=2pass / mbtree=1 / bitrate=4000 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / aq=1:0.60 Encoded date : UTC 2013-12-16 17:49:00 Tagged date : UTC 2013-12-16 17:49:05 Audio #1 ID : 2 Format : MPEG Audio Format version : Version 1 Format profile : Layer 3 Mode : Joint stereo Mode extension : MS Stereo Codec ID : 6B Duration : 10mn 34s Bit rate mode : Constant Bit rate : 160 Kbps Maximum bit rate : 165 Kbps Channel(s) : 2 channels Sampling rate : 48.0 KHz Compression mode : Lossy Stream size : 12.1 MiB (4%) Writing library : LAME3.99r Encoding settings : -m j -V 4 -q 3 -lowpass 17.5 -b 160 Encoded date : UTC 2013-12-16 17:49:04 Tagged date : UTC 2013-12-16 17:49:05 Audio #2 ID : 3 Format : AC-3 Format/Info : Audio Coding 3 Mode extension : CM (complete main) Format settings, Endianness : Big Codec ID : ac-3 Duration : 10mn 34s Bit rate mode : Constant Bit rate : 320 Kbps Channel(s) : 6 channels Channel positions : Front: L C R, Side: L R, LFE Sampling rate : 48.0 KHz Frame rate : 31.250 fps (1536 spf) Bit depth : 16 bits Compression mode : Lossy Stream size : 24.2 MiB (7%) Encoded date : UTC 2013-12-16 17:49:05 Tagged date : UTC 2013-12-16 17:49:05 If I can do more things to help to solve this problem, thanks to telling it.
  18. Ucino

    VLC Issue

    Here more info if running the video lector with the terminal : MPV when it stop : bbb_sunflower_1080p_30fps_stereo_arcd.mp4 (+) Video --vid=1 (*) (h264) (+) Audio --aid=1 --alang=und (*) (mp3) Audio --aid=2 --alang=und (*) (ac3) File tags: Artist: Blender Foundation 2008, Janus Bager Kristensen 2013 Comment: Creative Commons Attribution 3.0 - http://bbb3d.renderfarming.net Composer: Sacha Goedegebure Genre: Animation Title: Big Buck Bunny, Sunflower version [VDPAU SUNXI] VE version 0x1680 opened [VDPAU SUNXI] OSD enabled, using pixman AO: [pulse] 48000Hz stereo 2ch s16 Using hardware decoding (vdpau). VO: [vdpau] 1920x1080 vdpau [VDPAU SUNXI] Generate CSC matrix from following color standard: 0 [VDPAU SUNXI] >procamp->bright: 0.000, procamp->contrast: 1.000, procamp->saturation: 1.000, procamp->hue: 0.000 [VDPAU SUNXI] Setting mixer value from following color standard: 0 [VDPAU SUNXI] >mix->bright: 0.000, mix->contrast: 1.000, mix->saturation: 1.000, mix->hue: -0.000 [VDPAU SUNXI] Setting mixer value from following color standard: 0 [VDPAU SUNXI] >mix->bright: 0.068, mix->contrast: 1.000, mix->saturation: 0.479, mix->hue: -0.068 [VDPAU SUNXI] Presentation time not supported [VDPAU SUNXI] rgba_render_surface: colors and flags not implemented! AV: 00:00:02 / 00:10:34 (0%) A-V: 0.000 Audio/Video desynchronisation detected! Possible reasons include too slow hardware, temporary CPU spikes, broken drivers, and broken files. Audio position will not match to the video (see A-V status field). With the other file, MPV when it stop : bbb_sunflower_1080p_30fps_stereo_arcc.mp4 (+) Video --vid=1 (*) (h264) (+) Audio --aid=1 --alang=und (*) (mp3) Audio --aid=2 --alang=und (*) (ac3) File tags: Artist: Blender Foundation 2008, Janus Bager Kristensen 2013 Comment: Creative Commons Attribution 3.0 - http://bbb3d.renderfarming.net Composer: Sacha Goedegebure Genre: Animation Title: Big Buck Bunny, Sunflower version [VDPAU SUNXI] VE version 0x1680 opened [VDPAU SUNXI] OSD enabled, using pixman AO: [pulse] 48000Hz stereo 2ch s16 Using hardware decoding (vdpau). VO: [vdpau] 1920x1080 vdpau [VDPAU SUNXI] Generate CSC matrix from following color standard: 0 [VDPAU SUNXI] >procamp->bright: 0.000, procamp->contrast: 1.000, procamp->saturation: 1.000, procamp->hue: 0.000 [VDPAU SUNXI] Setting mixer value from following color standard: 0 [VDPAU SUNXI] >mix->bright: 0.000, mix->contrast: 1.000, mix->saturation: 1.000, mix->hue: -0.000 [VDPAU SUNXI] Setting mixer value from following color standard: 0 [VDPAU SUNXI] >mix->bright: 0.068, mix->contrast: 1.000, mix->saturation: 0.479, mix->hue: -0.068 [VDPAU SUNXI] Presentation time not supported [VDPAU SUNXI] rgba_render_surface: colors and flags not implemented! AV: 00:00:15 / 00:10:34 (2%) A-V: 0.000 Audio/Video desynchronisation detected! Possible reasons include too slow hardware, temporary CPU spikes, broken drivers, and broken files. Audio position will not match to the video (see A-V status field). Segmentation fault10:34 (23%) A-V: 0.000 With VLC : /Downloads/bbb_sunflower_1080p_30fps_stereo_arcc.mp4 VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80) [0006d918] core libvlc: Lancement de vlc avec l'interface par défaut. Utilisez « cvlc » pour démarrer VLC sans interface. [VDPAU SUNXI] VE version 0x1680 opened [VDPAU SUNXI] OSD enabled, using pixman [a83dcc50] avcodec decoder: Using sunxi VDPAU Driver for hardware decoding. [VDPAU SUNXI] Generate CSC matrix from following color standard: 0 [VDPAU SUNXI] >procamp->bright: 0,000, procamp->contrast: 1,000, procamp->saturation: 1,000, procamp->hue: 0,000 [VDPAU SUNXI] Setting mixer value from following color standard: 0 [VDPAU SUNXI] >mix->bright: 0,000, mix->contrast: 1,000, mix->saturation: 1,000, mix->hue: -0,000 [VDPAU SUNXI] Generate CSC matrix from following color standard: 1 [VDPAU SUNXI] >procamp->bright: 0,000, procamp->contrast: 1,000, procamp->saturation: 1,000, procamp->hue: 0,000 [VDPAU SUNXI] Setting mixer value from following color standard: 1 [VDPAU SUNXI] >mix->bright: 0,000, mix->contrast: 1,000, mix->saturation: 1,000, mix->hue: -0,000 [ab503b90] vdpau_chroma filter error: video mixer attributes failure: An invalid/unsupported VdpVideoMixerAttribute value was supplied. [VDPAU SUNXI] rgba_render_surface: colors and flags not implemented! [VDPAU SUNXI] Presentation time not supported [VDPAU SUNXI] Generate CSC matrix from following color standard: 0 [VDPAU SUNXI] >procamp->bright: 0,000, procamp->contrast: 1,000, procamp->saturation: 1,000, procamp->hue: 0,000 [VDPAU SUNXI] Setting mixer value from following color standard: 0 [VDPAU SUNXI] >mix->bright: 0,000, mix->contrast: 1,000, mix->saturation: 1,000, mix->hue: -0,000 [VDPAU SUNXI] Generate CSC matrix from following color standard: 1 [VDPAU SUNXI] >procamp->bright: 0,000, procamp->contrast: 1,000, procamp->saturation: 1,000, procamp->hue: 0,000 [VDPAU SUNXI] Setting mixer value from following color standard: 1 [VDPAU SUNXI] >mix->bright: 0,000, mix->contrast: 1,000, mix->saturation: 1,000, mix->hue: -0,000 [ab503b90] vdpau_chroma filter error: video mixer attributes failure: An invalid/unsupported VdpVideoMixerAttribute value was supplied. [ab503b90] vdpau_chroma filter error: video mixer attributes failure: An invalid/unsupported VdpVideoMixerAttribute value was supplied. [ab503b90] vdpau_chroma filter error: video mixer attributes failure: An invalid/unsupported VdpVideoMixerAttribute value was supplied. [ab503b90] vdpau_chroma filter error: video mixer attributes failure: An invalid/unsupported VdpVideoMixerAttribute value was supplied. [ab503b90] vdpau_chroma filter error: video mixer attributes failure: An invalid/unsupported VdpVideoMixerAttribute value was supplied. [ab503b90] vdpau_chroma filter error: video mixer attributes failure: An invalid/unsupported VdpVideoMixerAttribute value was supplied. And a lot of vdpau_chroma filter error:... With 1 time between the errors : [ab503b90] vdpau_chroma filter error: video mixer attributes failure: An invalid/unsupported VdpVideoMixerAttribute value was supplied. [VDPAU SUNXI] Generate CSC matrix from following color standard: 0 [VDPAU SUNXI] >procamp->bright: 0,000, procamp->contrast: 1,000, procamp->saturation: 1,000, procamp->hue: 0,000 [VDPAU SUNXI] Setting mixer value from following color standard: 0 [VDPAU SUNXI] >mix->bright: 0,000, mix->contrast: 1,000, mix->saturation: 1,000, mix->hue: -0,000 [VDPAU SUNXI] Generate CSC matrix from following color standard: 1 [VDPAU SUNXI] >procamp->bright: 0,000, procamp->contrast: 1,000, procamp->saturation: 1,000, procamp->hue: 0,000 [VDPAU SUNXI] Setting mixer value from following color standard: 1 [VDPAU SUNXI] >mix->bright: 0,000, mix->contrast: 1,000, mix->saturation: 1,000, mix->hue: -0,000 [ab503b90] vdpau_chroma filter error: video mixer attributes failure: An invalid/unsupported VdpVideoMixerAttribute value was supplied. and 1 time : [ab503b90] vdpau_chroma filter error: video mixer attributes failure: An invalid/unsupported VdpVideoMixerAttribute value was supplied. [h264 @ 0xa83f5fa0] mmco: unref short failure [ab503b90] vdpau_chroma filter error: video mixer attributes failure: An invalid/unsupported VdpVideoMixerAttribute value was supplied.
  19. Ucino

    VLC Issue

    Hello, I have the same problem. I was searching a way to be able to see Big Buck Bunny in 3D for this project ( https://forum.armbian.com/index.php?/topic/4929-which-card-choose-to-deploy-an-educational-open-source-os-in-schools/&tab=comments#comment-40408 ). I'm using OPPC+ on 1024x768 60hz with HDMI to VGA adapter with legacy https://dl.armbian.com/orangepipcplus/Ubuntu_xenial_default_desktop.7z I tried to see 2 mp4 with mpv (30 fps 4.1 Red-Cyan Dubois and Red-Cyan Full Colour from http://bbb3d.renderfarming.net/download.html ), but mpv stop at 2mn30 for boths (if this could help I can post more information about this). So I tried vlc (sudo apt-get vlc), he doesn't stop at 2mn30 but I have the same problem of Ozebe.
  20. Yes, thanks a lot, it works now. The image was correct. I'm sorry, it seems that it was because I put 20cm too away the SBC from the box... : I tried to put near the internet box, it has worked well. I tried to put it as yesterday but 20cm nearest the box, 1 wifi red was displayed (but could not connect). 1 meter nearest the box it has worked. I didn't thought about this problem, because an other computer with wifi didn't have problem near these places (but was 1 meter nearest the box than the yesterday try).
  21. Hello, I'm following my investigation to make possible an Open Hardware & Open source solution for schools (cf. https://forum.armbian.com/index.php?/topic/4929-which-card-choose-to-deploy-an-educational-open-source-os-in-schools/&tab=comments#comment-37422 ) I can't use the WiFi. I didn't found information on the forum for Orange Pi PC+ on board wifi (found some but it was for USB wifi). I have downloaded Ubuntu desktop – legacy kernel on https://www.armbian.com/orange-pi-pc-plus/ and installed it on class 10 SD card with Etcher ( Armbian_5.30_Orangepipcplus_Ubuntu_xenial_default_3.4.113_desktop.img). I'm using 3A 5V power supply. I have used synaptic to make update and applied the updates (wifi didn't work before and after). I'm using the user creating during the first launch (and not the root id). On the desktop at top right, in the connection panel, I can see that Enable Wi-Fi is enable, but Wi-Fi Networks is displayed in grey and we can read "disconnected" below. if I run nmtui-connect I can only read Wired, I don't have WiFi. armbianmonitor -u give this http://sprunge.us/MUTd I have seen in the documentation that we can make driver ( https://docs.armbian.com/User-Guide_Advanced-Features/#how-to-build-a-wireless-driver) do you think I can try this way to solve this problem ? In the manual of Orange PiPC+ p33/67 there is also this way : - Establish a wifi hotspot configure file wpa_supplication.conf on the directory of /etc/network/ and add the following contents [...] Some one have any suggestions in order that i can use the wifi ? Thanks a lot
  22. I have received it. It works for screen with HDMI to VGA adaptator on 1024x768 60Hz, that's very cool I will continue the tests, I have some problems for other things (wifi, bluetooth...).
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines