Creating a video stream server + receiver
I'll generate images in realtime on one computer. I want to stream this and have a few clients (on LAN, or other highspeed internet) read this stream.
I want to write code for this (not use some tools). Any pointers where I should look for information? Or any terms that I sho开发者_如何转开发uld search for?
Although I am not familiar with the topic I have found the following pages that may help you:
- A Java course work material with sources.
- A similar, python-related stackoverflow question where the source is a set of jpegs.
- An OpenCV tutorial with sources. I know you are good at it. :)
精彩评论