You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I use elasticrtc for kurento auto scale instance group.
Now we try to record video + audio.
It records perfect but
while trying to play in ios
it can not be played because of the Audio codec MPEG Audio Layer ½
I found a solution
GstCaps *ac = gst_caps_from_string ("audio/mpeg,mpegversion=1,layer=3");
in kurento github list.
However I want to ask that
if I change this on the instance
the new instance that elasticrtc create will not include right ?
So can you fix the problem on base image ?
Then I'll create new service on it ?
The text was updated successfully, but these errors were encountered:
Hi I use elasticrtc for kurento auto scale instance group.
Now we try to record video + audio.
It records perfect but
while trying to play in ios
it can not be played because of the Audio codec MPEG Audio Layer ½
I found a solution
GstCaps *ac = gst_caps_from_string ("audio/mpeg,mpegversion=1,layer=3");
in kurento github list.
However I want to ask that
if I change this on the instance
the new instance that elasticrtc create will not include right ?
So can you fix the problem on base image ?
Then I'll create new service on it ?
The text was updated successfully, but these errors were encountered: