I wish to develop a video encoder system using Raspberry Pi and I am using Python in order to do the encoding. Now I have to push this encoded video to a remote server live so that the server serves the video to the connected clients live. I have searched for a solution but didn't get a proper way to implement the same.
Asked
Active
Viewed 4,928 times
1 Answers
1
You can do this with sockets. Check out this question. The top answer has pretty good client/server code that might suit your needs.

Saleh Hindi
- 191
- 5