Top "Streaming" questions

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

What is the HTTP URL to stream the sub-stream channel from Dahua/CP-PLus camera

I got the RTSP equivalent, which is: rtsp://my_cam_ip:554/cam/realmonitor?channel=1&subtype=1 I came across some …

streaming rtsp ip-camera http-streaming
Convert RTSP stream to virtual web camera

I am trying to use a RTSP stream from an IP camera as video input source for various applications on …

camera streaming webcam rtsp ip-camera
C++ OpenCV image sending through socket

I'm trying to implement a streaming service using OpenCV and sockets. The server side loads a given image and sends …

c++ sockets opencv streaming mat
How to stream live video in HTML5?

I'm looking for a way to broadcast a live video taken from a webcam or camera rooted to a PC. …

html streaming mp4 rtsp rtp
Streaming MP3s from Amazon S3

Is there a way to stream MP3s stored on Amazon S3 via a Flash widget embedded in a website, …

streaming mp3 amazon-s3
How to play a video from a RTSP link

I want to create an android app which can play video from RTSP link. When i tried to play this …

android streaming video-streaming rtsp android-video-player
Stream StringBuilder to file

I need to create a large text document. I currently use StringBuilder to make the document and then call File.…

c# string file streaming stringbuilder
How does HTTP Adaptive Bitrate Streaming work on the iPhone?

Apple has included HTTP Adaptive Bitrate Streaming in the iPhone OS 3.0, in particular Safari handles this automatically. I'd like to …

iphone http video streaming http-live-streaming
How to stream video content in asp.net?

I have the following code which downloads video content: WebRequest wreq = (HttpWebRequest)WebRequest.Create(url); using (HttpWebResponse wresp = (HttpWebResponse)wreq.…

c# .net asp.net streaming video-streaming
How to get redirector.googlevideo.com link from a Google drive video

I have a google drive video file (like https://drive.google.com/file/d/FILE_ID/view) and I want …

php google-drive-api streaming playback