caslogic.blogg.se

Schedule wireshark capture
Schedule wireshark capture






schedule wireshark capture schedule wireshark capture

There’s a bit of guess work involved here, but the RTP packets are UDP and more than likely the majority of the traffic is one way (Camera -> Recording Server). The next step is to filter out the video packet stream. I p.host=192.168.0.119 Packets filtered by camera host Create a filter on Wireshark to display only the packets from the H264 video source: In this case the camera has an IP address of 192.168.0.119. In the pcap file I am using, I was given the IP address of the camera which makes things easier.

  • Run the h264extractor Wireshark plugin to extract the H264 stream from the packets.
  • Export the selected packets to a new cap file.
  • Decode the filtered packets as RTP and configure the H264 dynamic payload type.
  • Filter out the packets that belong to the video stream.
  • The process to get a valid video file requires multiple steps: Use Wireshark to open a network capture, extract an H264 video stream, decode it and reassemble the packets back into a file that can be played.








    Schedule wireshark capture