jakehedlund / yasc

Yet Another Streaming Control
MIT License
9 stars 2 forks source link

Recording error #8

Open mmallauch13 opened 3 years ago

mmallauch13 commented 3 years ago

Hello, We are very interested in this library, the problem we encounter is that the recording of the video stream does not work. Can anyone help us finalize this development? Many thanks in advance Has anyone planned to run in 64-bit mode?

jakehedlund commented 3 years ago

Hi there,

I think the version posted on the "releases" page has some bugs - can you try building from the most recent source? Any errors you are seeing would be helpful too.

Jake

On Thu, Oct 14, 2021 at 1:58 AM mmallauch13 @.***> wrote:

Hello, We are very interested in this library, the problem we encounter is that the recording of the video stream does not work. Can anyone help us finalize this development? Many thanks in advance

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jakehedlund/yasc/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACJB4YMFLNYKZYQ3KJGXDKLUG2LUVANCNFSM5F7DZQPQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

mmallauch13 commented 3 years ago

Hi Jake Many thanks for your response. Mainly we have 2 problems : 1/ If I start/stop preview few times, I have always Exception : "Une exception non gérée du type 'System.AccessViolationException' s'est produite dans glib-sharp.dll Tentative de lecture ou d'écriture de mémoire protégée. Cela indique souvent qu'une autre mémoire est endommagée."

I have tried to change GstSharp version from 1.16 to 1.18, but preview does not work: Exception levée : 'System.DllNotFoundException' dans glib-sharp.dll Impossible de charger la DLL 'glib-2.0-0.dll': Le module spécifié est introuvable. (Exception de HRESULT : 0x8007007E)

2/ Record mode didn't generate correct mp4 file, size is 0 and no video not displayable

Many thanks in advance