Results 1 to 3 of 3

Thread: Phonon + custom media source

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Jun 2007
    Location
    Brookline, Ma, USA
    Posts
    4
    Thanked 5 Times in 3 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Phonon + custom media source

    Here is what I know so far. Phonon is a platform independent wrapper around the
    platform specific media library. Therefore, implementing different
    sources and sinks must be implemented in the media libraries themselves. If you want to create a new media source, your either need to build a phonon back-end for your video generator or add a new source to the underlying media library. At the moment, there appears to be no way to capture frames or inject them into the video widget.

    From what I have read, there is some discussion about future releases of the API providing a mechanism for introducing effect call-outs into the media stream processing. This will allow a, for instance, a developer to insert overlays on a video image. Phonon is a contributed third party library for Qt, so it is probably best to follow the phonon discussions at KDE to understand future plans.
    Senior Qt and Qt Embedded Consultant
    and Certified Qt Trainer
    Integrated Computer Solutions
    Bedford, Ma, USA

  2. The following 3 users say thank you to glebovitz for this useful post:


Similar Threads

  1. Phonon Media Object blocking on play()
    By traetox in forum Qt Programming
    Replies: 0
    Last Post: 21st May 2008, 05:43

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.