Qt Video Stream via Ethernet to Raspberry-PI
Unsolved
Mobile and Embedded
-
I am new to Qt. I want to stream a video file using a Qt application through TCP or UDP to my Raspberry Pi, and I need another application to watch that stream on the Raspberry Pi. How do I do it? I have no idea about that.
-
Hi,
Use an adequate library such as GStreamer or ffmpeg. Then on the receiving end you can use Qt Multimedia to show the video.