RTP on QT Linux Application.
Unsolved
General and Desktop
-
Hi,
I developed Qt Multimedia Application which can play media file from local file location, now I want to play video from rtsp. I want to make application same like VLC player with Ctrl+N functionality, in which vlc can accept "rtsp://ip_address:port/folder/file.amp" and play live video.
Can anybody help to make application which can play live video from rtp server?
Thanks.
-
@Tejas-Virpariya said:
rtsp
hi , have you considered using the VLC library
https://wiki.videolan.org/LibVLC_Tutorial/as supporting streaming takes a whole lot of code so using library would make you
job so much easier and far less buggy.there is even a wrapper
https://github.com/vlc-qt/vlc-qt