question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Stopping ffmpeg / wrapper remotely

See original GitHub issue

Hi,

I use this library as an RTSP client to record IP camera streams. I can start the streams but I could not figure out how to stop recoding remotely, since ffmpeg waits for q button to stop and terminate.

What can be the proper way of stopping ffmpeg / wrapper, without killing the sub-process ?

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:4
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

How to stop ffmpeg remotely? - linux - Stack Overflow
Newer versions of ffmpeg don't use 'q' anymore, at least on Ubuntu Oneiric, instead they say to press Ctrl+C to stop them. So...
Read more >
No Way to Cleanly Terminate ffmpeg.exe while capturing screen
taskkill doesn't work with all versions of ffmpeg so I created a wrapper program that creates a window handle, can launch ffmpeg, catch...
Read more >
The FFMPEG Wrapper now with installer : r/synology - Reddit
r/synology - The FFMPEG Wrapper now with installer ... ability to watch remotely and transcode as necessary for lower bandwidth scenarios, ...
Read more >
Docs - Xabe.FFmpeg
FFmpeg. Converting video, changing streams, concatenate and join and so on. ... Started conversion could be stopped. ... C# FFmpeg wrapper conception. Xabe....
Read more >
Unable to remote stream because of audio issues - #30 by tmm1 ...
I was about to test my wrapper with: # systemctl stop channels-dvr $ cd /usr/lib/channels-dvr/latest $ mv ffmpeg ffmpeg-channels $ cat > ffmpeg...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found