Hello,
Currently I am capturing stream from IP camera. I am using wireshark version 1.6.5. The video from the source is transmitted over RTP protocol with H.264 encoding. Now the problem is that I am not able to decode the RTP payload field. I copied the RTP payload data into a file and named it as .264 extension but I am unable to play that file. When I further investigated, I came to know that some additional headers (NAL) are attached within the RTP payload field. Can I able to extract the H.264 data from packets using wireshark?
Thanks.