Changes between Initial Version and Version 4 of Ticket #2171
- Timestamp:
- 01/23/2013 09:27:29 AM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2171
- Property Cc ben@… added
- Property Keywords sdp added; IGMP SSM Multicast removed
- Property Version changed from unspecified to 1.1.1
-
Ticket #2171 – Description
initial v4 12 12 13 13 Where "file.sdp" is of the form: 14 14 {{{ 15 15 v=0 16 16 m=video <multicast_port> RTP/AVP 96 … … 18 18 a=rtpmap:96 RTP/AVP 19 19 a=source-filter: incl IN IP4 <multicast_ip> <unicast_ip> 20 20 }}} 21 21 An example output for this would be: 22 22 {{{ 23 23 ffmpeg version 1.1.1 Copyright (c) 2000-2013 the FFmpeg developers 24 24 built on Jan 22 2013 14:35:01 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52) … … 36 36 [sdp @ 0x1ba57500] Estimating duration from bitrate, this may be inaccurate 37 37 file.sdp: could not find codec parameters 38 38 }}} 39 39 40 40 If tshark is run on the machine making this request, it can be seen that no source is specified in the IGMPv3 requests


