Recommended: How to control robot car using Python and Web browser in mobile devices including Android and iOS pyshine.com/Video-streaming-and-car-control-with-Python/
I am currently working on a drone live video streaming project. However, I have been spending ten weeks on trying to figure out on how to complete the drone live streaming and I was still struggling on getting a basic result. This video is such a life saver for my project. Thank you.
Hi thanks for tutorial. Can u pls tell how to configure and send live data from 5 webcams and display them on a single output screen. I did it for a single webcam but not able to proceed for multiple webcams
hi sir i single server into multi clients video and audio streaming i am trying your video and audio socket program useing threading but not get correct output pls help me
Hey if i wanna use port forwarding for connecting to my socket server what ip i sould put in client.py (i use scripts from single server and multiple clients video)?
The forwarding address will be that of server so that clients can access it over internet. Follow this tutorial for details pyshine.com/Online-Video-Processing-From-Client-Camera/
This happens if your socket address is unavailable due to some reason. A solution to that is either close the existing terminal windows or run the server and clients on a different port other than the one that is refused. For example keep the IP same and only change port e.g., from 9998 to 9999
Sir, thanks for the video. How can I achieve that operations over network? Drone(Laptop has built-in camera, Ubuntu 20.04LTS), Cache-Server(Amazon EC2 Instance, Ubuntu 20.04LTS), Clients(any pc is connected to the internet). Thanks for the reply :)
I studied the link which is you suggested. Still, I have issues. Can you help me, again? I want to use ngrok with yours code to finalize it. Btw, thanks your patience
Recommended:
How to control robot car using Python and Web browser in mobile devices including Android and iOS pyshine.com/Video-streaming-and-car-control-with-Python/
I am currently working on a drone live video streaming project. However, I have been spending ten weeks on trying to figure out on how to complete the drone live streaming and I was still struggling on getting a basic result. This video is such a life saver for my project. Thank you.
Thank you for the receiving block of code, was having problems when sending big arrays. Helped me correct it
can you make a video, where the drone stream live video to the server, while the server makes port forwarding? Thanks in advance!
Can the clients receive the drone stream imbedded in a web page?
Yes this one is the relevant link pyshine.com/Live-streaming-multiple-videos-on-a-webpage/
Hi thanks for tutorial. Can u pls tell how to configure and send live data from 5 webcams and display them on a single output screen. I did it for a single webcam but not able to proceed for multiple webcams
Probably this one pyshine.com/Socket-Programming-with-multiple-clients/ and in PyQt5 is pyshine.com/Pyt5-Gui-for-two-videos-display/
hi sir i single server into multi clients video and audio streaming i am trying your video and audio socket program useing threading but not get correct output pls help me
is this can apply as livestream?
thanks for the video. This is valid just for a local network?
Yes it is for local but idea is similar for remote using ngrok as available here pyshine.com/Online-Video-Processing-From-Client-Camera/
Hey if i wanna use port forwarding for connecting to my socket server what ip i sould put in client.py (i use scripts from single server and multiple clients video)?
The forwarding address will be that of server so that clients can access it over internet. Follow this tutorial for details pyshine.com/Online-Video-Processing-From-Client-Camera/
I tried what you did in the video, an error message pop-up when I try to run client.py ==> ConnectionRefused. How Can I Solve It?
This happens if your socket address is unavailable due to some reason. A solution to that is either close the existing terminal windows or run the server and clients on a different port other than the one that is refused. For example keep the IP same and only change port e.g., from 9998 to 9999
@@pyshine_official I solved the connection refused problem. Sir, I appreciate it. Many many thanks xx
Excellent job, please what protocol. TCP or UDP. Thanks
Hi,its TCP protocol
@@pyshine_official love you, Big and Big Thanks, from Morocco
is this a good solution for many clients? because if there are many clients, the cache server will create a lot of threads
sir what about audio?
For audio: pyshine.com/How-to-send-audio-video-of-MP4-using-sockets-in-Python/
Sir, thanks for the video. How can I achieve that operations over network? Drone(Laptop has built-in camera, Ubuntu 20.04LTS), Cache-Server(Amazon EC2 Instance, Ubuntu 20.04LTS), Clients(any pc is connected to the internet). Thanks for the reply :)
Hi, you can try ngrok which can forward the local host over the internet. For more details pyshine.com/Online-Video-Processing-From-Client-Camera/
@@pyshine_official I appreciate it. Check it out again. Thank you ^^
I studied the link which is you suggested. Still, I have issues. Can you help me, again? I want to use ngrok with yours code to finalize it. Btw, thanks your patience