Force rtsp over tcp playback

  • Hi,

    Is there a way to force rtsp to use tcp as a transport protocol?

    Rtsp seems to default to udp and the image is messed up with vertical stripes (due to missed rtp packets i suppose).
    I have verified that the image is correct when tcp is used.
    For example:

    Code
    avplay -rtsp_transport tcp rtsp://...
    vlc --rtsp_tcp rtsp://...


    I haven't found a way how I would do this in libreelec.

    The same issue is also described here -
    Omxplayer play rtsp over tcp · Issue #242 · huceke/omxplayer · GitHub
    Basically someone created a patch for omxplayer to enable tcp but as far as I understand omxplayer is not used in libreelec?