]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_multicast: Ensure SSRC is set properly
authorKinsey Moore <kmoore@digium.com>
Thu, 3 Oct 2013 18:28:07 +0000 (18:28 +0000)
committerKinsey Moore <kmoore@digium.com>
Thu, 3 Oct 2013 18:28:07 +0000 (18:28 +0000)
commit76527565187871be5079f183229b5c9ab95b3a04
tree712191485a8f5f7b5364213c3b855410a3346bed
parentb4e0f80ec0996cecca574e1d6bd7b11fdbffe40c
res_rtp_multicast: Ensure SSRC is set properly

This fixes a bug where the SSRC field on multicast RTP can be stuck at
0 which can cause problems for endpoints trying to make sense of
incoming streams.

(closes issue ASTERISK-22567)
Reported by: Simone Camporeale
Patches:
    22567_res_mulitcast_ssrc.patch uploaded by Simone Camporeale (License 6536)
........

Merged revisions 400393 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@400394 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_rtp_multicast.c