how can i upload a crashdump

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
nour
Blank Cone
Blank Cone
Posts: 28
Joined: 19 Apr 2011 11:39

how can i upload a crashdump

Postby nour » 06 Jul 2011 16:11

how can i upload a vlc crashdump ?

nour
Blank Cone
Blank Cone
Posts: 28
Joined: 19 Apr 2011 11:39

Re: how can i upload a crashdump

Postby nour » 06 Jul 2011 17:48

here is dump opened in notepad:


[version]
OS=5.1.2600.2.Service Pack 3
VLC=1.1.9 The Luggage

[exceptions]
c0000005 at 6a9c5bd3簠〠〰〰〰‰⁼〰〰〰㠲

[context]
EDI:00000000
ESI:00000000
EBX:00000000
EDX:003f0608
ECX:00000000
EAX:00000000
EBP:02b2fd50
EIP:6a9c5bd3
ESP:02b2fc78

[stacktrace]
#EIP|base|module
6a9c5bd3|C:\Program Files\VideoLAN\VLC\plugins\libts_plugin.dll
6a9c6bc2|C:\Program Files\VideoLAN\VLC\plugins\libts_plugin.dll
6a5837ba|C:\Program Files\VideoLAN\VLC\libvlccore.dll
6a584bfd|C:\Program Files\VideoLAN\VLC\libvlccore.dll
6a5c6704|C:\Program Files\VideoLAN\VLC\libvlccore.dll
6a5e122a|C:\Program Files\VideoLAN\VLC\libvlccore.dll
77c3a3b0|C:\WINDOWS\system32\msvcrt.dll
7c80b713|C:\WINDOWS\system32\kernel32.dll

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: how can i upload a crashdump

Postby Jean-Baptiste Kempf » 06 Jul 2011 18:51

REproduceable?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

nour
Blank Cone
Blank Cone
Posts: 28
Joined: 19 Apr 2011 11:39

Re: how can i upload a crashdump

Postby nour » 07 Jul 2011 10:05

this error happens often ,

I have batches files scheduled to capture raw udp stream ( TV stream ) , usually I capture time blocks of 2 hours , with overlap 2 min , before stops the starts and so on ...

the captured raw file contains also text streams ( text and subtites) with size 9 GB, therefore , I transcode the file to drop ( text and subtites) using the simpel command

vlc.exe rawfile.mpg :sout=#transcode{}:file{dst=Z:\NED1\rawfile.mpg vlc://quit


regards,
nour

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: how can i upload a crashdump

Postby VLC_help » 07 Jul 2011 15:46

You don't need transcode part if you aren't doing any transcoding, and that command is also missing }

nour
Blank Cone
Blank Cone
Posts: 28
Joined: 19 Apr 2011 11:39

Re: how can i upload a crashdump

Postby nour » 07 Jul 2011 16:58

true that was typo !!

that mean should look like this
vlc.exe rawfile.mpg :sout=#:file{dst=Z:\NED1\rawfile.mpg} vlc://quit


many thanks

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: how can i upload a crashdump

Postby VLC_help » 08 Jul 2011 14:04

Does

Code: Select all

vlc.exe --demux=ffmpeg rawfile.mpg :sout=#:file{dst=Z:\NED1\rawfile.mpg} vlc://quit
work any better?

nour
Blank Cone
Blank Cone
Posts: 28
Joined: 19 Apr 2011 11:39

Re: how can i upload a crashdump

Postby nour » 08 Jul 2011 16:12

still testing will let know soon ...

thanks

nour
Blank Cone
Blank Cone
Posts: 28
Joined: 19 Apr 2011 11:39

Re: how can i upload a crashdump

Postby nour » 13 Jul 2011 11:08

it works perfect many thanks,

still have one problem ;

misforming that occurs for one 1 sec is the stream !! even it's raw capture , I'm still trying to find out :

does that occurs because another process starts at moment ?
is it a performance problem with machine ?
i capture the udp stream i the 2 hours time frame , with overlap 4 min

regards,

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: how can i upload a crashdump

Postby VLC_help » 13 Jul 2011 17:23

If you mean that first second of capture is show corrupted video, that is normal since TS save can start from any point, so it can miss first keyframe.

nour
Blank Cone
Blank Cone
Posts: 28
Joined: 19 Apr 2011 11:39

Re: how can i upload a crashdump

Postby nour » 14 Jul 2011 11:54

no not that

is it possible I can upload a snapshot that I have taken with vlc (png file) that show very clear what I mean,

regards

nour
Blank Cone
Blank Cone
Posts: 28
Joined: 19 Apr 2011 11:39

Re: how can i upload a crashdump

Postby nour » 14 Jul 2011 14:42

please look I have finally uploaded a snapshot from captured stream .
look here: http://www.imageupload.org/?d=E711DD4A1
Please note that I have cut the top half of the image


Regards,
Nour Eddine

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: how can i upload a crashdump

Postby VLC_help » 14 Jul 2011 17:15

Corrupted macroblocks most likely.

nour
Blank Cone
Blank Cone
Posts: 28
Joined: 19 Apr 2011 11:39

Re: how can i upload a crashdump

Postby nour » 14 Jul 2011 17:47

any idea how this happen ?! and how to avoid solve this

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: how can i upload a crashdump

Postby VLC_help » 16 Jul 2011 13:52

Those will always happen on digital TV transmissions. But if your own encodes cause that, then increase bitrate or change encoder settings (or change encoder).

nour
Blank Cone
Blank Cone
Posts: 28
Joined: 19 Apr 2011 11:39

Re: how can i upload a crashdump

Postby nour » 16 Jul 2011 17:17

We subscription for digital TV service from our provider we receive on separate network the UDP stream for digital tv

the on only thing we have at switch from the provider on one the ports is the the vlan configured for UDP digital stream,

we have connected our switch on that port. the pc's that I use capture the udp stream have 2 nic's : one connected to UDP network and second to internal network.

does this mean that encoder's that you mentioned is encoder the provider is using ??
because i don't use any encoder ,

I capture raw stream and then drop teletext stream .

please you feedback

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: how can i upload a crashdump

Postby VLC_help » 17 Jul 2011 15:12

does this mean that encoder's that you mentioned is encoder the provider is using ??
Yes. Or there might be packet loss in network. This is normal.


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 54 guests