BogdanovKirill / RtspClientSharp

Pure C# RTSP client for .NET Standard without external dependencies and with true async nature. I welcome contributions.
MIT License
706 stars 284 forks source link

RtspClientSharp integrated with Unity #71

Open SokhonC opened 4 years ago

SokhonC commented 4 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

SokhonC commented 4 years ago

Hi! BogdanovKirill As of now I'm working on Unity for streaming IP camera into VR through RTSP protocol and also I have an issue which is get the frame form rtsp:// and decode through FFmpeg to get the video. Do you have any suggestion?