Search found 21 matches

Go to advanced search

by swatforce
23 Jul 2008 04:44
Forum: VLC media player for Windows Troubleshooting
Topic: vlc in C# application crashed for libffmpeg_plugin.dll
Replies: 18
Views: 3603

Re: vlc in C# application crashed for libffmpeg_plugin.dll

Yes, I've noticed that you've mentioned the night builds. But my application is based on the C# binding dll VLanControl project, and this dll is based on 0.8.6. The night builds version is 0.9.0 now. They are not compliant. And about backtrace, I'm wondering how to backtrace the error. The error doe...
by swatforce
22 Jul 2008 10:10
Forum: VLC media player for Windows Troubleshooting
Topic: vlc in C# application crashed for libffmpeg_plugin.dll
Replies: 18
Views: 3603

Re: vlc in C# application crashed for libffmpeg_plugin.dll

Log doesn't tell directly why VLC crashes. But ffmpeg codec (Windows Media Video 3) make me think the reason is WMV3 decoder. And I would suggest NOT to put WMV video inside TS container if you want to play it with VLC. I tested the other formats such as .MOV and .MPG files, the issue is still ther...
by swatforce
21 Jul 2008 04:51
Forum: VLC media player for Windows Troubleshooting
Topic: vlc in C# application crashed for libffmpeg_plugin.dll
Replies: 18
Views: 3603

Re: vlc in C# application crashed for libffmpeg_plugin.dll

Log doesn't tell directly why VLC crashes. But ffmpeg codec (Windows Media Video 3) make me think the reason is WMV3 decoder. And I would suggest NOT to put WMV video inside TS container if you want to play it with VLC. Thx! It seems WMV is more easily to encounter this issue than the other formats...
by swatforce
16 Jul 2008 10:08
Forum: VLC media player for Windows Troubleshooting
Topic: vlc in C# application crashed for libffmpeg_plugin.dll
Replies: 18
Views: 3603

Re: vlc in C# application crashed for libffmpeg_plugin.dll

Usually the crash report dll is the correct one (or at least some other module causes that libffmpeg_plugin.dll to crash). Now I've got the log of VLC, maybe it's helpful. There are so many msg such as "ffmpeg warning: warning: first frame is no keyframe" and "ffmpeg warning: Bits ov...
by swatforce
16 Jul 2008 08:03
Forum: VLC media player for Windows Troubleshooting
Topic: How to get the log of a VLC instance in Windows application
Replies: 1
Views: 256

How to get the log of a VLC instance in Windows application

I have several VLC instances embeded in a stand alone Windows application, via VLanControl. Now I want to get the log of these VLC instances. I know in VLC player menu or from command line arguments, I can get the log of VLC. But how to get the log of VLC instance embeded into application? Best in a...
by swatforce
08 Jul 2008 08:28
Forum: VLC media player for Windows Troubleshooting
Topic: vlc in C# application crashed for libffmpeg_plugin.dll
Replies: 18
Views: 3603

Re: vlc in C# application crashed for libffmpeg_plugin.dll

That's a so strange issue. I tested 0.8.6a to 0.8.6h, and the C# application always crashed by libffmpeg_plugin.dll, but vlc player of the corresponding version never crashed.
Anyway, thx!
by swatforce
07 Jul 2008 10:22
Forum: VLC media player for Windows Troubleshooting
Topic: vlc in C# application crashed for libffmpeg_plugin.dll
Replies: 18
Views: 3603

Re: vlc in C# application crashed for libffmpeg_plugin.dll

I embed vlc into the C# winform application via VLanControl. The libffmpeg_plugin error occurs always in long time playing. So at first I want to locate which module results in the error. The C# application or vlc itself? Does the windows error message mean it's a bug of libffmpeg_plugin.dll? Beside...
by swatforce
04 Jul 2008 11:14
Forum: VLC media player for Windows Troubleshooting
Topic: vlc in C# application crashed for libffmpeg_plugin.dll
Replies: 18
Views: 3603

Re: vlc in C# application crashed for libffmpeg_plugin.dll

It's hard to track. The issue happens randomly. Sometimes in several minutes, or in one hour.
I find a bug report about libffmpeg_plugin.dll in http://trac.videolan.org/vlc/ticket/1012. Is this related to my issue?
by swatforce
03 Jul 2008 10:40
Forum: VLC media player for Windows Troubleshooting
Topic: vlc in C# application crashed for libffmpeg_plugin.dll
Replies: 18
Views: 3603

Re: vlc in C# application crashed for libffmpeg_plugin.dll

The detailed error info: Event Type: Error Event Source: .NET Runtime 2.0 Error Reporting Event Category: None Event ID: 1000 Date: 2008-07-02 Time: 15:15:17 User: N/A Computer: aaaaa Description: Faulting application multiviewer.exe, version 1.0.0.0, stamp 4857aaea, faulting module libffmpeg_plugin...
by swatforce
03 Jul 2008 10:08
Forum: VLC media player for Windows Troubleshooting
Topic: vlc in C# application crashed for libffmpeg_plugin.dll
Replies: 18
Views: 3603

vlc in C# application crashed for libffmpeg_plugin.dll

An C# application embeds vlc in client server to play the media stream from the streaming server, which generated also by vlc: vlc –vvv samplevideo_800kbps.mov ––sout “#transcode{acodec=mp3,ab=192,channels=2}:duplicate{dst=std{access=udp,mux=ts,dst=16.157.129.39:1234}}” –L After playing several minu...
by swatforce
03 Jul 2008 09:53
Forum: Contribute and help the VideoLAN project
Topic: VLC Crash in libffmpeg_plugin.dll
Replies: 1
Views: 1654

Re: VLC Crash in libffmpeg_plugin.dll

Yes, I met exactly the same problem with you! I've tried the plugins in different version, it always would crash.
Is there anyone who knows about this issue?
by swatforce
27 Jun 2008 07:22
Forum: VLC stream-output (sout)
Topic: How to stream a media file with audio and loop enabled?
Replies: 2
Views: 907

Re: How to stream a media file with audio and loop enabled?

Oh --please stay polite--! I found it. In command line, it should be "#transcode....", but not '#transcode...'
by swatforce
27 Jun 2008 06:20
Forum: VLC stream-output (sout)
Topic: How to stream a media file with audio and loop enabled?
Replies: 2
Views: 907

How to stream a media file with audio and loop enabled?

Hi guys, I have a problem to ask help from you. I want to stream a media file continuously. At first, I use command line to stream, like: vlc -vvv aaa.wmv --sout udp:239.1.1.219 --loop It can be loop streamed, but no audio! Then I change to stream it in GUI window, open file and set network stream o...
by swatforce
08 Apr 2008 10:05
Forum: Web and scripting
Topic: How can I capture a video frame via VLC plugin?
Replies: 3
Views: 1411

Re: How can I capture a video frame via VLC plugin?

I found a function libvlc_video_take_snapshot() in libvlc, maybe it could be exposed as a frame capture method for plugin.
Let's test it. haha
by swatforce
03 Apr 2008 04:32
Forum: Web and scripting
Topic: How can I capture a video frame via VLC plugin?
Replies: 3
Views: 1411

Re: How can I capture a video frame via VLC plugin?

Does anybody know that is there a method such as captureframe() in VLC plugin?
by swatforce
03 Apr 2008 04:30
Forum: Web and scripting
Topic: Use of the VLanControl.dll in C#?
Replies: 21
Views: 11024

Re: Use of the VLanControl.dll in C#?

Hi kobe , what do you mean that put the plugin folder into the debug dir? What's the 'plugin folder'? I just put libvlc.dll into debug dir, my test js page can find the dll but cannot play video...
thx!
by swatforce
02 Apr 2008 05:16
Forum: Web and scripting
Topic: Use of the VLanControl.dll in C#?
Replies: 21
Views: 11024

Re: Use of the VLanControl.dll in C#?

Hi Codezilla! Have you resolved your problem? I meet the problem totally the same with you! VLanControl.dll is loaded successfully in test page, but it can't play video. However myVLan.AddAndPlay() returns success! I see some friends say the dll should be in the right dir. Can I get some more detail...
by swatforce
02 Apr 2008 04:46
Forum: Web and scripting
Topic: How can I capture a video frame via VLC plugin?
Replies: 3
Views: 1411

How can I capture a video frame via VLC plugin?

I'm using VLC ActiveX/Mozilla plugin in web browser, and want to capture the video frame when playing video. But I can't find such a method exposed. Does VLC support this feature? If YES, what's the method? Also you can email me to: dongbi_lei#yahoo.com
Thx in advance!
by swatforce
12 Mar 2008 06:44
Forum: General VLC media player Troubleshooting
Topic: HOW TO integrate VLC player into application or webpage?
Replies: 1
Views: 918

HOW TO integrate VLC player into application or webpage?

Hello guys! Could we integrate VLC media player into another application or webpage to play various media sources? I found the related info in developer's corner webpage, but the ActiveX control only could be used in IE or Windows application, and JavaScript page wasn't open to me. What we need is p...

Go to advanced search