So, I am currently using the Intel Media SDK to generate a H264 Bitstream, one packet at a time. I can save that to a file and play the video directly from the file using VLC.
However, I don't know where to get started when it comes to streaming those packets. I believe I would like to create a server that will stream out this video and then use HTML5's video tag to display receive that video remotely.
Thoughts?
Thank you!