Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

GStreamer can dissect and reassembly rtsp video stream saved as pcap file

from https://stackoverflow.com/questions/10207752/how-to-convert-pcap-to-avi-file-with-video-and-audio-by-gstreamer

"How to convert pcap to avi file with video and audio by gstreamer?

the above is close to my target

from https://stackoverflow.com/questions/10207752/how-to-convert-pcap-to-avi-file-with-video-and-audio-by-gstreamer

"How to convert pcap to avi file with video and audio by gstreamer?

the above is close to my target


from https://stackoverflow.com/questions/10207752/how-to-convert-pcap-to-avi-file-with-video-and-audio-by-gstreamer

"How to convert pcap to avi file with video and audio by gstreamer?

"Video Only

gst-launch-0.10 -m -v filesrc location=h264Audio.pcap ! pcapparse src-port=44602 \ !"application/x-rtp, payload=96" ! rtph264depay ! "video/x-h264, width=352, height=288, framerate=(fraction)30/1" \ ! ffdec_h264 ! videorate ! ffmpegcolorspace \ ! avimux ! filesink location=testh264.avi

I was told that Wireshark didn't support dissection and reassembly of rtsp video stream saved as pcap file, into playabl;e video file (mp4)

But it looks like GStreamer comes with a solution sought by me.

Since my wifi usb dongle fails to pair my IP camera (Wifi Direct) and my 3G usb modem is not supported as WS interface either, I am looking for samples of pcap files, made of rtsp video streams

just give me some links

My another request is samples of mixed rtsp video streams saved as pcap via wifi interface set in monitor mode (to save all non-encrypted channel traffic over wifi)

thank you

GStreamer can dissect and reassembly rtsp video stream saved as pcap file

from https://stackoverflow.com/questions/10207752/how-to-convert-pcap-to-avi-file-with-video-and-audio-by-gstreamer

"How to convert pcap to avi file with video and audio by gstreamer?

the above is close to my target

from https://stackoverflow.com/questions/10207752/how-to-convert-pcap-to-avi-file-with-video-and-audio-by-gstreamer

"How to convert pcap to avi file with video and audio by gstreamer?

the above is close to my target


from https://stackoverflow.com/questions/10207752/how-to-convert-pcap-to-avi-file-with-video-and-audio-by-gstreamer

"How to convert pcap to avi file with video and audio by gstreamer?

"Video Only

gst-launch-0.10 -m -v filesrc location=h264Audio.pcap ! pcapparse src-port=44602 \ !"application/x-rtp, payload=96" ! rtph264depay ! "video/x-h264, width=352, height=288, framerate=(fraction)30/1" \ ! ffdec_h264 ! videorate ! ffmpegcolorspace \ ! avimux ! filesink location=testh264.avi

I was told that Wireshark didn't support dissection and reassembly of rtsp video stream saved as pcap file, into playabl;e video file (mp4)

But it looks like GStreamer comes with a solution sought by me.

Since my wifi usb dongle fails to pair my IP camera (Wifi Direct) and my 3G usb modem is not supported as WS interface either, I am looking for samples of pcap files, made of rtsp video streams

just give me some links

My another request is samples of mixed rtsp video streams saved as pcap via wifi interface set in monitor mode (to save all non-encrypted channel traffic over wifi)

thank you