Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QNetwork VideoChat Data sending problem
Forum Updated to NodeBB v4.3 + New Features

QNetwork VideoChat Data sending problem

Scheduled Pinned Locked Moved General and Desktop
6 Posts 2 Posters 1.8k Views 1 Watching
  • 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.
  • V Offline
    V Offline
    Vardan95
    wrote on last edited by
    #1

    I wrote my video call application,it's working on my computer (two programmers are sending each other video ) but when I try it on the other computer it doesn't work.one example of my program runnes in my computer other on notebook,they see each other,but does't send video. Nothing happens, which dll are necessary to have in deploy folder(I used TCPServer,UDP Socket etc).I think this problem can be with missing dlls

    1 Reply Last reply
    0
    • Y Offline
      Y Offline
      yobob2000
      wrote on last edited by
      #2

      Hi, I know this is not the answer to your problem, but you could try to put some several qDebug() << in your code, around the main elements of your connections, and retreive the error codes with .error() fonctions of many objects.

      Other thing, I am busy with a personal project of mine wich will need a video connection between the server programm and the client, im not yet into the video part but your project might interest me. I would like tout take a look tout your code ;)

      1 Reply Last reply
      0
      • V Offline
        V Offline
        Vardan95
        wrote on last edited by
        #3

        [quote author="yobob2000" date="1417125190"]Hi, I know this is not the answer to your problem, but you could try to put some several qDebug() << in your code, around the main elements of your connections, and retreive the error codes with .error() fonctions of many objects.
        [/quote]
        Main problem is that it works on my computer,but when I try from different computers it doesn't send

        1 Reply Last reply
        0
        • Y Offline
          Y Offline
          yobob2000
          wrote on last edited by
          #4

          Ahhh! Are you running the two programs (client and server) on the same computer (local host) or in the same router and using (local IP) And then trying to communicate between the two over the internet? (Public ip) from two different computer? What do you mean by the two programs see each other but don't send video? Have you tried the release version?

          1 Reply Last reply
          0
          • V Offline
            V Offline
            Vardan95
            wrote on last edited by
            #5

            oh sorry
            When I am running wo programs on the same computer it works, but when in same router my one side senging and getting video normally,but another side does'nt work. My program is only for local network :)

            1 Reply Last reply
            0
            • V Offline
              V Offline
              Vardan95
              wrote on last edited by
              #6

              It's a server and client both at the same time,I use release version with dll's I suppose that, there can be problem with dll

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved