ZeBobo5 / Vlc.DotNet

.NET control that hosts the audio/video capabilities of the VLC libraries
MIT License
946 stars 418 forks source link

not sync between audio and video when record by vlc.dotnet.core ??? #673

Open thetiennguyen opened 3 years ago

thetiennguyen commented 3 years ago

I have an issue / a question (pick one) about Vlc.DotNet. Currently, I am building a project that recording video and audio from camera ip by vlc.dotnet.core. However, video was recorded has a problem is that: audio and video not sync. audio slow than video. How to fix it. Can you help me. I send my project recordbyVlc and video in debug folder. Thanks a lot.

RecordbyVlc.zip

Generic information

Summary

(What happens, when, how? Steps to reproduce (with sample codes))

mfkl commented 3 years ago

Have you tried various libvlc versions? This would be a libvlc issue/limitation, not a vlc.dotnet one, so I'm afraid we can't help you much. Have you tried with ffmpeg directly? How's the delay then?

thetiennguyen commented 3 years ago

Thank for your answer. I did not try to test with ffmpeg. Do you suggest some ideas for me?

mfkl commented 3 years ago

Do you suggest some ideas for me?

I did.