<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le lun. 4 mars 2019 18 h 11, 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">from<br>
<a href="https://github.com/teknotus/bitcorder" rel="noreferrer noreferrer" target="_blank">https://github.com/teknotus/bitcorder</a><br>
<br>
"Gstreamer itself has hundreds of plugins<br>
<br>
so which plugin can reassembly rtsp frames from saved tcp dump ( wifi<br>
monitor) ?<br>
<br>
I have IP camera ( WiFi Direct camera) which can stream live video<br>
<br>
Driver on-the-go is a user/s to watch front and back of his/her car while<br>
driving,<br>
so he/she has no time for wifi pairing, clicking selecting, taking time<br>
<br>
so video player should work that way<br>
<br>
receiving wifi signal from my camera and other devices , filtering out rtsp<br>
stream from  my IP camera (not encrypted), reassembly it to be play back in<br>
video player.<br>
<br>
If GStreamer can read rtsp video stream and save it to mp4 file so it can<br>
process individual rtsp frames, extracting video content<br>
an d this video content can be played back in video player like VLC<br>
<br>
but VLC accepts rtsp IP address and port<br>
but I don't have rtsp IP address for tcp pairing<br>
since TCP dump saved in wifi monitor mode is as is, is a mix of signals from<br>
many wifi transmitters in parallel.<br>
<br>
Do you know a proper plugin for GStramer, to work for me ?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">The TCP/RTSP part of your dump will be useless, because any rtsp client would try to communicate with your dump, and that can't really work.</div><div dir="auto"><br></div><div dir="auto">But you might be able to do something with the rest of the dump. GStreamer has a pcapparse element, to which you can pass the address and port you are I retested in. You then need strong knowledge of the GStreamer RTP element to dejitter, and depay these files. It not doable with a single plugin, as you seem quite new, I believe you should keep seeking help here and on IRC. Best might be to share small samples, so that we could guide you a little in what you have to deal with.</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>