<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 6 mars 2019 19 h 27, darius <<a href="mailto:manta103g@gmail.com">manta103g@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">thank you<br>
<br>
from<br>
<a href="https://stackoverflow.com/questions/10207752/how-to-convert-pcap-to-avi-file-with-video-and-audio-by-gstreamer" rel="noreferrer noreferrer" target="_blank">https://stackoverflow.com/questions/10207752/how-to-convert-pcap-to-avi-file-with-video-and-audio-by-gstreamer</a><br>
<br>
"How to convert pcap to avi file with video and audio by gstreamer?<br>
<br>
the above is close to my target<br>
<br>
since pcap file saved with a driver, can be dissected and reassembled into<br>
playable video file<br>
<br>
"Video Only<br>
<br>
gst-launch-0.10 -m -v filesrc location=h264Audio.pcap ! pcapparse<br>
src-port=44602 \ !"application/x-rtp, payload=96" ! rtph264depay !<br>
"video/x-h264, width=352, height=288, framerate=(fraction)30/1" \ !<br>
ffdec_h264 ! videorate ! ffmpegcolorspace \ ! avimux ! filesink<br>
location=testh264.avi<br>
<br>
So my question is, if gst can read any pcap file<br>
and if gst can read pcap file saved with a driver (WS)<br>
from wifi interface in monitor mode<br>
(saving live data feeds from many sources/ addresses or rstp video streams<br>
from more than a single IP camera)<br>
<br>
If the answer to the above is yes, so gst can support pcap saved from wifi<br>
interface in monitor<br>
mode and I don't need to feed gst with rstp live feed, since pcap file is<br>
off-line mode file<br>
<br>
So my idea is to combine<br>
<br>
IP camera supporting P2P (WiFi Direct)<br>
<br>
wifi interface in monitor mode<br>
<br>
Wireshark or a driver alone which can save all traffic as pcap<br>
<br>
gst to dissect pcap and reassembly the video segment<br>
<br>
pipilined to VLC or HTML5 video player<br>
<br>
looping the above to avoid time shift / delays<br>
<br>
Can the above be really done with gst ?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">It's quite hard to follow really. You are using terms "any" and "without" which makes your requirements too wide. A lot of this can be done with GStreamer, I'm not sure what problem.</div><div dir="auto"><br></div><div dir="auto">Note that the example you found is quite old, but the general concept haven't changed much </div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br><br><br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div></div></div>