You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Do I need to modify the code to support this?
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?
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: