Top "Stream" questions

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

StreamReader get and set position

i simply want to read a large CSV-File and save the Stream position in a list. After that i have …

c# stream position streamreader
How to reset a BehaviorSubject

I have a BehaviorSubject that I would like to reset - by that I mean I want the latest value …

stream rx-java reactive-programming rx-java2
Get live stream from Network IP camera that support ONVIF protocol?

I have network IP camera(Canon VB-M40). This camera support ONVIF protocol. I am implementing its ONVIF functionality in windows …

stream camera video-streaming protocols onvif
Listen to a shoutcast with Android

since quite some time I'm trying to listen to .pls files (shoutcasts). I have to say that I failed horrible. …

java android sockets stream radio
How to get video and audio streams from web cameras with Java?

How can I get video and audio streams from web cameras with Java (in a cross-platform way)? For example, we …

java video audio stream webcam
Should I always wrap an InputStream as BufferedInputStream?

Does it make sense to always wrap an InputStream as BufferedInputStream, when I know whether the given InputStream is something …

java stream java-io
Closing Streams in Java

Why do we need to close a FileInputStream (and streams in general) in any case before we leave the program? …

java stream
Infinite streams in Scala

Say I have a function, for example the old favourite def factorial(n:Int) = (BigInt(1) /: (1 to n)) (_*_) Now I want …

scala stream
How to live stream a local video using FFmpeg

I am trying to get used to the FFmpeg library, and currently, I have been trying to stream local video …

video ffmpeg stream udp vlc
PHP technique to query the APNs Feedback Server

Can someone clarify what the APNs (Apple Push Notification) wants as far as how you query it? The docs say …

php push-notification stream apple-push-notifications fread