Stopping ffmpeg / wrapper remotely
See original GitHub issueHi,
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:
- Created 7 years ago
- Reactions:4
- Comments:7 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://gitlab.com/davinkevin/Podcast-Server/tree/aeb34992ebf0262eb063589b67597811e0b09a30/backend/src/main/kotlin/com/github/davinkevin/podcastserver/utils/custom/ffmpeg https://gitlab.com/davinkevin/Podcast-Server/blob/aeb34992ebf0262eb063589b67597811e0b09a30/backend/src/main/kotlin/com/github/davinkevin/podcastserver/service/FfmpegService.kt
Sorry for that 😅.
I move my project to
youtube-dl
instead of doing the download by myself then encoding it withffmpeg
, so I will remove those files in few iterations I think.Hi @davinkevin The above link does not exist anymore. Do you mind giving the new link?