I was hoping to avoid installing gstreamer (or qtgstreamer) on the client side altogether, as this would be some hassle to support all sorts of operating systems. I was hoping to find a solution along the lines of streaming the video out with gstreamer from the server with some standard encoding scheme, and then opening the stream on the client side with some Qt multimedia object. The only object I found that can open a resource URL is QMediaContent, even though I have no idea how I would be able to set the format, or encoding. Will I be able to accomplish opening the video stream this way?




Reply With Quote



Bookmarks