Questions tagged [live-streaming]

Live Streaming is the action of streaming a media (video, audio or both) over the network in real time.

In live-streaming, the provider relaying the data from a live source (different from regular streaming where the data can be also stored.

More details in Wikipedia page on live streaming media

1529 questions
10
votes
1 answer

How to Capture Video Stream with OpenCV (Python)

I want to process mms video stream with OpenCV using Python. The stream comes from an IP camera I have no control over (traffic monitor). The stream is available as mms or mmst schemes - mms://194.90.203.111/cam2 plays on both VLC and Windows…
NoamR
  • 221
  • 1
  • 2
  • 10
10
votes
1 answer

How to send the video captured from iPhone's camera to a server for live streaming?

I have got some code online which captures video from the camera of iPhone and then stores it to a video file and it is working fine. But my purpose is not to save it in the memory, but to send it to a sever. I have found out that there is a free…
MK Singh
  • 706
  • 1
  • 13
  • 36
9
votes
3 answers

Android Video Streaming - Device supported?

Ok. So there are a bagillion different Android devices. I have a video streaming service, works wonderfully for iOS. My app has a live video feature and a saved video clip playback feature (which streams to the device too). I've run some tests on…
spentak
  • 4,627
  • 15
  • 62
  • 90
9
votes
3 answers

RTSP live stream on Android

I try to make a live stream on Android. I tried lots of ways, but none of them worked. How can I do it? This is example of RTSP: mMediaPlayer = new…
Filiz Gökçe
  • 91
  • 1
  • 1
  • 2
9
votes
2 answers

Live streaming: node-media-server + Dash.js configured for real-time low latency

We're working on an app that enables live monitoring of your back yard. Each client has a camera connected to the internet, streaming to our public node.js server. I'm trying to use node-media-server to publish an MPEG-DASH (or HLS) stream to be…
Maor Barazani
  • 680
  • 3
  • 12
  • 31
9
votes
4 answers

Youtube /v3/search API no longer returning live videos

I was using the YouTube search API to retrieve live videos by channel ID, but recently, the API has begun to return an empty response. For example, I am retrieving from…
9
votes
0 answers

What would be the equivalent to /dev/video0 in OSX Snow Leopard on a MacBook Pro (integrated iSight Camera)

I'm trying to do a live video stream of the webcam with ffserver and ffmpeg. I've found some resources on the net (#1 and #2), which more or less do the same thing. I'm on a MacBook Pro running OS X 10.6.5. The webcam is an iSight integrated camera.…
honi
  • 161
  • 1
  • 9
9
votes
1 answer

RTSP 1.0 vs. RTSP 2.0

The Real-Time Streaming Protocol (RTSP) Version 1.0 was published as RFC 2326 in 1998. Now nearly 20 years later Version 2.0 was published as RFC 7826 in December 2016. I am wondering whether the changes affect the performance of live streaming…
Joey
  • 809
  • 1
  • 10
  • 24
9
votes
1 answer

Display getUserMediaStream live video with media stream extensions (MSE)

I am trying to display a MediaStream taken from a webcam using getUserMedia, and to relay it to a remote peer using whatever mechanism possible for it to be played (as an experiment). I am not using webRTC directly as I want control over the raw…
9
votes
1 answer

Live WebRTC streams (getUserMedia) to DASH using WebM

I'm trying to understand the feasibility of a live streaming solution. I want to grab WebRTC streams (audio and video), send them to a server and transform them in chunks to send to a html5 video tag or a DASH player using WebM container (VP8 and…
cyp
  • 463
  • 1
  • 5
  • 13
9
votes
2 answers

asynchronous responses in ruby on rails 4 using sse

I want to use server sent events in rails 4. I have read this great article about it. Nevertheless it does not mention how to use in a way that you can set callbacks fired when an event occurs. I need to be able to push to clients over SSE…
9
votes
5 answers

cross platform sound API

I'm looking into developing an application that will require live streaming of audio. I would prefer to use some cross-platform (windows/linux/BSD) open source library written in C or C++ even though writing it using the respective OSs' Sound APIs…
msam
  • 4,259
  • 3
  • 19
  • 32
8
votes
1 answer

Embedded YouTube Livestream Stopped Functioning

So, I had my organization's permanent livestream embedded on one of our web pages using the advice I found here (How to embed new Youtube's live video permanent URL?), and it was working great for a few months, with the current live stream playing,…
JBiko
  • 91
  • 3
8
votes
1 answer

Fetch Instagram live stream RTMP URL and Key

There are apps such as yellow duck that will fetch the RTMP URL and key for you. These can then be used with OBS, or any other streaming software. The feature I am building requires replicating what Instagram does, and extracting the RTMP details…
8
votes
1 answer

How to livestream a webcam to YouTube with FFmpeg?

I want to send the livestream of my webcam to YouTube. I can follow YouTube's guide up to step 8. "Stream Connection" tells me there is "No data" and the button "Go Live" remains unclickable. A screenshot of this situation can be seen at As…
pkok
  • 81
  • 1
  • 1
  • 2