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
20
votes
1 answer

Play raw h264 live stream in browser

I'm looking for a solution to play raw h264 stream coming from a native server through WebSocket live on a browser. I tried many third party h264 decoders in JavaScript and each one has its own issues. Decoders based on broadway cannot decode main…
Kiran Raj
  • 201
  • 1
  • 2
  • 4
20
votes
3 answers

How to save rtsp stream without packet loss by using FFMPEG

I am saving stream of live camera by using FFMPEG. When i am trying to save the video some data packets are loss so the video is not playing properly.I am using following FFMPEG Library The command which i am sending is- String[] cmd = {"-y",…
sumit singh
  • 588
  • 1
  • 5
  • 20
19
votes
7 answers

HTTP live streaming with encryption

I am trying to understand how the HTTP Live Streaming protocol that Apple supports on their iOS devices as well as on Safari protects the key that unlocks the content. The way I understand it, the .m3u8 file holds the whole thing together and…
dansch
  • 191
  • 1
  • 1
  • 4
19
votes
1 answer

Create a Live Streaming APP for Android

I am having quite a trouble lately. I want to develop an Android App with a livestreaming embeded, but I just don't know how to start. I tried using an Webview with the livestreaming tag embeded, but it didn't work (most likely the stream is…
priki
  • 709
  • 1
  • 7
  • 13
18
votes
1 answer

Creating RTP Packets from Android Camera to Send

I'm new to Android and socket programming. I want to create an android application that transfer video live from device camera to PC. What first i do is to get a raw video data from PreviewCallback arguments and convert it to an RTP Packet. I was…
M Rijalul Kahfi
  • 1,460
  • 3
  • 22
  • 42
18
votes
2 answers

html5 audio livestreaming

I'm creating my own audio, without controls of the browser. I have these functions, called when clicked some…
Daniel Garcia Sanchez
  • 2,306
  • 5
  • 21
  • 35
16
votes
2 answers

How to show progress bar until video play in live stream Android?

i am working on an application where i need to play video from a remote server as live stream. which is done by me successfully. i managed every thing in my app. but when video is loading i need to show a progress dialog over VideoView. i tried…
user2118554
15
votes
6 answers

How to find if a youtube channel is currently live streaming without using search?

I'm working on a website to load multiple youtube channels live streams. At first i was trying to figure out a way to do this without utilizing youtube's api but have decided to give in. To find whether a channel is live streaming and to get the…
TheSwindler44
  • 177
  • 1
  • 10
15
votes
1 answer

streaming FLV to RTMP with FFMpeg using H264 codec and C++ API to flv.js

I would like to stream live video from webcam using OpenCV using H264 codec and converting that to FLV then stream over RTMP server and catch the stream in browser with flv.js. Basically I have everything working except that I cannot read stream in…
Jan Kuri
  • 927
  • 12
  • 17
15
votes
4 answers

How to play rtmp live stream using videojs?

I'm using OBS to push live stream to my local rtmp server(node-rtsp-rtmp-server), and it works well with VLC media player. I just want to put it into a webpage and i found videojs. It didnt work and returns Specified “type”-attribute “rtmp/mp4” is…
Natsu
  • 203
  • 1
  • 3
  • 8
14
votes
2 answers

Record video from VideoView

Currently doing project on live Streaming, and I succeed to play live video. Now my next task is to record the video which is playing in VideoView. I had searched, able to found capturing video but with surface(camera) but here in VideoView I am…
Mohammed Azharuddin Shaikh
  • 41,633
  • 14
  • 96
  • 115
14
votes
2 answers

Http Live Streaming with the Apache web server

Is it possible to do HLS with an Apache web server? Would it be enough to "put here the playlist with data chunks"? Is it that simple? Or is there some module, which can be used for that purpose? Thanks a lot for the reply
STeN
  • 6,262
  • 22
  • 80
  • 125
14
votes
2 answers

How does Youtube implement live streaming

Monitoring your network while watching a Youtube live streaming (http://youtube.com/live/), you can see that they are downloading a file to your cache, and this file is actually the live stream. Bitgravity use the same way to deliver their live…
Jeoren
  • 141
  • 1
  • 3
13
votes
2 answers

Understanding ffmpeg re parameter

I was reading about the -re option in ffmpeg . What they have mentioned is From the docs -re (input) Read input at the native frame rate. Mainly used to simulate a grab device, or live input stream (e.g. when reading from a file). Should not be…
formatkaka
  • 1,278
  • 3
  • 13
  • 27
13
votes
2 answers

How to change AVPlayer Live Streaming URL?

Hi developers and experts, I need your good suggestions and help. I am working an application which has four different radio channels(buttons). I am using AVPlayer for live streaming. I would like to create an AVPlayer object in ViewDidLoad and just…
Nisar Ahmad
  • 885
  • 1
  • 10
  • 25