0

I want to capture TS packets from Network and dump it into a file.Can you suggest me a tool for doing this. Thanks in advance

Euler
  • 652
  • 3
  • 11
  • 24

3 Answers3

1

I would suggest using Wireshark. You can stream your TS and capture it in realtime, then filter out the TS packets and save them to a file.

Chris
  • 38
  • 1
  • 5
  • Thanks for replying.One more doubt When I play any video over the internet data transfer is through TS packets?? So does streaming TS means Plating any video over Internet? – Euler Jul 16 '13 at 05:04
  • I am not sure I understand your question, but I do know that as long as you can see the network traffic, you can filter out the specific video packets that you are looking for in that stream. – Chris Jul 23 '13 at 13:26
0

Wireshark would be the tool for debuging.

If you want to record multicast TS stream for later viewing, use VLC or tsdumper2.

Harijs Krūtainis
  • 1,261
  • 14
  • 13
0

You should click on "Follow UDP stream" then select "Show data as" RAW, and then save it with .ts extension and you will be able to play it in VLC and other TS players.