Changeset 74afcf63ffb7dfb41a9b31c39f44d0efff924995

Show
Ignore:
Timestamp:
08/17/07 18:13:53 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1187367233 +0000
git-parent:

[b33adb77a787df72b17bfea5717389838fbffbfe]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1187367233 +0000
Message:

Same as previous commit, for RTP/TS

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/stream_output/sdp.c

    r88148cb r74afcf6  
    189189        *sdp_fmtp = '\0'; 
    190190 
    191     if (asprintf (&sdp_media, "m=%s %u %s %d\r\n" "%s" "%s", 
     191    if (asprintf (&sdp_media, "m=%s %u %s %d\r\n" "b=RR:0\r\n" "%s" "%s", 
    192192                  type, dport, protocol, pt, 
    193193                  sdp_rtpmap, sdp_fmtp) == -1)