SlideShare una empresa de Scribd logo
1 de 26
Descargar para leer sin conexión
GeeXboX Enna: Embedded Media Center




            GeeXboX Enna:
         Embedded Media Center

                 Benjamin Zores


                   12th April 2010
               CELF ELC, San Francisco
GeeXboX Enna: Embedded Media Center
The GeeXboX sub-project(s)


   The GeeXboX team focus on multimedia oriented projects:

       GeeXboX itself, an embedded multimedia Linux distribution,
        for both standalone Set Top Boxes and HTPC.
       Enna, EFL-based low resources Media Center interface.
       uShare, a free UPnP A/V and DLNA Media Server.
       libdlna, reference DLNA protocol OSS implementation.
       libplayer, a multimedia A/V abstraction layer framework.
       libvalhalla, a tiny media information scanning library.
       A few (yet) minor other projects ...
GeeXboX Enna: Embedded Media Center




             GeeXboX
          Embedded Multimedia Linux Distribution

                 http://www.geexbox.org/
GeeXboX Enna: Embedded Media Center
Embedded Multimedia Distribution


   Major Live-CD multimedia distribution since 2003.
   Designed both for full blown HTPC and embedded devices.

   Turns your computer into a full-featured Set-Top-Box:
        Play any kind of multimedia content (audio, video, photos …)
        From various locations: Disk, NFS, Samba, WebRadios, UPnP/DLNA …
        Supports CDDA, DVD, Analog TV and DVB playback.
        Fully controlable through LIRC-compatible remote.


   Ready-to-be-used by end-user: minimalistic configuration.
   Available as a LiveCD, OS for USB key, multi-boot on HDD ...
GeeXboX Enna: Embedded Media Center
What's under the hood


   Bare-metal Linux distribution, completely built from scratch:
        Not related/forked from any other distribution.
        Based on its own shell-based cross-compilation framework,
         (similar to Buildroot, OpenEmbedded, OpenWRT …)
        Supported architectures:
         ARM, PowerPC (32 and 64 bits) and x86 (32 and 64 bits)
        Supports GLIBC, eGLIBC and uClibc.
        Up to 350 packages with build dependencies management.

   System footprint: 8-64 MB, depending on build options.
   Low RAM usage: 128 MB typical, 256 MB for LiveCD.
   Distribution goal: ready to be used, booted as fast as possible.
GeeXboX Enna: Embedded Media Center
Cross-Compilation Framework
GeeXboX Enna: Embedded Media Center
Customizable Build Flavours


   Versatile toolchain and build flags:
        Can generate generic code to support once and every PC.
        Or be optimized to your exact device's SoC instruction set.

   100% free or using proprietary:
        Packages: SGX OpenGL libraries, MAME ...
        Drivers: nVidia X.Org driver, MADwifi ...
        Firmwares: for WiFi and DVB chipsets …

   Optional support for WiFi, TV/DVB and Networking services.
GeeXboX Enna: Embedded Media Center
Runtime Features


   Select between video stacks:
        Console/framebuffer only mode with VIDIX enhancements.
        Bleeding-edge X.Org with Kernel Mode Settings (KMS) support.


   System init through UpStart:
        Modularized and highly configurable.
        Event-based with parallelized services.


   Video Decoding capabilities:
        Soft: optimized for multi-core H.264 and VC-1 decoding.
        Hard: support VDPAU, soon to add VA-API, CrystalHD, and OpenMAX.
GeeXboX Enna: Embedded Media Center




                  Enna
              EFL Media Center Interface

               http://enna.geexbox.org/
GeeXboX Enna: Embedded Media Center
Overview


   Enna is an embedded Media Center application.
   Meant to run on low-resources embedded devices
    (phones, STB) as well as HTPC.
   Small footprint:
    250 kB binary only + theme data.
   Written in pure C.
   GUI relies on Enlightenment
    Foundation Libraries (EFL).
   Multimedia playback
    capabilities and metadata
    information retrieval rely on
    GeeXboX libplayer and
    libvalhalla projects.
GeeXboX Enna: Embedded Media Center
Main Features


   Main modules are:
       Music Player
       Movies & TV Shows Player
       Photos Viewer
       Weather forecast
       Online eBook Reader from various online content providers.
       Digital TV through VDR (VideoDisk Recorder) frontend
       Games Aggregator (e.g MAME, Emulators ...)
GeeXboX Enna: Embedded Media Center
User Centric


   Designed with embedded considerations in mind (low footprint).
   Meant to be user convenient and plug-and-play.
   Controllable through keyboard, mouse,
    touchscreen and remote.
   Modularized and skinnable.
   Available for:
        GeeXboX v2.x.
        GNU/Linux distributions
         (Ubuntu 10.04 LTS ...)
        Mac OSX (in progress)
        Windows (in progress)
GeeXboX Enna: Embedded Media Center
Supported Protocols

   Dynamic media detection through:
       mtab
       HAL
       UDEV
                                    Media Browsing protocols:

                                            Local disks
                                            CDDA
                                            DVD
                                            Media Database
                                            SHOUTcast
                                            Podcasts
                                            UPnP A/V and DLNA
                                            Bluray, some day ...
GeeXboX: An Introduction to Enna Media Center
Software Architecture


   Built on Enlightenment Foundation Libraries (EFL) and
    GeeXboX multimedia libraries (libplayer and libvalhalla).
   Enna is presentation-level only:
    provides many abstraction layers.
GeeXboX Enna: Embedded Media Center




                     EFL
           Enlightenment Foundation Libraries
             http://www.enlightenment.org/
GeeXboX Enna: Embedded Media Center
Enlightenment Foundation Libraries


   EFL are ”a whole suite of libraries to help you create beautiful
    user interfaces with much less work than doing it the old
    fashioned way and fighting with traditional toolkits”.

        Eina provides optimized
         data types and useful tools.
        Evas is the canvas display layer.
        Ecore is a tiny event loop library.
        Edje is a graphical design and
         layout library which allows extremely
         flexible dynamic layouts and animations.
        Elementary is a widget set.
GeeXboX Enna: Embedded Media Center




               libplayer
        Multimedia A/V Abstraction Layer Framework

                http://libplayer.geexbox.org/
GeeXboX Enna: Embedded Media Center
libplayer


   libplayer is a multimedia A/V abstraction layer framework.
   Provides a generic API to control various multimedia players:
        MPlayer, through FIFO-based slave-mode.
        Xine
        VLC (requires to-be-released v1.1 API)
        GStreamer (preliminary, yet experimental)
   Fully thread-safe.
   Player controls and notification are offloaded to frontend.
   Supports most of currently available A/V renderers:
        Audio: ALSA, OSS, PulseAudio
        Video: Framebuffer, OpenGL, SDL, VDPAU, X11, XVideo
GeeXboX Enna: Embedded Media Center
libplayer Architecture
GeeXboX Enna: Embedded Media Center




            libvalhalla
         Tiny Media Information Scanning Library

              http://libvalhalla.geexbox.org/
GeeXboX Enna: Embedded Media Center
libvalhalla


   libvalhalla is a tiny media scanner library:
        High-performances multi-threaded implementation.
        Supports both background and on-demand operations.
        Stores information in SQLite database.
        Parses A/V stream properties through FFmpeg.
        Features many on-line grabbers for automatic retrieval of
         covers, lyrics, synopsis, list of actors …

   Currently supported grabbers:
        Offline: EXIF, FFmpeg and NFO.
        Online : Allocine, Amazon, ChartLyrics, ImDB, Last.fm,
         LyricWiki, TheMovieDB, TheTVDB and TVRage.
GeeXboX Enna: Embedded Media Center
libvalhalla Architecture
GeeXboX Enna: Embedded Media Center




 Status & Roadmap
                Pinky: "Gee, Brain, what do you want to do tonight ?"
  The Brain: "The same thing we do every night, Pinky—try to take over the world !"
GeeXboX Enna: Embedded Media Center
Status


   Enna first release (0.4.0) was made on 2nd January 2010.
        First users feedback was quite impressive.
        Mature code, part of most famous distros a few weeks later.
        Will be key part of GeeXboX 2.0 release (alpha2 released in March).

   Still many competitors:
        XBMC / Boxee, Moovida, Meedio, Win MCE …
        But not targeting embedded device field

   Port to ARM-based devices in progress:
    Beagleboard, Nokia N900 mobile phone, TouchBook …

   Next step/targets: ISP STB, connected TVs ...
GeeXboX Enna: Embedded Media Center
Expected features


   Seamless TV support through VDR skin.
   Additional online content connections:
    Picasa, Flickr, YouTube browsing ...
   Provide Video On Demand (VOD):
    Apple Trailers, Amazon.com, Netflix ...
   Instant Messaging (through Telepathy framework).
   VoIP Telephony, Video Conference and TelePresence.
   Get use of more and more hardware accelerators:
        Additional ARM VFP and NEON optimizations.
        OpenMAX DSP access for video playback
        OpenGL|ES 3D GPU Acceleration
        Flash 10 decoder
GeeXboX Enna: Embedded Media Center
That's all folks ...




                               Thanks
                              http://www.geexbox.org/

Más contenido relacionado

La actualidad más candente

Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
Linux – an introduction
Linux – an introductionLinux – an introduction
Linux – an introduction
Wingston
 
Operating systems linux
Operating systems linuxOperating systems linux
Operating systems linux
william_morg
 
ELCE 2011 - BZ - Embedded Linux Optimization Techniques - How Not To Be Slow
ELCE 2011 - BZ - Embedded Linux Optimization Techniques - How Not To Be SlowELCE 2011 - BZ - Embedded Linux Optimization Techniques - How Not To Be Slow
ELCE 2011 - BZ - Embedded Linux Optimization Techniques - How Not To Be Slow
Benjamin Zores
 

La actualidad más candente (20)

Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Linux – an introduction
Linux – an introductionLinux – an introduction
Linux – an introduction
 
Hillel kobrovski Linux security overview for ciso
Hillel kobrovski   Linux security overview for cisoHillel kobrovski   Linux security overview for ciso
Hillel kobrovski Linux security overview for ciso
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
 
linux introduction
linux introductionlinux introduction
linux introduction
 
Operating systems linux
Operating systems linuxOperating systems linux
Operating systems linux
 
An Introduction to Linux
An Introduction to LinuxAn Introduction to Linux
An Introduction to Linux
 
ELCE 2011 - BZ - Embedded Linux Optimization Techniques - How Not To Be Slow
ELCE 2011 - BZ - Embedded Linux Optimization Techniques - How Not To Be SlowELCE 2011 - BZ - Embedded Linux Optimization Techniques - How Not To Be Slow
ELCE 2011 - BZ - Embedded Linux Optimization Techniques - How Not To Be Slow
 
Qt Experiences on NXP's Connetcted TV Platforms
Qt Experiences on NXP's Connetcted TV PlatformsQt Experiences on NXP's Connetcted TV Platforms
Qt Experiences on NXP's Connetcted TV Platforms
 
08 android multimedia_framework_overview
08 android multimedia_framework_overview08 android multimedia_framework_overview
08 android multimedia_framework_overview
 
Linux Introduction
Linux IntroductionLinux Introduction
Linux Introduction
 
Linux Seminar for Beginners
Linux Seminar for BeginnersLinux Seminar for Beginners
Linux Seminar for Beginners
 
Pearce Barry Resume
Pearce Barry ResumePearce Barry Resume
Pearce Barry Resume
 
ICIT2013-Keynote-Speech-In-Bali
ICIT2013-Keynote-Speech-In-BaliICIT2013-Keynote-Speech-In-Bali
ICIT2013-Keynote-Speech-In-Bali
 
Presentation on HP ProLiant value add tools on Linux
Presentation on HP ProLiant value add tools on LinuxPresentation on HP ProLiant value add tools on Linux
Presentation on HP ProLiant value add tools on Linux
 
Linux
LinuxLinux
Linux
 
Linux introduction Class 02
Linux introduction Class 02Linux introduction Class 02
Linux introduction Class 02
 
Introduction to linux ppt
Introduction to linux pptIntroduction to linux ppt
Introduction to linux ppt
 
Foss History
Foss HistoryFoss History
Foss History
 
Introduction To Opensource And GNU/Linux
Introduction To Opensource And GNU/LinuxIntroduction To Opensource And GNU/Linux
Introduction To Opensource And GNU/Linux
 

Destacado

Introduction to OpenBricks: an Embedded Linux Framework
Introduction to OpenBricks: an Embedded Linux FrameworkIntroduction to OpenBricks: an Embedded Linux Framework
Introduction to OpenBricks: an Embedded Linux Framework
Benjamin Zores
 
ABS 2014 - Android Kit Kat Internals
ABS 2014 - Android Kit Kat InternalsABS 2014 - Android Kit Kat Internals
ABS 2014 - Android Kit Kat Internals
Benjamin Zores
 

Destacado (20)

ABS 2012 - Android Device Porting Walkthrough
ABS 2012 - Android Device Porting WalkthroughABS 2012 - Android Device Porting Walkthrough
ABS 2012 - Android Device Porting Walkthrough
 
Ready to Rock
Ready to RockReady to Rock
Ready to Rock
 
Kariyerini Çiz
Kariyerini ÇizKariyerini Çiz
Kariyerini Çiz
 
Introduction to OpenBricks: an Embedded Linux Framework
Introduction to OpenBricks: an Embedded Linux FrameworkIntroduction to OpenBricks: an Embedded Linux Framework
Introduction to OpenBricks: an Embedded Linux Framework
 
Finans Sektöründe Verimli Yazılımcı Olabilmek
Finans Sektöründe Verimli Yazılımcı OlabilmekFinans Sektöründe Verimli Yazılımcı Olabilmek
Finans Sektöründe Verimli Yazılımcı Olabilmek
 
Bir .Net Geliştiricisinin Ruby ile İmtihanı
Bir .Net Geliştiricisinin Ruby ile İmtihanıBir .Net Geliştiricisinin Ruby ile İmtihanı
Bir .Net Geliştiricisinin Ruby ile İmtihanı
 
CloudOpen 2014 - Extending Cloud Automation, When OpenStack Meets Ansible
CloudOpen 2014 - Extending Cloud Automation, When OpenStack Meets AnsibleCloudOpen 2014 - Extending Cloud Automation, When OpenStack Meets Ansible
CloudOpen 2014 - Extending Cloud Automation, When OpenStack Meets Ansible
 
ABS 2014 - Android Kit Kat Internals
ABS 2014 - Android Kit Kat InternalsABS 2014 - Android Kit Kat Internals
ABS 2014 - Android Kit Kat Internals
 
Linux Sürücü Geliştirme (Linux Device Driver Development)
Linux Sürücü Geliştirme (Linux Device Driver Development)Linux Sürücü Geliştirme (Linux Device Driver Development)
Linux Sürücü Geliştirme (Linux Device Driver Development)
 
SOA Gerçekleri
SOA GerçekleriSOA Gerçekleri
SOA Gerçekleri
 
Design Of A Usb Device Driver (Overview)
Design Of A Usb Device Driver (Overview)Design Of A Usb Device Driver (Overview)
Design Of A Usb Device Driver (Overview)
 
BusyBox for Embedded Linux
BusyBox for Embedded LinuxBusyBox for Embedded Linux
BusyBox for Embedded Linux
 
File systems for Embedded Linux
File systems for Embedded LinuxFile systems for Embedded Linux
File systems for Embedded Linux
 
Embedded Linux - Building toolchain
Embedded Linux - Building toolchainEmbedded Linux - Building toolchain
Embedded Linux - Building toolchain
 
Embedded Linux Kernel - Build your custom kernel
Embedded Linux Kernel - Build your custom kernelEmbedded Linux Kernel - Build your custom kernel
Embedded Linux Kernel - Build your custom kernel
 
Linux systems - Getting started with setting up and embedded platform
Linux systems - Getting started with setting up and embedded platformLinux systems - Getting started with setting up and embedded platform
Linux systems - Getting started with setting up and embedded platform
 
Embedded Android : System Development - Part III
Embedded Android : System Development - Part IIIEmbedded Android : System Development - Part III
Embedded Android : System Development - Part III
 
Embedded Android : System Development - Part IV
Embedded Android : System Development - Part IVEmbedded Android : System Development - Part IV
Embedded Android : System Development - Part IV
 
Data Structures & Algorithm design using C
Data Structures & Algorithm design using C Data Structures & Algorithm design using C
Data Structures & Algorithm design using C
 
Embedded Android : System Development - Part I
Embedded Android : System Development - Part IEmbedded Android : System Development - Part I
Embedded Android : System Development - Part I
 

Similar a ELC 2010 - GeeXboX Enna: Embedded Media Center

Embedded Linux Multimedia
Embedded Linux MultimediaEmbedded Linux Multimedia
Embedded Linux Multimedia
Caglar Dursun
 
Kerja Kursus ICT(open source)
Kerja Kursus ICT(open source)Kerja Kursus ICT(open source)
Kerja Kursus ICT(open source)
Zul Azmi
 
Sound systems on linux
Sound systems on linuxSound systems on linux
Sound systems on linux
Deepak KARDA
 
Rapid IoT Prototyping with Tizen on Raspberry Pi
Rapid IoT Prototyping with Tizen on Raspberry PiRapid IoT Prototyping with Tizen on Raspberry Pi
Rapid IoT Prototyping with Tizen on Raspberry Pi
Leon Anavi
 
Fusioninventory project FOSDEM 2011
Fusioninventory project FOSDEM 2011Fusioninventory project FOSDEM 2011
Fusioninventory project FOSDEM 2011
Gonéri Le Bouder
 
20040927-Commons-Riddle.ppt
20040927-Commons-Riddle.ppt20040927-Commons-Riddle.ppt
20040927-Commons-Riddle.ppt
Videoguy
 

Similar a ELC 2010 - GeeXboX Enna: Embedded Media Center (20)

Embedded Linux Multimedia
Embedded Linux MultimediaEmbedded Linux Multimedia
Embedded Linux Multimedia
 
Kerja Kursus ICT(open source)
Kerja Kursus ICT(open source)Kerja Kursus ICT(open source)
Kerja Kursus ICT(open source)
 
Video Drivers
Video DriversVideo Drivers
Video Drivers
 
Graphical libraries
Graphical librariesGraphical libraries
Graphical libraries
 
A Tour of Open Source on the Mainframe
A Tour of Open Source on the MainframeA Tour of Open Source on the Mainframe
A Tour of Open Source on the Mainframe
 
welcome to linux
welcome to linuxwelcome to linux
welcome to linux
 
Sound systems on linux
Sound systems on linuxSound systems on linux
Sound systems on linux
 
Rapid IoT Prototyping with Tizen on Raspberry Pi
Rapid IoT Prototyping with Tizen on Raspberry PiRapid IoT Prototyping with Tizen on Raspberry Pi
Rapid IoT Prototyping with Tizen on Raspberry Pi
 
Fedora Linux
Fedora LinuxFedora Linux
Fedora Linux
 
Linux
Linux Linux
Linux
 
Linux gaming landscape
Linux gaming landscapeLinux gaming landscape
Linux gaming landscape
 
Raspberry Pi introduction
Raspberry Pi introductionRaspberry Pi introduction
Raspberry Pi introduction
 
Fusioninventory project FOSDEM 2011
Fusioninventory project FOSDEM 2011Fusioninventory project FOSDEM 2011
Fusioninventory project FOSDEM 2011
 
Linux Intro
Linux   IntroLinux   Intro
Linux Intro
 
FFMPEG TOOLS
FFMPEG TOOLSFFMPEG TOOLS
FFMPEG TOOLS
 
20040927-Commons-Riddle.ppt
20040927-Commons-Riddle.ppt20040927-Commons-Riddle.ppt
20040927-Commons-Riddle.ppt
 
5.Arne_Nowak_Digital_Archiving_Pilots.pdf
5.Arne_Nowak_Digital_Archiving_Pilots.pdf5.Arne_Nowak_Digital_Archiving_Pilots.pdf
5.Arne_Nowak_Digital_Archiving_Pilots.pdf
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
Fall Premieres: Media Frameworks in iOS 11, macOS 10.13, and tvOS 11 (CocoaCo...
Fall Premieres: Media Frameworks in iOS 11, macOS 10.13, and tvOS 11 (CocoaCo...Fall Premieres: Media Frameworks in iOS 11, macOS 10.13, and tvOS 11 (CocoaCo...
Fall Premieres: Media Frameworks in iOS 11, macOS 10.13, and tvOS 11 (CocoaCo...
 
Linux Information
Linux InformationLinux Information
Linux Information
 

Más de Benjamin Zores

ABS 2014 - The Growth of Android in Embedded Systems
ABS 2014 - The Growth of Android in Embedded SystemsABS 2014 - The Growth of Android in Embedded Systems
ABS 2014 - The Growth of Android in Embedded Systems
Benjamin Zores
 
Droidcon 2013 France - Android Platform Anatomy
Droidcon 2013 France - Android Platform AnatomyDroidcon 2013 France - Android Platform Anatomy
Droidcon 2013 France - Android Platform Anatomy
Benjamin Zores
 
ABS 2013: Dive into Android Networking - Adding Ethernet Connectivity
ABS 2013: Dive into Android Networking - Adding Ethernet ConnectivityABS 2013: Dive into Android Networking - Adding Ethernet Connectivity
ABS 2013: Dive into Android Networking - Adding Ethernet Connectivity
Benjamin Zores
 
ABS 2013: Android Jelly Bean Device Porting Walkthrough
ABS 2013: Android Jelly Bean Device Porting WalkthroughABS 2013: Android Jelly Bean Device Porting Walkthrough
ABS 2013: Android Jelly Bean Device Porting Walkthrough
Benjamin Zores
 
ELCE 2012 - Dive into Android Networking: Adding Ethernet Connectivity
ELCE 2012 - Dive into Android Networking: Adding Ethernet ConnectivityELCE 2012 - Dive into Android Networking: Adding Ethernet Connectivity
ELCE 2012 - Dive into Android Networking: Adding Ethernet Connectivity
Benjamin Zores
 
ELCE 2010 - State Of Multimedia In 2010 Embedded Linux Devices
ELCE 2010 - State Of Multimedia In 2010 Embedded Linux DevicesELCE 2010 - State Of Multimedia In 2010 Embedded Linux Devices
ELCE 2010 - State Of Multimedia In 2010 Embedded Linux Devices
Benjamin Zores
 

Más de Benjamin Zores (7)

ABS 2014 - The Growth of Android in Embedded Systems
ABS 2014 - The Growth of Android in Embedded SystemsABS 2014 - The Growth of Android in Embedded Systems
ABS 2014 - The Growth of Android in Embedded Systems
 
Droidcon 2013 france - The Growth of Android in Embedded Systems
Droidcon 2013 france - The Growth of Android in Embedded SystemsDroidcon 2013 france - The Growth of Android in Embedded Systems
Droidcon 2013 france - The Growth of Android in Embedded Systems
 
Droidcon 2013 France - Android Platform Anatomy
Droidcon 2013 France - Android Platform AnatomyDroidcon 2013 France - Android Platform Anatomy
Droidcon 2013 France - Android Platform Anatomy
 
ABS 2013: Dive into Android Networking - Adding Ethernet Connectivity
ABS 2013: Dive into Android Networking - Adding Ethernet ConnectivityABS 2013: Dive into Android Networking - Adding Ethernet Connectivity
ABS 2013: Dive into Android Networking - Adding Ethernet Connectivity
 
ABS 2013: Android Jelly Bean Device Porting Walkthrough
ABS 2013: Android Jelly Bean Device Porting WalkthroughABS 2013: Android Jelly Bean Device Porting Walkthrough
ABS 2013: Android Jelly Bean Device Porting Walkthrough
 
ELCE 2012 - Dive into Android Networking: Adding Ethernet Connectivity
ELCE 2012 - Dive into Android Networking: Adding Ethernet ConnectivityELCE 2012 - Dive into Android Networking: Adding Ethernet Connectivity
ELCE 2012 - Dive into Android Networking: Adding Ethernet Connectivity
 
ELCE 2010 - State Of Multimedia In 2010 Embedded Linux Devices
ELCE 2010 - State Of Multimedia In 2010 Embedded Linux DevicesELCE 2010 - State Of Multimedia In 2010 Embedded Linux Devices
ELCE 2010 - State Of Multimedia In 2010 Embedded Linux Devices
 

Último

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Último (20)

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

ELC 2010 - GeeXboX Enna: Embedded Media Center

  • 1. GeeXboX Enna: Embedded Media Center GeeXboX Enna: Embedded Media Center Benjamin Zores 12th April 2010 CELF ELC, San Francisco
  • 2. GeeXboX Enna: Embedded Media Center The GeeXboX sub-project(s)  The GeeXboX team focus on multimedia oriented projects:  GeeXboX itself, an embedded multimedia Linux distribution, for both standalone Set Top Boxes and HTPC.  Enna, EFL-based low resources Media Center interface.  uShare, a free UPnP A/V and DLNA Media Server.  libdlna, reference DLNA protocol OSS implementation.  libplayer, a multimedia A/V abstraction layer framework.  libvalhalla, a tiny media information scanning library.  A few (yet) minor other projects ...
  • 3. GeeXboX Enna: Embedded Media Center GeeXboX Embedded Multimedia Linux Distribution http://www.geexbox.org/
  • 4. GeeXboX Enna: Embedded Media Center Embedded Multimedia Distribution  Major Live-CD multimedia distribution since 2003.  Designed both for full blown HTPC and embedded devices.  Turns your computer into a full-featured Set-Top-Box:  Play any kind of multimedia content (audio, video, photos …)  From various locations: Disk, NFS, Samba, WebRadios, UPnP/DLNA …  Supports CDDA, DVD, Analog TV and DVB playback.  Fully controlable through LIRC-compatible remote.  Ready-to-be-used by end-user: minimalistic configuration.  Available as a LiveCD, OS for USB key, multi-boot on HDD ...
  • 5. GeeXboX Enna: Embedded Media Center What's under the hood  Bare-metal Linux distribution, completely built from scratch:  Not related/forked from any other distribution.  Based on its own shell-based cross-compilation framework, (similar to Buildroot, OpenEmbedded, OpenWRT …)  Supported architectures: ARM, PowerPC (32 and 64 bits) and x86 (32 and 64 bits)  Supports GLIBC, eGLIBC and uClibc.  Up to 350 packages with build dependencies management.  System footprint: 8-64 MB, depending on build options.  Low RAM usage: 128 MB typical, 256 MB for LiveCD.  Distribution goal: ready to be used, booted as fast as possible.
  • 6. GeeXboX Enna: Embedded Media Center Cross-Compilation Framework
  • 7. GeeXboX Enna: Embedded Media Center Customizable Build Flavours  Versatile toolchain and build flags:  Can generate generic code to support once and every PC.  Or be optimized to your exact device's SoC instruction set.  100% free or using proprietary:  Packages: SGX OpenGL libraries, MAME ...  Drivers: nVidia X.Org driver, MADwifi ...  Firmwares: for WiFi and DVB chipsets …  Optional support for WiFi, TV/DVB and Networking services.
  • 8. GeeXboX Enna: Embedded Media Center Runtime Features  Select between video stacks:  Console/framebuffer only mode with VIDIX enhancements.  Bleeding-edge X.Org with Kernel Mode Settings (KMS) support.  System init through UpStart:  Modularized and highly configurable.  Event-based with parallelized services.  Video Decoding capabilities:  Soft: optimized for multi-core H.264 and VC-1 decoding.  Hard: support VDPAU, soon to add VA-API, CrystalHD, and OpenMAX.
  • 9. GeeXboX Enna: Embedded Media Center Enna EFL Media Center Interface http://enna.geexbox.org/
  • 10. GeeXboX Enna: Embedded Media Center Overview  Enna is an embedded Media Center application.  Meant to run on low-resources embedded devices (phones, STB) as well as HTPC.  Small footprint: 250 kB binary only + theme data.  Written in pure C.  GUI relies on Enlightenment Foundation Libraries (EFL).  Multimedia playback capabilities and metadata information retrieval rely on GeeXboX libplayer and libvalhalla projects.
  • 11. GeeXboX Enna: Embedded Media Center Main Features  Main modules are:  Music Player  Movies & TV Shows Player  Photos Viewer  Weather forecast  Online eBook Reader from various online content providers.  Digital TV through VDR (VideoDisk Recorder) frontend  Games Aggregator (e.g MAME, Emulators ...)
  • 12. GeeXboX Enna: Embedded Media Center User Centric  Designed with embedded considerations in mind (low footprint).  Meant to be user convenient and plug-and-play.  Controllable through keyboard, mouse, touchscreen and remote.  Modularized and skinnable.  Available for:  GeeXboX v2.x.  GNU/Linux distributions (Ubuntu 10.04 LTS ...)  Mac OSX (in progress)  Windows (in progress)
  • 13. GeeXboX Enna: Embedded Media Center Supported Protocols  Dynamic media detection through:  mtab  HAL  UDEV  Media Browsing protocols:  Local disks  CDDA  DVD  Media Database  SHOUTcast  Podcasts  UPnP A/V and DLNA  Bluray, some day ...
  • 14. GeeXboX: An Introduction to Enna Media Center Software Architecture  Built on Enlightenment Foundation Libraries (EFL) and GeeXboX multimedia libraries (libplayer and libvalhalla).  Enna is presentation-level only: provides many abstraction layers.
  • 15. GeeXboX Enna: Embedded Media Center EFL Enlightenment Foundation Libraries http://www.enlightenment.org/
  • 16. GeeXboX Enna: Embedded Media Center Enlightenment Foundation Libraries  EFL are ”a whole suite of libraries to help you create beautiful user interfaces with much less work than doing it the old fashioned way and fighting with traditional toolkits”.  Eina provides optimized data types and useful tools.  Evas is the canvas display layer.  Ecore is a tiny event loop library.  Edje is a graphical design and layout library which allows extremely flexible dynamic layouts and animations.  Elementary is a widget set.
  • 17. GeeXboX Enna: Embedded Media Center libplayer Multimedia A/V Abstraction Layer Framework http://libplayer.geexbox.org/
  • 18. GeeXboX Enna: Embedded Media Center libplayer  libplayer is a multimedia A/V abstraction layer framework.  Provides a generic API to control various multimedia players:  MPlayer, through FIFO-based slave-mode.  Xine  VLC (requires to-be-released v1.1 API)  GStreamer (preliminary, yet experimental)  Fully thread-safe.  Player controls and notification are offloaded to frontend.  Supports most of currently available A/V renderers:  Audio: ALSA, OSS, PulseAudio  Video: Framebuffer, OpenGL, SDL, VDPAU, X11, XVideo
  • 19. GeeXboX Enna: Embedded Media Center libplayer Architecture
  • 20. GeeXboX Enna: Embedded Media Center libvalhalla Tiny Media Information Scanning Library http://libvalhalla.geexbox.org/
  • 21. GeeXboX Enna: Embedded Media Center libvalhalla  libvalhalla is a tiny media scanner library:  High-performances multi-threaded implementation.  Supports both background and on-demand operations.  Stores information in SQLite database.  Parses A/V stream properties through FFmpeg.  Features many on-line grabbers for automatic retrieval of covers, lyrics, synopsis, list of actors …  Currently supported grabbers:  Offline: EXIF, FFmpeg and NFO.  Online : Allocine, Amazon, ChartLyrics, ImDB, Last.fm, LyricWiki, TheMovieDB, TheTVDB and TVRage.
  • 22. GeeXboX Enna: Embedded Media Center libvalhalla Architecture
  • 23. GeeXboX Enna: Embedded Media Center Status & Roadmap Pinky: "Gee, Brain, what do you want to do tonight ?" The Brain: "The same thing we do every night, Pinky—try to take over the world !"
  • 24. GeeXboX Enna: Embedded Media Center Status  Enna first release (0.4.0) was made on 2nd January 2010.  First users feedback was quite impressive.  Mature code, part of most famous distros a few weeks later.  Will be key part of GeeXboX 2.0 release (alpha2 released in March).  Still many competitors:  XBMC / Boxee, Moovida, Meedio, Win MCE …  But not targeting embedded device field  Port to ARM-based devices in progress: Beagleboard, Nokia N900 mobile phone, TouchBook …  Next step/targets: ISP STB, connected TVs ...
  • 25. GeeXboX Enna: Embedded Media Center Expected features  Seamless TV support through VDR skin.  Additional online content connections: Picasa, Flickr, YouTube browsing ...  Provide Video On Demand (VOD): Apple Trailers, Amazon.com, Netflix ...  Instant Messaging (through Telepathy framework).  VoIP Telephony, Video Conference and TelePresence.  Get use of more and more hardware accelerators:  Additional ARM VFP and NEON optimizations.  OpenMAX DSP access for video playback  OpenGL|ES 3D GPU Acceleration  Flash 10 decoder
  • 26. GeeXboX Enna: Embedded Media Center That's all folks ... Thanks http://www.geexbox.org/