Hi Everyone,

I have a User Agent, which can decode H.264-HP as well as H.264-BP. But it
can encode only H.264 BP. So how should I share my offer in SDP

Option 1 :
========
m=video 2300 RTP/AVP 100 109
a=rtpmap:100 H264/90000
a=fmtp:100 profile-level-id=640029; packetization-mode=1; max-mbps=245760;
max-fs=8196
a=rtpmap:109 H264/90000
a=fmtp:109 profile-level-id=428029; packetization-mode=1; max-mbps=245760;
max-fs=8196
a=sendrecv

Option 2 :
========
m=video 2300 RTP/AVP 100 109
a=rtpmap:100 H264/90000
a=fmtp:100 profile-level-id=640029; packetization-mode=1; max-mbps=245760;
max-fs=8196
a=rtpmap:109 H264/90000
a=fmtp:109 profile-level-id=428029; packetization-mode=1; max-mbps=245760;
max-fs=8196
a=recvonly

m=video 2300 RTP/AVP 109
a=rtpmap:109 H264/90000
a=fmtp:109 profile-level-id=428029; packetization-mode=1; max-mbps=245760;
max-fs=8196
a=sendonly

Please provide your view and if possible any reference.

Thanks & Regards,
Sachin Rastogi
_______________________________________________
Sip-implementors mailing list
Sip-implementors@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/sip-implementors

Reply via email to