Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Need 2 modules for QT 5.3 QML videochat via RTMP

    Jobs
    3
    4
    2004
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      shedy last edited by

      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.

      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)

      1 Reply Last reply Reply Quote 0
      • M
        mismail last edited by

        I think it is not wise to send the video to the server.
        Why you don't make a direct communication between two peers?

        Regards,
        mismail

        1 Reply Last reply Reply Quote 0
        • S
          shedy last edited by

          [quote author="mismail" date="1410064373"]I think it is not wise to send the video to the server.
          Why you don't make a direct communication between two peers?

          Regards,
          mismail[/quote]
          Thank you for your remark. It's must be possible (or needed) to have a direct communication.

          1 Reply Last reply Reply Quote 0
          • mrdebug
            mrdebug last edited by

            Do you know FFmpeg I used it for my Qt videosurveilance system.

            Need programmers to hire?
            www.labcsp.com
            www.denisgottardello.it
            GMT+1
            Skype: mrdebug

            1 Reply Last reply Reply Quote 0
            • First post
              Last post