-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
advanced_http.py not working #53
Comments
Hi @bharat8,
It would be best to test all 3 programs running on the same machine to make sure all the TCP addresses and ports are working before testing on multiple machines. The programs should be started in the opposite order listed above. Start the web server program Please look at the example programs and get them to run first on a single machine with no changes, if you can. Note that their are different port numbers for sending the image from program 1 to program 2 (5555) versus program 2 to program 3 (5566). Also note that the TCP address in line 15 of advanced_pub.py MUST be The programs were tested first on a Linux system and then on a Mac. Are you using Linux? Or a Mac? I don't know if this set of example programs can run on Windows. |
Thanks a lot @jeffbass ! I have Raspberry pi set up as a web server but I am having in receiving of images. Can you suggest some kind of improvisations to receive the images in real time? |
Could you elaborate your question a bit? What are you experiencing? Is one of the programs slow or not working for you? Are you transferring the images in image form or converting them to jpg format? I have found jpg's to be transferred faster in some applications (but not all of them). |
There is an issue of connection when running the above script. I was unable to receive the image stream even on localhost. Any help is much appreciated.
The text was updated successfully, but these errors were encountered: