Top "Streaming" questions

Streaming is the process of delivering digital multimedia content from a provider to a consumer over a network.

iOS online radio streaming questions

I have to create app that provides online radio streaming (icecast), preferably .ogg format. So I have next questions: How …

ios audio streaming metadata ogg
Is WebRTC really peer-to-peer protocol?

WebRTC is a peer-peer communication protocol. I wonder, is it really peer-peer if it does require a web server? For …

google-chrome firefox streaming webrtc
What's the most secure streaming video format?

I have a project that needs to play video but not allow downloading. I'd love to use Flash, but I've …

video streaming drm
stream a MediaRecorder file while recording

I am trying to get a video stream from point A (2.1 android phone) to point B (my server) in real …

java android streaming video-streaming mediarecorder
Apache POI: SXSSFWorkbook.dispose() does not exist

I'm using apache's POI API to write XLSX files. Since I need to write big files, I'm using the Streaming …

excel streaming apache-poi streamwriter
R - Reading STDIN line by line

I want to stream a big data table into R LINE BY LINE, and if the current line has a …

r streaming line readline
ReadTimeoutError: Twitter Streaming API

I want to get some tweets regarding aggressive dogs. My keywords are specified in the code. All of them refer …

python sockets twitter streaming twython
How to make a live audio streaming website?

I've been wanting to make a live audio streaming service, sort of like twitch. Now before you say this is …

streaming audio-streaming live http-live-streaming
Avconv broadcasting video stream

I'm doing some test for broadcasting a video stream. I try with: avconv -i video.mov -c:v libx264 -f …

linux bash streaming video-streaming avconv
wordCounts.dstream().saveAsTextFiles("LOCAL FILE SYSTEM PATH", "txt"); does not write to file

I am trying to write JavaPairRDD into file in local system. Code below: JavaPairDStream<String, Integer> wordCounts = words.…

apache-spark streaming pyspark spark-streaming hadoop-streaming