[FFmpeg-user] Play Pcap file and make ffmpeg capture the stream
Daniel Kucera
ffmpeg at danman.eu
Wed May 30 08:58:41 EEST 2018
Hello,
you can use tpcreplay to play the pcap in reatime and capture it with
ffmpeg. For example like this:
# tcpreplay -i lo -l 0 lkv.pcap
# route add 239.255.42.42 dev lo
% ffmpeg -i udp://@239.255.42.42:5004 out.mp4
But you need to setup your networking properly. What's the source and
destination IP and port of your streams?
2018-05-30 07:43 odosielateľ napísal:
> Hi,
>
> I have pcap(decrypted rtp stream) files of 3-4 video stream.
> Can someone please guide me on how can i play it and make ffmpeg
> capture
> the live stream and join/stitch them to get a single output file.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-user
mailing list