BogdanovKirill / RtspClientSharp

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

adout "sprop-parameter-sets=" is Connection error , #131

Open nshking opened 1 year ago

nshking commented 1 year ago

When I connect to the camera RTSP stream, receive the parse parameter 'sprp-parameter sets=', I output a connection error. In fact, after I remove the judgment about 'sprp-parameter sets=' in the source code, the video is played normally

DouglasSM747 commented 1 year ago

I have the same problem, did you solve it?