Changes between Version 6 and Version 7 of MEDIA_ENGINE_IMPL_MAIN_R3


Ignore:
Timestamp:
08/31/09 12:32:22 (16 years ago)
Author:
stefan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MEDIA_ENGINE_IMPL_MAIN_R3

    v6 v7  
    66  
    77== Overview == 
    8 The ability for playing audio streams from media files in Sophie2 is significant because is one of the main features of Sophie2. Till now, it was realized with JMF, which is pretty much outdated and does not support many of the today's audio codecs and formats. So, in order to provide ability to decode/encode most of the popular codecs used today, we can use [http://ffmpeg.org/] - A C++ library which is an ongoing, live project. It support most of the known codecs. The wrapper from the second revision of this task should be updated. 
     8The ability for playing audio streams from media files in Sophie2 is significant because is one of the main features of the product. Till now, it was realized with JMF, which is pretty much outdated and does not support many of the today's audio codecs and formats. So, in order to provide ability to decode/encode most of the popular codecs used today, we can use [http://ffmpeg.org/] - A C++ library which is an ongoing, live project. It support most of the known codecs. The wrapper from the second revision of this task should be updated. 
    99 
    1010Working branch for this task: [http://www.sophie2.org/trac/browser/branches/private/nenko/experimental]