Author Topic: Version 2.1.0 Released  (Read 33292 times)

Omamez

  • Sr. Member
  • ****
  • Posts: 222
    • View Profile
Re: Version 2.1.0 Released
« Reply #15 on: October 21, 2016, 08:05:01 AM »
any new updates on this ray or new features :-*

spannernick1

  • Full Member
  • ***
  • Posts: 27
    • View Profile
Re: Version 2.1.0 Released
« Reply #16 on: November 06, 2016, 06:30:53 AM »
Will there be AM 2.1.0 for the Raspberry PI 2 or 3 coming out soon,would love to have it on  RetroPie 4.06..Well at the moment I am still on 4.02??

Hope you do mind me asking.

I have got it working on a RPIB1 with RetroPie 4.02 so I know how to compile it.but have a RPI3 now..;)

raygun

  • Administrator
  • Sr. Member
  • *****
  • Posts: 393
    • View Profile
Re: Version 2.1.0 Released
« Reply #17 on: November 07, 2016, 11:41:05 PM »
New version of attractmode is imminent... the full list of changes that it will include is available here: https://github.com/mickelson/attract/compare/v2.1.0...master



ryuuji

  • Sr. Member
  • ****
  • Posts: 109
    • View Profile
Re: Version 2.1.0 Released
« Reply #18 on: November 10, 2016, 09:09:32 AM »
Lots of new features

calle81

  • Sr. Member
  • ****
  • Posts: 184
    • View Profile
Re: Version 2.1.0 Released
« Reply #19 on: November 10, 2016, 04:18:24 PM »
Hi, how do I get the Video Decoder options on RPi3?

I have installed ffmeg with mmal according to these instructions:
https://nwgat.ninja/quick-easy-compiling-mpv-for-raspberry-pi/

and compiled latest AM from source but I still can only select software.

Kind regards
Carl

raygun

  • Administrator
  • Sr. Member
  • *****
  • Posts: 393
    • View Profile
Re: Version 2.1.0 Released
« Reply #20 on: November 10, 2016, 11:18:56 PM »
Hi, how do I get the Video Decoder options on RPi3?

I have installed ffmeg with mmal according to these instructions:
https://nwgat.ninja/quick-easy-compiling-mpv-for-raspberry-pi/

and compiled latest AM from source but I still can only select software.

Kind regards
Carl

What worked for me was to build FFmpeg w/mmal on my RPi3 using the following commands :

Code: [Select]
git clone git://source.ffmpeg.org/ffmpeg.git
cd ffmpeg

./configure --enable-mmal --disable-debug --enable-memalign-hack --enable-shared
make -j4
sudo make install

then build attractmode from source....

calle81

  • Sr. Member
  • ****
  • Posts: 184
    • View Profile
Re: Version 2.1.0 Released
« Reply #21 on: November 11, 2016, 02:32:38 PM »
Hi Ray,

I followed your instructions regarding ffmpeg and then compiled attract from source. Weird thing is now I cant start AM. I get this error: attract: error while loading shared libraries: libavformat.so.57: cannot open shared object file: No such file or directory.

Any ideas?

Edit: Nevermind. Found the solution here http://stackoverflow.com/questions/12901706/ffmpeg-error-in-linux

I still only have the software decoder option though..

Edit 2: Nevermind again. I have the mmal option after reboot :)
« Last Edit: November 11, 2016, 03:51:13 PM by calle81 »