Results 1 to 1 of 1

Thread: phonon video player, application stopped at seeking position

  1. #1
    Join Date
    Aug 2013
    Posts
    1
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default phonon video player, application stopped at seeking position

    Sorry for my bad English.

    We have client - server system, client received video file (.mov, .mp4) from server, then the file was placed in QBuffer, (no saving file to drive)
    Then call:
    Qt Code:
    1. m_pmedia->setCurrentSource(m_pBuffer);
    To copy to clipboard, switch view to plain text mode 

    After this we can playing the video.
    But from time to time, at seeking position by call
    Qt Code:
    1. m_pmedia->seek(n)
    To copy to clipboard, switch view to plain text mode 
    application "hangs", i.e. not responding.

    what could be wrong?

    З.Ы. I think problem is in playing from buffer, with playing from file from drive all ok.

    P.S. We using Ubuntu 12.04

    Update: Problem still exist, but if we call
    Qt Code:
    1. m_pmedia->pause()
    To copy to clipboard, switch view to plain text mode 
    before
    Qt Code:
    1. m_pmedia->seek()
    To copy to clipboard, switch view to plain text mode 
    life becomes easier, the grass is getting greener
    and the application hangs less
    Last edited by AlexKolosow; 28th August 2013 at 15:11.

Similar Threads

  1. Phonon video player
    By sangee in forum Qt Programming
    Replies: 0
    Last Post: 18th October 2012, 07:15
  2. wildcards with phonon video player
    By prophet0 in forum Qt Programming
    Replies: 2
    Last Post: 20th January 2012, 12:55
  3. Replies: 4
    Last Post: 28th December 2010, 04:13
  4. Phonon Video Player Problem...
    By emrez in forum Qt Programming
    Replies: 0
    Last Post: 14th July 2010, 14:26
  5. Phonon Video Player + XML
    By igor.schkrab in forum Qt Programming
    Replies: 0
    Last Post: 24th November 2009, 23:49

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.