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

Changed to from dictionary to list to get streams with same payloadFo… #105

Open mathias13 opened 3 years ago

mathias13 commented 3 years ago

I have a Garmin Virb camera that returns two streams, because they have the same payloadFormatNumber the sdp parser only returns the audio stream. The video stream gets overwritten. This pull request gives me both streams, but i am to much of a newbie on this topic to say if the camera is not following standard?

image