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
8
votes
3 answers

How to send OpenCV output to browser with python?

I have a simple python script with open cv, which takes in a video and does object detection on it using YOLO. My question is, how can I display the output to my website as a live stream. Here is the python code, saving to output.avi. import…
Leeroy Hannigan
  • 11,409
  • 3
  • 14
  • 31
8
votes
3 answers

Live Streaming ( Socket ) - How to sync audio and video?

1- Which one is better to use for streaming video ? TCP or UDP socket and why? 2- While streaming live, audio and video are coming from the server separately, so how can i make sure that the video i display and the audio I play on the device are in…
aryaxt
  • 76,198
  • 92
  • 293
  • 442
8
votes
1 answer

How to use nginx rtmp module to create a simple dynamic overlay on a live stream?

I love the simplicity of the nginx-rtmp-module but I'm unclear how to do something that was pretty simple in Wowza (although don't love Java). In Wowza I could receive the rtmp AMF metadata data in the onTextData event and config a dynamic overlay.…
avian
  • 1,693
  • 3
  • 20
  • 30
8
votes
2 answers

Nginx RTMP Module receive x.264 , output HLS live stream

Goal: Stream from PC using OBS , receive stream with Nginx RTMP Module and output to viewers so that they can view the live stream both on PC and mobile. For that to happen, Nginx must output live stream with HLS. My partner has set up the…
Chayemor
  • 3,577
  • 4
  • 31
  • 54
8
votes
1 answer

Use Facebook Live API for my mobile App

I want to use the new Facebook Live API to integrate it to my video-filter mobile app. So I can stream content generated from my phone. But I read in the documentation something about them not going to allow that. Have anyone experienced anything…
8
votes
2 answers

How to set up Nimble server without WMSpanel?

i can't figure it out, how to configure nimble server, there is lack of information/examples about: Setting my own Nimble server. Scenario: IP camera which streams live RTSP h.256 video. Transmux/transport it, through my own Nimble Server. And…
Noproblem
  • 745
  • 1
  • 6
  • 15
8
votes
2 answers

Local ffmpeg output to S3 Bucket

Heres my setup; - I have a local PC running ffmpeg with output configured to h.264 and aac - and S3 bucket created at AWS what i need to do is, use ffmpeg [local] output to upload files directly to s3 bucket. PS: Planing to use that s3 bucket with…
8
votes
3 answers

Android MediaPlayer - error (1, -4) when playing a song

I am trying to play an mp3 audio file from sd card, using the path and the filename of the audio file to get its Uri. I have a Spinner populated with the tracks names stored in sd card. When an item is selected, the following code will be…
Hanady
  • 779
  • 2
  • 15
  • 38
8
votes
4 answers

How to display RTSP from IP Camera/CCTV in iOS

There is obviously a way to do this because so many applications are already doing it - NetCamViewer and iCamviewer to name just one. I have searched and searched, but I'm not finding anything of value that gives a hint as to how this is done. I'm…
vulvaji
  • 103
  • 1
  • 1
  • 8
8
votes
1 answer

How can I read a live webstream in java using xuggle? (I can do it in ffmpeg, just not xuggle)

So if I run: ffmpeg -t 10 -re -i "rtmp://170.93.143.150/rtplive/ app=rtplive/ playpath=e000990f025f0075004d823633235daa swfUrl=http://www.chart.state.md.us/video/mediaplayer/player.swf…
Grammin
  • 11,808
  • 22
  • 80
  • 138
8
votes
1 answer

What is MediaPlayer.OnInfoListener "code 703"?

I am running a stream via MediaPlayer. When buffering starts, the code 701 is thrown. When buffering ends, the code 702 is thrown. All codes are found on this link. However, MediaPlayer.OnInfoListener first throws the code 703, which I cannot find…
sandalone
  • 41,141
  • 63
  • 222
  • 338
8
votes
5 answers

PLay M3U8 on Windows Phone

I have been searching for ways to play an M3U8 media live stream on WIndows Mobile using the media framework. Kindly share any info on this.
Achilles
  • 1,065
  • 2
  • 13
  • 29
7
votes
2 answers

Streaming Live Audio and Video on internet using asp.net

i want to implement the live video and audio streaming on my one of the clients website.. and i dont have any idea how to go about, can you guys please help, is it possible that the video captured from Mobile Phone (HD Video), be streamed live over…
Abbas
  • 4,948
  • 31
  • 95
  • 161
7
votes
1 answer

How to change mjpeg to yuyv422 from a webcam to a v4l2loopback?

Backstory: One livestreaming site I use isn't smart enough to detect the capabilities of my webcam (Logitech Brio, 4k), and instead just uses the default frames per second settings, which is 5fps. (full solution walk-through in the answer) The best…
Dev Null
  • 716
  • 1
  • 8
  • 20
7
votes
2 answers

How to live stream on facebook via ffmpeg?

I am trying live streaming on facebook via ffmpeg but I get one error. As the error, I must use AAC instead of mp3. But I don't know how to do it. Error: Bad audio codec 2 (MP3). Accepted audio codecs: AAC Normally, I can run command below for…
K. Talha
  • 83
  • 1
  • 1
  • 8