Top "Streaming" questions

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

OpenGL. Updating vertex buffer with glBufferData

I'm using OpenGL to implement some kind of batched drawing. For this I create a vertex buffer to store data. …

opengl streaming vertex-buffer
Stream desktop over RTP using VLC with the lowest latency possible

I have been trying to figure out how to stream my desktop (over LAN) using VLC and to achieve the …

stream streaming vlc rtsp rtp
Jersey REST support resume/media streaming

I need to support resume on Jersey REST, I'm trying to do it this way: @Path("/helloworld") public class RestServer { @…

rest streaming jersey media resume
FFmpeg RTP streaming error

I want to broadcast a video file via FFmpeg, but I get this error: Only one stream supported in the …

ffmpeg streaming live rtp
AirPlay API for Mac OS X

Is there currently any API (public or private) that will allow a 3rd party Mac OS X application to stream …

objective-c cocoa audio streaming airplay
Netcat streaming using UDP

I can get netcat to stream a video using TCP {server} cat [movie].avi | nc [client ip address] 65535 {client} nc …

networking tcp streaming udp netcat
why is chunked transfer encoding not being respected by Firefox?

I'm streaming a large document through a Spring MVC controller running on Apache Tomcat/6.0.18 because its large, and will (eventually) …

spring streaming transfer-encoding
Creating a simple instance of ExoPlayer

I am currently looking to develop an application that utilises Dash through the ExoPlayer in Android. To begin with I …

android streaming mp3 exoplayer
MediaRecorder issue on Android Lollipop

I'm testing libstreaming on new Android Lollipop, and this code that worked on previous release, seems to launch exception. try { …

android exception streaming mediarecorder
Mjpeg VLC and HTTP Streaming

I'm generating a MJpeg Stream and trying to stream it to VLC and play it there. The code: public void …

c# http streaming vlc mjpeg