Top "Stream" questions

DO NOT USE FOR THE JAVA STREAM API INTRODUCED IN JAVA 8 (use [java-stream] for those questions!

Node.js Piping the same readable stream into multiple (writable) targets

I need to run two commands in series that need to read data from the same stream. After piping a …

javascript node.js stream pipe node.js-stream
Nginx TCP forwarding based on hostname

With the release of TCP load balancing for the Nginx community version, I would like to mix OpenVPN and SSL …

nginx tcp stream load-balancing virtualhost
Are there free realtime financial data feeds since the demise of OpenQuant?

Now that the oligopole of market data providers successfully killed OpenQuant, does any alternative to proprietary and expensive subscriptions for …

java stream feed real-time financial
Stream.Length throws NotSupportedException

I am getting a error when attempting stream.Length on a Stream object sent into my WCF method. Unhandled Exception! …

c# .net stream notsupportedexception
Android Media Stream Error? java.io.FileNotFoundException: No content provider :http://

I followed this to Play Stream Radio In android Here Its working Fine But Player Loading Bit Slow after clicking …

android stream media-player radio
Read a file/URL line-by-line in Swift

I am trying to read a file given in an NSURL and load it into an array, with items separated …

macos file input stream swift
Capture a Microphone Audio Stream Using .NET Framework

I need to capture the input stream from a microphone in my application, which is written in VB.NET. I …

.net audio input stream microphone
OpenCV - how to capture rtsp video stream

for example we have working rtsp stream test like: "rtsp://184.72.239.149/vod/mp4:BigBuckBunny_115k.mov" (it works in moment of …

c++ opencv video stream rtsp
C# Authentication failed because the remote party has closed the transport stream

I want to point out that I have searched a lot for this without a solution. So, I've created a …

c# authentication stream transport party
C++ cin char read symbol-by-symbol

I need to read symbol-by-symbol. But I don't know how to read until end of input. As exemple test system …

c++ stream char cin