python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is it necessary to stop/close SignalR stream with CancelationToken.Cancel()?
I have concern about how to properly stop/close SignalR stream. It is server-to-client streaming.
I'll try to explain the context of streaming. We have web service that connects to IP camera and opens...

Genato
Votes: 0
Answers: 1
Stream files from CDN via a springboot app acting as a reverse proxy
I have a springboot app that acts as a reverse proxy between a client (browser) and blobstore resources which are videos. I need to be able to play these videos in the browser via streaming. The reaso...
Sun
Votes: 0
Answers: 0
Is there a way to stream xvfb output?
I have automated robotframework tests that runs via xvfb on a jenkins agent, using firefox.
Sometimes I want to check what robot actually see for debugging.
I have found a solution to capture xvfb out...
Micó Papp
Votes: 0
Answers: 0
FFMPEG How to extract sound from a video and combine it with a picture
I use this code,but the picture is not visible :(:
os.system(f'ffmpeg -stream_loop -1 -re -i {dir_path}/maxresdefault.jpg -re -i "{url}" -c:v libx264 -preset superfast -b:v 2500k -bufsize...
minicx
Votes: 0
Answers: 1