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 to get video stream information? #128

Open
theateist opened this issue Sep 13, 2022 · 0 comments
Open

How to get video stream information? #128

theateist opened this issue Sep 13, 2022 · 0 comments

Comments

@theateist
Copy link

I use RtspClientSharp to receive video frames from rtsp stream. The library allows just to receive the frames. But, I need to get information about the stream, such as bitrate, codec and etc. I don't see that there is currently an option for this.

  1. Do I need to modify the code to support this?
  2. Other alternative is to write a helper code which uses ffmpeg in c++ which will also connect to the stream, get the stream information and send it back to my c# code. Is this a better alternative?
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