EricssonResearch / scream

SCReAM - Mobile optimised congestion control algorithm
BSD 2-Clause "Simplified" License
174 stars 53 forks source link

Compile error #35

Open githubjsh opened 3 years ago

githubjsh commented 3 years ago

Hello, There is a compile error at gst-gscreamrx/gst-plugin/src/gstscreamrx.cpp (line no. 378)

function argument number mismatch error:

bool isFb = filter->screamRx->createStandardizedFeedback(time_ntp, buf , rtcpSize);

The createStandardizedFeedback function is defined as bool ScreamRx::createStandardizedFeedback(uint32_t time_ntp, bool isMark, unsigned char *buf, int &size)

With best regards,

SeunbgHo Jung

IngJohEricsson commented 3 years ago

The gstreamer plugin has been poorly maintained lately, furthermore it did not work perfekt. However we hope to have an updated plugin available in the fall /Ingemar

Hämta Outlook för iOShttps://aka.ms/o0ukef


Från: githubjsh notifications@github.com Skickat: Thursday, July 23, 2020 2:47:29 PM Till: EricssonResearch/scream scream@noreply.github.com Kopia: Subscribed subscribed@noreply.github.com Ämne: [EricssonResearch/scream] Compile error (#35)

Hello, There is a compile error at gst-gscreamrx/gst-plugin/src/gstscreamrx.cpp (line no. 378)

function argument number mismatch error:

bool isFb = filter->screamRx->createStandardizedFeedback(time_ntp, buf , rtcpSize);

The createStandardizedFeedback function is defined as bool ScreamRx::createStandardizedFeedback(uint32_t time_ntp, bool isMark, unsigned char *buf, int &size)

With best regards,

SeunbgHo Jung

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://protect2.fireeye.com/v1/url?k=be0f47a4-e0af85e1-be0f073f-86b568293eb5-2e31195d22c21ee8&q=1&e=36b63ffe-4892-4d1c-ac9d-7c5830cfbea0&u=https%3A%2F%2Fgithub.com%2FEricssonResearch%2Fscream%2Fissues%2F35, or unsubscribehttps://protect2.fireeye.com/v1/url?k=f2181524-acb8d761-f21855bf-86b568293eb5-867a6b82030e71fd&q=1&e=36b63ffe-4892-4d1c-ac9d-7c5830cfbea0&u=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FACRZ2GA6IUTPT5YA5CE7KG3R5AWODANCNFSM4PFWAGVA.

githubjsh commented 3 years ago

Thank you for your response.

I hope to be able to use gScream as soon as possible.

With best regards,

SeungHo Jung