Questions tagged [http-live-streaming]

HTTP Live Streaming is a method of media streaming that consists of downloading segments of a mpeg2ts file, containing video (H.264) and/or audio (AAC or MP3). The specification was introduced by Apple and is widely used in iOS.

HTTP Live Streaming is a way to send audio and video over HTTP from a web server to client software on the desktop or to iOS-based devices.

HTTP Live Streaming sends audio and video as a series of small files, typically of about 10 seconds duration, called media segment files. An index file, or playlist, gives the clients the URLs of the media segment files. The playlist can be periodically refreshed to accomodate live broadcasts, where media segment files are constantly being produced.

References:

2691 questions
1
vote
1 answer

Low latency HLS stream and Chromecast

I'm trying to live stream my PC screen to chromecast with low-latency (In my case it's not possible to use google chrome extension). I figured out that HLS would be the best options, but when mpegts segments (the ones from m3u8 playlist) are smaller…
1
vote
1 answer

Detect if jwplayer is live, if not then vod fallback

I would like to use my JWPLAYER 6 pro to play the live stream and switch to vod download fallback if live stream is not available. Here is my simple code:
1
vote
1 answer

HLS (apple http stream) video download

I have video in HLS format. And I would like to save it to disk. I want to see it with VLC offline with no adds. :) Is there a simple way to do it? ( I am using Linux mint so it easy to run scripts) Thanks in advance.
user4223883
  • 330
  • 1
  • 4
  • 8
1
vote
1 answer

How to access HLS video transport segments (.ts) from Android player?

We have an Android player that plays an m3u8 stream. This m3u8 stream contains numerous transport segments of video that are played sequentially. Usually the player buffers a few transport segments. If the user clicks a button, I would like to store…
1
vote
2 answers

Would it increase the server load if embed YouTube live streaming videos?

If we embed YouTube live feed directly on our website, would it increase our server load and therefore increase the chance to have a site crash? I want to say no because the video is actually pulling from YouTube server? Whereas the website is only…
1
vote
1 answer

WEBM Live streaming sample links

I have requirement for streaming live video using webm. I've done streaming a video file hosted on the server. But I also need to live stream videos, preferably webm video. I found links to stream flv, mp4 ect videos, but not for webm. Can you give…
Krishna Kumar
  • 187
  • 1
  • 17
1
vote
1 answer

HLS Live Broadcast: Keeping track of multiple client

I am trying to write a HLS server with on the fly segmentation. I am facing issues with figuring out when to delete a old media segment and how to keep track of starting sequence number for multiple client connections and reloads. Multiple clients…
Saibal
  • 802
  • 6
  • 15
1
vote
1 answer

HLS Videostreaming in Android

I am trying to play .m3u8 HLS stream in android.Its working fine.To check the adaptive bitrate streaming,i am switching the network while playing the video.I am connecting wifi and 3G.The Video starts playing in WIFI.And when I switch-off the…
1
vote
0 answers

Adding video bytes to buffer in iOS native app

Is it possible within a native iOS app to play video by downloading a segment of video and inserting or appending it's bytes to some kind of buffer, ready for playback? Something similar to the way HLS works, but at a lower level where I can control…
1
vote
1 answer

HTTP Live Streaming Service like LiveStream/Ustream/Twitch/Youtube Live

I'm new to live streaming and it's quite hard to find good information for beginners. Could anyone recommend resources to HLS besides Apple's documentation? I'm trying to make an app similar to LiveStream where videos can be broadcasted to multiple…
abcf
  • 685
  • 2
  • 10
  • 25
1
vote
2 answers

Retrieving Timed Metadata on Chromecast

We are developing a custom receiver for HLS video playback on Chromecast. Our stream has Timed ID3 Metadata embedded in the MPEG-2 Transport Stream (TS files). I need the exact position in the stream that these ID3 tags are located for our app to…
Ryan
  • 160
  • 12
1
vote
1 answer

HLS MPEG Transport Stream Index File

I am currently looking to add Trick and Play functionality to HTTP Live Streaming (HLS) Server. For Trick and Play functionality to work, generally MPEG Transport Streams are pre-indexed. What is the general format of the Transport Stream Index…
Junaid
  • 171
  • 8
1
vote
0 answers

Wowza Publish the live Stream on Apple HLS demand

The problem is simple. In Wowza when I use a stream file in live mode (so the streaming are published only when requested through RTMP), I'm not able to publish the streaming and get the video streaming when I use the JWPlayer on IOS (so through…
cicciosgamino
  • 871
  • 3
  • 10
  • 29
1
vote
1 answer

can we play the content not from the start in hls playlist?

I have a hls playlist playlist.m3u8 file where the url's of all the chunks are…
prashanta
  • 79
  • 2
  • 7
1
vote
0 answers

Select audio track in HLS Stream using MPMoviePlayerViewController

I use MPMoviePlayerViewController to play HLS stream. I can chose between subtitles, but I don't know how to select audio tracks. Video has several audio tracks (e.g. in VLC I can select them). How can I get all audio tracks and select them during…
1 2 3
99
100