Results 1 to 3 of 3

Thread: Unable to play RTSP video in Qt media player demo

  1. #1
    Join Date
    Jun 2012
    Posts
    3
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default Unable to play RTSP video in Qt media player demo

    I was trying to develop a video management software for which I was evaluating Qt Phonon. The software would be built on windows platform and I understand that Phonon uses Directshow as windows backend and if it runs on Linux it uses GStreamer. Using Qt 4.7.4 on Linux which has a demo example of a video player using phonon I was successfully able to see video stream from panasonic IP camera (RTSP stream), however when I tried the same example on windows platform it does not work (returns error 0x800c0000d). What could be the problem?

  2. #2
    Join Date
    Jan 2012
    Posts
    13
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Unable to play RTSP video in Qt media player demo

    Hi Sandeep,

    can you share your experience, I also try to play from rtsp stream but no luck
    show me some error

    perfect player(7500)/: couldn't create slave: "Unable to create io-slave:
    klauncher said: Unknown protocol 'rtsp'.
    I already have this lib of gstreamer in my PC
    gst-plugins-base-0.10.32-i486-1
    gst-plugins-good-0.10.28-i486-2
    gstreamer-0.10.32-i486-1

    and I use this method to play the url

    media->setCurrentSource(Phonon::MediaSource(QUrl("rtsp ://192.168.88.243:8554/stream.mp4")));

    what am I missing? what library I need to install ?


    Regards
    Yandi

  3. #3
    Join Date
    Sep 2012
    Posts
    4
    Thanks
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Maemo/MeeGo

    Exclamation Re: Unable to play RTSP video in Qt media player demo

    Hey Yandi I think I am having the exact same problem

    Qt Code:
    1. Starting /home/agron/QtSDK/Demos/4.7/qmediaplayer-build-desktop-Desktop_Qt_4_7_3_for_GCC__Qt_SDK__Release/qmediaplayer...
    2. Media Player(10178): couldn't create slave: "Unable to create io-slave:
    3. klauncher said: Unknown protocol 'rtsp'."
    To copy to clipboard, switch view to plain text mode 

    Looks like it's been some time since you reported the error, but did you ever make it work?

    Is your distro OpenSUSE 11.4?

Similar Threads

  1. my media player
    By Fafa in forum Qt Programming
    Replies: 0
    Last Post: 23rd July 2011, 07:50
  2. Replies: 4
    Last Post: 28th December 2010, 05:13
  3. How to make Media Player
    By v-6 in forum Newbie
    Replies: 3
    Last Post: 8th November 2010, 11:02
  4. Media Player for Windows.
    By merry in forum Qt Programming
    Replies: 6
    Last Post: 5th March 2008, 07:49
  5. media player in qtopia
    By sar_van81 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 19th December 2007, 12:35

Tags for this Thread

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.