SRT Dissection with Wireshark

Поділитися
Вставка
  • Опубліковано 27 сер 2024

КОМЕНТАРІ • 7

  • @mainmeat
    @mainmeat 2 роки тому +1

    Thanks for a detailed yet simplified tutorial!

  • @DarthVader007
    @DarthVader007 Рік тому +1

    Very interesting. Thank you!

  • @buzzdev
    @buzzdev Рік тому

    Great stuff! Many thanxs

  • @dximitri8989
    @dximitri8989 11 місяців тому

    Hello, very good tutorial, Im having trouble with setting up a srt caller/listener/ev on centos7 to get them to communicate, i tried doing srt-live-transmit command like in the docs and it wont communicate, traffic is not sent between the two machines, how can I fix this? Im stuck on this issue for a while, is there any way I can reach out to you?

  • @thorwaldjohanson2526
    @thorwaldjohanson2526 Рік тому +1

    Thank you for the video. This really helped! I have a SRT stream capture, which contains a mp2t stream (mpeg transport stream). How can I decode the SRT data packets further as mp2t? I can't seem to get it working.

    • @srtlab
      @srtlab  Рік тому

      Thank you for your kind words!
      One way is to extract the payload of SRT data packets (wireshark key 'srt.data') and then pass it through some MPEG2-TS demuxer.

    • @thorwaldjohanson2526
      @thorwaldjohanson2526 Рік тому

      @@srtlab thank you, I will give this a go once I'm back from vacation!