#9107: ffmpeg can't use RTSP/TCP but OpenRTSP does
------------------------------------+------------------------------------
             Reporter:  aflopes7    |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  rtsp, tcp   |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by taliho):

 Looks that the server is actually responding that it's using UDP.

 To use TCP it would need to reply with something like:
 Transport: RTP/AVP/TCP;interleaved=0-1

 But the reply is:
 'Transport:
 RTP/AVP;unicast;destination=192.168.0.106;source=192.168.0.105;

 which is interpreted as UDP:
 https://tools.ietf.org/html/rfc2326#section-12.39

--
Ticket URL: <https://trac.ffmpeg.org/ticket/9107#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to