Home > Archive (Community help, from old helpdesk) > MediaPlayer using RTSP audio Stream

MediaPlayer using RTSP audio Stream

Avatar image
Aug 24, 2015
Archive Agent wrote
I have implemented the MediaPlayer in a simple winform app, but when I try to roll out to windows, I get the following error: Unable to add FFMPEG source filter.

I followed the instructions in .NET MediaPlayer Deployment and installed Visual C++ SP1 Redist and .NET 4.0 Framework prior to attempting running the app.

Aaron Rumford on May 29, 2014 20:16
Completed
0
Vote
Reply
8 Answers
Aug 24, 2015
Archive Agent agent wrote
Roman Minyaylov

Hi

FFMPEG DLL's copied? .ax FFMPEG source file copied and registered? PATH updated (folder with FFMPEG DLL's must be added to it)

on May 29, 2014 8:20 PM
Aug 24, 2015
Archive Agent agent wrote
Aaron Rumford

Sorry, wrong error. The error I receive is "Unable to set URL to network FFMPEG source filter"

on May 29, 2014 8:24 PM
Aug 24, 2015
Archive Agent agent wrote
Aaron Rumford

Yes. I get the same error when I use the Main Demo.

on May 29, 2014 8:41 PM
Aug 24, 2015
Archive Agent agent wrote
Roman Minyaylov

Yes, another error. Means that URL is not correct. It must be direct URL of camera video stream, not just IP for example.

on May 29, 2014 9:47 PM
Aug 24, 2015
Archive Agent agent wrote
Aaron Rumford

URL is exactly the same as the URL that works successfully in my Debug run on my dev computer. It is as follows:

rtsp://ccbd.learfield.net:1935/audio/test_aac64

on May 29, 2014 9:57 PM
Aug 24, 2015
Archive Agent agent wrote
Roman Minyaylov

Check that port routed correctly.

Also try to open this URL in VLC Player for example.

on May 29, 2014 10:16 PM
Aug 24, 2015
Archive Agent agent wrote
Aaron Rumford

seems I was typing the address wrong somehow. Thank you for the feedback.

on May 29, 2014 11:07 PM
Aug 24, 2015
Archive Agent agent wrote
Roman Minyaylov

Thank you!

on May 29, 2014 11:49 PM