Top "Video-streaming" questions

Video streaming is the process of delivering a video from a server to a client.

How can I display an RTSP video stream in a web page?

I have an ip camera which provides a live RTSP video stream. I can use VLC media player to view …

video-streaming rtsp
HTML5 live streaming

For school I need to set up an HTML5 live stream site. They have a flash stream-player they've been using …

html video-streaming html5-video
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
Play infinitely looping video on-load in HTML5

I'm looking to place a video in an HTML5 page that will begin playing on page-load, and once completed, loop …

html video video-streaming html5-video
TCP vs UDP on video stream

I just came home from my exam in network-programming, and one of the question they asked us was "If you …

networking video tcp udp video-streaming
How to process images of a video, frame by frame, in video streaming using OpenCV and Python

I am a beginner in OpenCV. I want to do some image processing on the frames of a video which …

python opencv video video-streaming
how to play video from url

I am beginner in android development and try to play video from link. But it's giving error "sorry,we can't …

android video-streaming android-videoview
Live-stream video from one android phone to another over WiFi

I have searched the internet for days now on how to implement a video streaming feature from an android phone …

android video streaming video-streaming live-streaming
Video streaming over websockets using JavaScript

What is the fastest way to stream live video using JavaScript? Is WebSockets over TCP a fast enough protocol to …

javascript video-streaming websocket
How to play .mp4 video in videoview in android?

I am working on video player application, I want to play .mp4 video in native videoview. I am not able …

android video-streaming mp4 android-videoview