v=0o=- 2 2 IN IP4 192.168.174.102s=t=0 0c=IN IP4 192.168.174.102m=video 24230 RTP/AVP 100a=rtpmap:100 H264/90000
a=recvonly\n
m=audio 25230 RTP/AVP 105a=recvonlya=rtpmap:105 MPEG4-GENERIC/32000/2a=fmtp:105 streamtype=5;profile-level-id=7;mode=AAC-hbr;SizeLength=13;IndexLength=3;IndexDeltaLength=3;config=1290
--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Automatic media transcodification between any of the codecs supported by GStreamer including VP8, H.264, H.263, AMR, OPUS, Speex, G.711, etc.
Hi Ivan, hi Joana,
are there any updates on using aac with Kurento because I'm currently also trying to do same thing. For that matter I only got it to work with opus/pcmu. I've seen AMR in the sdp_pattern.txt but couldn't make it work.
The Documentation saysAutomatic media transcodification between any of the codecs supported by GStreamer including VP8, H.264, H.263, AMR, OPUS, Speex, G.711, etc.
which should include aac, right?
--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/PzX_-0EqNak/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+u...@googlegroups.com.
case AAC:
return "voaac";
case MP3:
return "lamemp3";
case AAC:
{
GST_WARNING_OBJECT (encoder, "mod aac config");
g_object_set (G_OBJECT (encoder), "bitrate", 42100, NULL);
break;
}
case MP3:
{
GST_WARNING_OBJECT (encoder, "mod mp3 config");
g_object_set (G_OBJECT (encoder), "bitrate", 40, NULL);
break;
}
else if (g_str_has_prefix (name, "voaacenc")) {
self->priv->enc_type = AAC;
GST_WARNING_OBJECT (self, "mod voaacenc");
} else if (g_str_has_prefix (name, "lamemp3enc")) {
self->priv->enc_type = MP3;
GST_WARNING_OBJECT (self, "mod lamemp3enc");
v=0o=- 2 2 IN IP4 172.16.101.100s=t=0 0c=IN IP4 172.16.101.100
m=video 24230 RTP/AVP 100a=rtpmap:100 H264/90000
a=sendonly
m=audio 25230 RTP/AVP 105a=sendonlya=rtpmap:105 MPEG4-GENERIC/32000/2a=fmtp:105 streamtype=5;profile-level-id=7;mode=AAC-hbr;SizeLength=13;IndexLength=3;IndexDeltaLength=3;config=1290
v=0o=- 2 2 IN IP4 172.16.101.100s=t=0 0c=IN IP4 172.16.101.100
m=video 24230 RTP/AVP 100a=rtpmap:100 H264/90000
a=sendonly
m=audio 25230 RTP/AVP 105a=sendonlya=rtpmap:105 MP4-LATM/90000v=0
o=- 0 3641150070 IN IP4 127.0.0.1
s=Wowza Media Server
c=IN IP4 127.0.0.1
t=0 0
m=audio 25230 RTP/AVP 105
a=rtpmap:105 MPEG4-GENERIC/11025/1
a=ftmp:105 profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1490
a=sendonly
a=ssrc:3610119879 cname:user3527564918@host-d993465d
m=video 45752 RTP/AVP 101
a=rtpmap:101 H264/90000
a=rtcp-fb:101 nack
a=rtcp-fb:101 nack pli
a=rtcp-fb:101 ccm fi
a=sendonly
a=ssrc:276641451 cname:user3527564918@host-d993465dv=0
o=- 3663385910 3663385910 IN IP4 172.17.0.1
s=Kurento Media Server
c=IN IP4 172.17.0.1
t=0 0
m=audio 51912 RTP/AVP 105
a=rtpmap:105 MPEG4-GENERIC/11025/1
a=recvonly
a=ssrc:903263233 cname:user2184203206@host-d9dd811b
a=mid:audio0
m=video 20610 RTP/AVP 101
a=rtpmap:101 H264/90000
a=recvonly
a=ssrc:1465579540 cname:user2184203206@host-d9dd811b
a=mid:video0
v=0
o=- 3663384784 3663384784 IN IP4 172.17.0.1
s=Kurento Media Server
c=IN IP4 172.17.0.1
t=0 0
m=audio 26582 RTP/AVP
a=sendonly
a=ssrc:2531363156 cname:user4210729167@host-aad2bb17
a=mid:audio0
m=video 9416 RTP/AVP 101
a=rtpmap:101 H264/90000
a=sendonly