Victor David
Victor David
Yes, I agree it's clunky. Which is why I was hoping to find a better way. I could put the path data in an individual GET parm, but it would...
I added a post-build event to project **SimpleRtspPlayer**: ~~~cmd copy $(ProjectDir)$(PlatformName)\*.dll $(TargetDir) copy $(ProjectDir)..\libffmpeghelper\$(PlatformName)\$(ConfigurationName)\libffmpeghelper.dll $(TargetDir) ~~~ This simplifies things for me because my bin directories get cleaned out during a...
@rageshS - It would be helpful if you showed the code you're using before you attempt **ConnectAsync()**, the code that sets up the RTSP client. Also, code as text, not...
Yes. As you mention in your code comment, you must decode each frame. For my project, this was one of the most challenging parts. I tried various options such as...
The video stream that's mentioned in the other thread: #78 rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov also gives me errors when I try to connect using the **SimpleRtspPlayer**. However, it does work in VLC. Watching...
You're welcome. All the best.
@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...
Same and tracking. My workaround fix: - Stop VS Code - Rename or delete directory C:\Users\UserName\AppData\Roaming\Code\User\workspaceStorage - -Start VS Code
I've noticed that their own docs go to the anchor as expected. For instance: https://docs.readthedocs.io/en/stable/intro/getting-started-with-sphinx.html#using-markdown-with-sphinx Thanks for checking. Perhaps just needs to remain a mystery for now.
You've probably already figured it out, but in case somebody else discovers this: It doesn't work with images that have parms. Remove the parms before pasting and it should be...