Top "Streaming" questions

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

Streaming via RTSP or RTP in HTML5

I'm building a web app that should play back an RTSP/RTP stream from a server http://lscube.org/projects/…

video html streaming rtsp rtp
Download/Stream file from URL - asp.net

I need to stream a file which will result in save as prompt in the browser. The issue is, the …

c# asp.net file-io streaming
Streaming video from Android camera to server

I've seen plenty of info about how to stream video from the server to an android device, but not much …

android video streaming video-streaming
Playing m3u8 Files with HTML Video Tag

I am trying to use HTTP Live Streaming (HLS) to stream video to my computers and my iPhone. After reading …

html streaming html5-video http-live-streaming m3u8
Best approach to real time http streaming to HTML5 video client

I'm really stuck trying to understand the best way to stream real time output of ffmpeg to a HTML5 client …

html node.js ffmpeg streaming
an attempt was made to access a socket in a way forbbiden by its access permissions. why?

private void StartReceivingData(string ipAddress, int iPort) { try { if (!_bContinueReciving) { //initializeMainSocket(ipAddress, iPort); _mSocket = new Socket(AddressFamily.InterNetwork, SocketType.Raw, …

c# sockets video streaming
Live Video Streaming with PHP

I have a PHP/AJAX/MYSQL chat application. I want to add video chatting to my application. How can I …

php video streaming
Download image from the site in .NET/C#

I am trying to download images from the site. The code which I am using is working fine while the …

c# .net image streaming
How can I stream webcam video with C#?

I want to make a simple server application where people can connect using a browser-based client (which I will make …

c# video streaming webcam
Chrome hangs after certain amount of data transfered - waiting for available socket

I've got a browser game and I have recently started adding audio to the game. Chrome does not load the …

sockets google-chrome http networking streaming