How to do live IP streaming from IP camera using Qt?
Unsolved
Mobile and Embedded
-
Hi,
What exactly do you want to do ? Show the image on the device ? Record it ?
-
@SGaist hi! I need to show the live images from an IP camera via my internal network. recording it would be the next phase. My Qt 5 qmake is still not properly configured at the moment so i'm relying on Qt 4 qmake to do my development work for now.
I think I need to install RTSP/RTP server and client for streaming but most of the online references are based on UI and software installation but I need to build from scratch for my embedded device.
-
AFAIK, yes it should be possible if you already have that working on a computer. You should check wether you already have libVLC available for your device.