Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,


we want to play rtsp video stream in WPF using the VLC or Quicktime player, we are using the quick time first and after playing the video some minutes our application is crashing. error is - Faulting module path: C:\Program Files\QuickTime\QTSystem\QuickTime.qts

any help or suggession is welcome.
Posted
Comments
Sergey Alexandrovich Kryukov 6-Aug-12 13:43pm    
I would strongly recommend VLC, not Quicktime.
--SA

The VLC control for WPF is available and is the Open-Source code. Please see:
http://vlcdotnet.codeplex.com/[^].

VLC certainly supports RTSP (if used as a client, which is all you need for now, and, with some effort, as an RTSP streaming service as well) and a lot of other things.

I would recommend using VLC rather then QuickTime. I have some problems with both, but, when VLC has matured, it worked for me well. The mere fact that QuickTime is a proprietary closed-source Apply thingy makes it risky; besides, it always looked ugly on Windows, as nearly everything Apple develops; from all I knew, Apple looks quite hostile for "foreign", non-Apple systems and platforms. Even Mono for Apple has the most of problems, comparing to good portability and smooth operation on Linux and other platforms.

—SA
 
Share this answer
 
v8
This is the updated useful information on the VLC component binding for.NET:
http://sourceforge.net/projects/libvlcnet/[^],
https://wiki.videolan.org/C_Sharp/[^],
https://wiki.videolan.org/.Net_Interface_to_VLC/[^].

Notably, you can find material for using the component for both WPF and System.Windows.Forms.

—SA
 
Share this answer
 
For FFMPEG player check below link

Stream Player control[^]
 
Share this answer
 
v2
Comments
CHill60 12-Dec-17 11:02am    
It's not a good idea to post solutions to questions this old, especially as it has already been answered. If someone was searching this site for this information then their search would have turned up that article without you resurrecting this old post.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900