Results 1 to 7 of 7

Thread: QWebView does not display a video

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2008
    Location
    Poland
    Posts
    80
    Thanks
    4
    Thanked 5 Times in 4 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default QWebView does not display a video

    Hello

    I've a local page which contains several video objects:
    Qt Code:
    1. <!DOCTYPE html>
    2. <html>
    3. <head>
    4. <meta charset="utf-8" />
    5. <title>HTML5 Video Player</title>
    6. </head>
    7. <body>
    8. A message
    9. <div >
    10. <object width="400" height="400" data="big_buck_bunny.mp4" controls="0"></object>
    11. <object width="400" height="400" data="Robotica_720.wmv" controls="0"></object>
    12. <object width="400" height="400" data="ArchitectVideo_dvd.ogv" controls="0"></object>
    13. </div>
    14. </body>
    15. </html>
    To copy to clipboard, switch view to plain text mode 

    I have plugins enabled for my QWebView,but in it I don't see the movies but icon similar to those in browsers indicating a plugin is missing.

    Can anyone give me a hint what I need to display the vids?

    Qt 5.3 32bit,VS2013 with Add-on
    Last edited by MasterBLB; 14th January 2015 at 12:35.

Similar Threads

  1. Display video in a GUI
    By aguleo in forum Newbie
    Replies: 3
    Last Post: 31st May 2013, 21:51
  2. Qt video display
    By ganeshgladish in forum Newbie
    Replies: 7
    Last Post: 6th February 2013, 18:42
  3. how to display video at a certain time?
    By cic in forum Qt Programming
    Replies: 1
    Last Post: 17th November 2011, 13:01
  4. In which component can I display video?
    By punkypogo in forum Qt Programming
    Replies: 4
    Last Post: 16th July 2010, 17:40
  5. Reg QWebview Display
    By Tavit in forum Qt Programming
    Replies: 0
    Last Post: 5th August 2009, 16:19

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.