I need to extract a MPEG-TS stream from a Wireshark capture. I have managed to do this but when I play it back using VLC the output is crappy, it's just a green window with some jitter on the top rows.
Here is how I did it:
- Captured using ip.dest filter for the multicast stream.
- Analyze -> Decode As -> UDP port (field), portnumber (value), MP2T (current)
- Tools Dump MPEG TS Packets.
It does not play out correctly. Is there any other way of doing this