Hi , I'm connecting to a remote RTSP camera and streaming out multicast udp. I want to know is I can tell the RTSP camera what ports to send to VLC. I've studied SDP for client and server port assignments but do not see a way to construct arguments via command line for VLC to request specific ports ...
:) Greetings I'm not certain where to post this question so direct me accordingly: I'm studying libavcodec and am looking at the following /*AVFormatContext input video file*/ ifcx->streams[0]->r_frame_rate.den ifcx->streams[0]->r_frame_rate.num Anyone know what the r_frame_rate.den and r_frame_rate...
This is an old post but I may have found a potential solution. I'm testing this now but wanted to post in case I forgot too or if anyone else wanted to try it out: To fix: click start, type "cmd" into the search box, right click "cmd.exe" in the search results, select "run a...
Well, I've actually spent a lot of time testing axVLC for embedded activex in ms C# visual studio 2008 and 2010 across Windows XP and 7 with the same problems so I guess I'll have to throw in the towel on the axVLC.dll Has anyone had any success with other embedded video display activex controls tha...
6:00pm Oh, new release. I'll give it a try and report back. Thanks! 7:00pm : Dratz ! Sorry to say same results. IDE shutdown. Also tried cleaning the registry with CCleaner then reinstalling VLC 2.0.0. WinForm app using VLC Plugin as noted above. Code posting: project references : AxInterop.AXVLC In...
I've tried several releases with the MSVS 2008 and 2010 IDE's on three separate PC's with the same IDE shutdown error. Any ideas or suggestions are welcome.
OS: Windows 7 IDE : .Net Visual Studio 2008 and 2010 Language : C# VLC : activex axVLCPlugin v1 and v2 Project : x86 After adding the activex com component axVLCPlugin v1 or v2 to a windows form, it compiles ok. Run it and the entire IDE (Visual Studio) shuts down and restarts. I have registered the...
:) Hi, I've got a simple question that probably has to do with VLC version differences: This is a C# application that is a simple play movie that works fine: Criteria : Windows xp .net C# application toolbox add -Activex Videolan plugin version 1 axVLCPlugin1.addTarget(@"c:\Movies\Boom_Tow_BB.m...