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.Rtsp.RtspClientException: Receive timeout ->System.TimeoutException #78

Open piitrss opened 4 years ago

piitrss commented 4 years ago

Hi Kirill, I have downloaded and tested your WPF project SimpleRtspPlayer, which is in folder Examples in sln RtspClientSharp.

I tested it on public rtsp stream (link here): rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov

bud SimpleRtspPlayer didnt work with the link above. I dont know, what I am doing wrong. The program saying error after connecting... and receiving frames...: RtspClientSharp.Rtsp.RtspClientException: Receive timeout ->System.TimeoutException: operation timed out

Can you help me? Thanks

piitrss commented 4 years ago

I have tested the link i VLC media player and it has worked perfectly.

cdemel commented 4 years ago

I have also seen this issue. I even used the same test URI, because it is so high in search results for "rtsp test stream"! VLC worked for me too.

rageshS commented 4 years ago

Is this a dead repository? there are a lot of bugs with no solutions.

victor-david commented 4 years ago

@piitrss and @cdemel - I realize this thread is kind of old, but see my comment in #95 regarding the rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov stream. I was able to get it to work by changing the transport protocol. Hopefully, that will work for you, too.