Ask Your Question
0

how to save capture RTP to MPEG TS

asked 2025-06-03 16:36:48 +0000

ronb gravatar image

I have a capture of a TS that contains an MPEG2 TS, first seen as UDP. I can change this to RTP indeed showing the TS packets but how can I export this as a MPEG-TS for further analysis?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2025-06-03 19:03:13 +0000

johnthacker gravatar image

Try "File -> Strip Headers," which will open a dialog. Select "MP2T" from the combobox, optionally enter a filter (if there's more than one RTP stream with different TS streams, say), click Ok. This will produce TS packets with the MPEG-2TS encapsulation. You can then Save As and pick an MPEG-2 TS (ISO/IEC standard 13818-1) filetype (which can only be saved to with that encapsulation), instead of the existing capture file type. This requires Wireshark 4.4 or later.

edit flag offensive delete link more

Comments

Thank you for your response. until and including This will produce TS packets with the MPEG-2TS encapsulation. all seems to be OK.\ But.. You can then Save As and pick an MPEG-2 TS (ISO/IEC standard 13818-1) filetype doesn't seem to work, if I select file, save as, then the MPEG-2 TS is not available?

cheers,

ronb gravatar imageronb ( 2025-06-04 17:10:00 +0000 )edit

Ah, I'm sorry, I realized that the full feature is not available in the 4.4 release yet, only in the current development branch. You should be able to do it in an automated build downloaded from here (anything with 4.5.0, or you can build from source): https://www.wireshark.org/download/au...

Saving to MP2T is support, but the Strip Headers option in 4.4 doesn't have MP2T, only Ethernet and IP.

johnthacker gravatar imagejohnthacker ( 2025-06-04 21:17:15 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2025-06-03 16:36:48 +0000

Seen: 41 times

Last updated: 2 days ago