Hi! I have a doubt. I am sniffing RTP packets from a IP camera. WireShark shows the RTP packets (payload type 96) in the capture. Is there any way to re-play those packets once it has been captured? I mean, I want to sniff some rtp data of a ip camera with videostreamming, and after that, play te video captured. Thanks, Regards asked 10 Aug '16, 10:29 avatarreturn |
One Answer:
It depends on what you mean by re-play.
Or there is yet another chance: to repack the payload from the RTP packets to some media file format like Ogg which can be played by video file player such as VLC media player. That, however, requires some coding in [your favourite programming language], or filing an enhancement request at WIreshark bugzilla. answered 10 Aug '16, 11:44 sindy edited 10 Aug '16, 12:06 |