Results 1 to 3 of 3

Thread: Need 2 modules for QT 5.3 QML videochat via RTMP

  1. #1
    Join Date
    Sep 2014
    Posts
    2
    Qt products
    Qt5
    Platforms
    Windows

    Default Need 2 modules for QT 5.3 QML videochat via RTMP

    Hi.I have RTMP server (wowza, i can configure it for RTP, RTSP, but it will be better to keep RTMP).

    So, I need help with developing modules for videochat (i'm novice in qt and have big difficulties with this task).

    First of all, after you finish this work you can feel free to post this modules to any opensouce society (like github). And you will provide a great service to the qt VOIP society (I was searching for 2 weeks this solution... and found nothing...). So it will be interesting

    Let's begin. I need 2 QML (Qt 5.3) modules:
    1st - will send video and audio from webcamera to my rtmp server
    2nd - will receive video and audio from my server (from another user)

    It must look like this:

    RTMPPlayer { id: rtmpPlayer; visible: false; anchors.. }
    RTMPSender { id: rtmpSender; onlyAudio: false; bgImage: url, visible: false; anchors.. }

    after some event i will execute the code:

    rtmpPlay.visible = true;
    rtmpSender.visible = true;
    rtmpPlayer.play(url);
    rtmpSender.captureAndSend(url);

    So, i need easy components to work with. Thank you for your replies.
    Have you additional questions? How much can it cost? How many days you need to do this? What is your experience in VOIP? Thank you)

    P.S. Probably, i will need your help to compile it on my computer (I have really big problems with compiling different libraries like libvlc or other)

  2. #2
    Join Date
    Sep 2014
    Posts
    2
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Need 2 modules for QT 5.3 QML videochat via RTMP


  3. #3
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Need 2 modules for QT 5.3 QML videochat via RTMP

    Might be worth to consider registring it with inqlude.org

    Cheers,
    _

Similar Threads

  1. How to install Qt5 add-on modules
    By mentalmushroom in forum Installation and Deployment
    Replies: 1
    Last Post: 17th March 2014, 16:44
  2. Play RTMP in libvlc (video in QWidget)
    By braders2 in forum Qt Programming
    Replies: 15
    Last Post: 6th January 2014, 21:59
  3. Disabling Modules
    By Atomic_Sheep in forum Newbie
    Replies: 3
    Last Post: 21st September 2012, 16:40
  4. Qt modules on Win
    By Maluko_Da_Tola in forum Newbie
    Replies: 3
    Last Post: 25th July 2010, 13:24
  5. Qt modules
    By ber_44 in forum Qt Programming
    Replies: 3
    Last Post: 30th May 2007, 23:10

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.