Skip to main content

New answers tagged

0 votes
Accepted

Capture TCP stream with tcpdump/netcat

Unlike UDP streams, TCP is strictly connection-oriented – data cannot be sent unsolicited but needs to be part of an active connection, such as the one your nc creates. As soon as you close nc the OS ...
grawity_u1686's user avatar
1 vote

Using ffmpeg, how can I split an incoming stream, one live web streaming, the other mp4 but in timed chunks?

Many thanks to Ryan for pointing out a path forward. For the clarity of others, and in case anyone else is looking to achieve something similar. I now have a working solution with the following FFmpeg ...
Jon37's user avatar
  • 21

Top 50 recent answers are included