Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

watchdog initialized, but no frames received #77

Open
serhan-gul opened this issue Feb 28, 2019 · 3 comments
Open

watchdog initialized, but no frames received #77

serhan-gul opened this issue Feb 28, 2019 · 3 comments

Comments

@serhan-gul
Copy link

Hi, thanks for the extensive framework. I managed to compile the source in Ubuntu 16.04 and I can run the client and server binaries. I wanted to test out the software and my goal is to capture my desktop in the server and stream it to the client. The server and the client are on the same machine.

In the bin directory, I start the server using:
./ga-server-periodic config/server.desktop.conf

and the client using:
./ga-client config/client.rel.conf rtsp://192.168.1.1:8554/desktop

as stated in the Quick start guide.

However, on the client log, I continuously get the message:
"watchdog: initialized, but no frames received ..."

My questions is, what might be going wrong here? I was basically expecting a screen showing me the desktop capture but ended up getting the above message. Is my expectation correct to begin with? Should I run the server and the client on two different machines?

Thank you very much for your answer.

@beta9gd
Copy link

beta9gd commented Apr 17, 2019

Check your firewall if port is open

@xsphereboi
Copy link

Add proto = TCP on your client configuration. [i.e config/client.rel.conf]

If that doesnt help , try connecting it with vlc to check if your client is actually receiving data from the server or not.

@wongdu
Copy link

wongdu commented Mar 2, 2021

got the same problem, just check the network, assure both server and client ends in the same vlan,then the program run properly.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants