Open DongBumKim opened 2 years ago
Hi.
I'm trying to implement a rtsp server which sends loseless real image.
I tried the launch_string as below, and I cannot get open video in the client.
Can you help me out?
Thanks!
self.launch_string = 'appsrc name=kinect is-live=true block=true format=GST_FORMAT_TIME ' \ 'caps=video/x-raw,format=BGR,width={},height={},framerate={}/1 ' \ '! rtpvrawpay' \ .format(opt.image_width, opt.image_height, self.fps)
Hi.
I'm trying to implement a rtsp server which sends loseless real image.
I tried the launch_string as below, and I cannot get open video in the client.
Can you help me out?
Thanks!