Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I use rtpvrawpay? #11

Open
DongBumKim opened this issue Oct 20, 2022 · 0 comments
Open

How can I use rtpvrawpay? #11

DongBumKim opened this issue Oct 20, 2022 · 0 comments

Comments

@DongBumKim
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant