rbouqueau / gpac

GPAC mirror from the SourceForge Subversion
GNU Lesser General Public License v2.1
0 stars 1 forks source link

[Bug] windows 64 [sf#291] #291

Closed rbouqueau closed 10 years ago

rbouqueau commented 10 years ago

Reported by kibonet on 2013-10-02 17:24 UTC Hi,

After few minutes of playing HEVC over UDP the MP4client.exe will crash and Windows will generate the following error.

Problem signature: Problem Event Name: APPCRASH Application Name: mp4client.exe Application Version: 0.0.0.0 Application Timestamp: 52483658 Fault Module Name: libLibOpenHevcWrapper.dll Fault Module Version: 0.0.0.0 Fault Module Timestamp: 522ee6b6 Exception Code: c0000005 Exception Offset: 000000000035ced1 OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 1033 Additional Information 1: b734 Additional Information 2: b7342979d02ac00900abd1a19e5a9a5b Additional Information 3: 6263 Additional Information 4: 62631c96186ebdc680200a7a861fc389

Any idea?

Thanks in advance

Best Regards

rbouqueau commented 10 years ago

Updated by jeanlf on 2014-01-23 18:09 UTC

rbouqueau commented 10 years ago

Commented by jeanlf on 2014-01-23 18:09 UTC it is possible that the HEVC decoder crashes in some cases when a packet is lost. The devs are constantly working on error resilience, but it might take some time before we get a 100% reliable decoder. Whenever you manage to produce crashes in the HEVC decoder, it would be nice if you could provide a pcap (wireshark or other) to help us improve the code.

rbouqueau commented 10 years ago

Commented by kibonet on 2014-01-27 17:10 UTC Hi,

You will find attached a PCAP capture of real time HEVC encoding done with a Elemental encoder. The format of the video is 1280*720P 59.97 fps.

This is the streaming who will crash the HEVC decoder time to time.

If you need more capture let me know.

Thanks for your help

Best regards