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.
1
vote
0answers
16 views
Smooth video playback with HTTP Live Stream
I'm trying to save to a file an HTTP live video stream. I know that for this purpose, I will need to request periodically the M3U8 file, parse it to extract the URL of the media segments, download the ...
0
votes
1answer
73 views
how to create playlists for http streaming .m3u8
Did someone knows how to create playlist for http streaming ( .m3u8 files )
i know that they look like that :
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=4854000
/url1/file.m3u8
...
5
votes
0answers
74 views
AVPlayer fails to send a cookie for the same domain after 302 redirect
I am using iOS AVPlayer to play a HLS stream. In the beginning of the HLS session, when I receive index.m3u8 URL in response to create AVPlayerItem, the response also sets a cookie which is required ...
-1
votes
0answers
29 views
Can we use vitamio player free in our paid android app? [closed]
i know it is not a programming question but i want to clear my doubts..
i am developing a video streaming application for android.
for demo i am using vitamio player for playing .m3u8 links.
i am ...
0
votes
1answer
46 views
enable voice/audio over ip webcam android
Currently I am using webview to project display from one android to another and its working fine but I cannot listen to any audio/voice .I dont know how to make it work in android.Can we ambed vlc in ...
0
votes
2answers
53 views
How to parse an M3U8 file in Objective C?
I'm trying to save .ts segments to the disk drive from an HLS stream to achieve record functionality. After going through Record HTTP Live Streaming Video To File While Watching? and Save HLS stream ...
1
vote
1answer
42 views
How does pause and resume a video in progress work?
I'm looking for a solution that allows a user to pause a video and resume playback on different device.
Plex Media Server does a fairly good job of this with it's ''On Deck" feature.
On Deck ...
0
votes
1answer
28 views
HTTP Live Streaming -Play from Bundle
Similar questions have been asked before, but I could never find a solution.
I am trying to play a m3u8 file from bundle . I have streamed it successfully over http .but i really need to play movie ...
-1
votes
0answers
29 views
MPMoviePlayer streaming from KDR-453 (DVR) - HTTP Live Streaming [closed]
How to determine .m3u8 file path for Http Live Streaming, i am unable to determine directory path for .ts and .m3u8 file for this KDR-453 DVR Model.
Any help in determining path for .m3u8 file.
0
votes
1answer
37 views
Http Live Streaming Cache
If I wish to make a video which is being streamed by http live streaming available off-line, do I have to download the file separately of http live streaming or is there some sort of caching ...
3
votes
0answers
168 views
How to play .m3u8 Stream Using jwplayer in phonegap Android?
i am using phonegap for http live streaming i am using jwplayer for it.
here is the code for it..
<div id='mediaplayer1'>
<script type="text/javascript"> ...
3
votes
3answers
393 views
Android HLS Streaming - Different Android Versions Load Different Location in Stream
I realise that there are some issues in terms of level of support of HLS in Android. I'm trying to write a small videoplayer demo (to work on as many devices as possible); preferably without using a ...
-2
votes
0answers
74 views
Broken *.m3u8 file [closed]
I have created this file using ffmpeg.
Does Anyone know what's wrong with this *.m3u8 file?
http://202.89.117.50/hilal/global_assets/temp/7580338/bogor.m3u8
It could played in VLC but couldn't ...
-1
votes
0answers
108 views
RTMP to HLS: Segmentation fault
I have tried convert RTMP to HLS with ffmpeg. The segments created without -segment_format mpegts parameter, but it resulting corrupted .m3u8 file, If I add the parameter, segments couldn't created ...
1
vote
0answers
156 views
playing HLS on Android (compare alternatives)
I want to discuss about HLS in android and want to learn prices , how to buy them, and your experiences for these players.
Vitamio - http://www.vitamio.org/en/
Standart licence is free but it ...
1
vote
0answers
45 views
AVPlayer seekToTime: doesn't use buffer
I am developing an application for playing video using HTTP Live Streaming technology.
For this I use AVPlayer which init as follows:
[[AVPlayer alloc] initWithURL:[NSURL URLWithString:VIDEO_URL]];
...
1
vote
0answers
66 views
Why does it take longer for some internet audio streams to start playing on a Samsung S3?
We are experiencing almost the exact opposite of what is mentioned here: Why does it take so long for Android's MediaPlayer to prepare some live streams for playback?
I've tested multiple streams ...
0
votes
0answers
26 views
Expression Encoder SDK for screen capture and live broadcast
I want to capture screen of my desktop in video without time delay and simultaneously live stream broadcasting of that video over HTML or aspx page.
i tried with Microsoft Encoder SDK which is having ...
0
votes
0answers
16 views
Add a file source to a working LiveJob
Ihave to encode a dynamique list of files and Publish it using Expression Encoder, the problem is once I start encoding
LiveJob job = new LiveJob(); ....... job.stratencoding();
I cant add a new ...
0
votes
0answers
56 views
HLS For All Devices?
I know m3u8 works on ios and newer versions of android os, but I don't know what to do for other devices.
If I want to use Phone Gap for an application and have a live stream I want to play, what ...
2
votes
0answers
180 views
How to minimize the delay in a live streaming with ffmpeg
i have a problem.
I would to do a live streaming with ffmpeg from my webcam.
I launch the ffserver and it works.
From another terminal I launch ffmpeg to stream with this command
and it works:
...
1
vote
0answers
31 views
mediastreamsegmenter on a public dropbox link not working
I have a streamable url from my dropbox public link:
https://dl.dropboxusercontent.com/1/view/taf4hn5q1lbppmx/Public/01Track1.mp3
I would like to stream this to my ios device so I read upon ...
0
votes
0answers
80 views
HTTP Live Steaming - Joining files in a playlist
Amazon AWS just announced they have added HLS encoding to their Elastic Transcode service, which is great. Its very easy to get a single video to play HLS style via S3, or even better, CloudFront. ...
0
votes
0answers
65 views
Change .m3u8 Segment Path
I have successfully create HLS with FFMPEG. How do I make segment path in .m3u8 show only segment name?
Current directory creation(bash):
folder = '7580338'
OUTPUT_DIR='global_assets/temp/'$(echo ...
0
votes
0answers
70 views
how to create first red5 application with java
hi i install red5 server on my windows after that how to create application with red5
and how to broadcast and subscribe live stream try
i try with this example but not able to make it work.
...
0
votes
0answers
50 views
Free Live Stream Links and Free Video on Demand Links?
I am interested in creating a website which will play free Live Streams and free Videos on Demand.
I was wondering if there was a website or resource that provided these direct links to these. For ...
0
votes
0answers
73 views
Capture image from online live video stream, playing by MPMoviePlayerController
I want to capture a image or extract a image frame from online video stream played by MPMoviePlayerController. I tried this method
- (UIImage *)thumbnailImageAtTime:(NSTimeInterval)playbackTime ...
1
vote
1answer
44 views
How can I make a Internet audio streaming server?
I need to make a internet radio server, how can I do that on top of apache. Want to understand the architecture of the whole system. Are there some good reads ?
2
votes
1answer
427 views
Transcode HLS Segments individually using FFMPEG
I am recording a continuous, live stream to a high-bitrate HLS stream. I then want to asynchronously transcode this to different formats/bitrates. I have this working, mostly, except audio artefacts ...
-2
votes
1answer
48 views
Transmitting rtsp video over webpage with JPEG compression (Eg: http://windofdubai.com/winds/webcam)
I would like to embed .rtsp video on a webpage with jpeg compression. Users can view the live stream without using any plugin. Live Example : http://windofdubai.com/winds/webcam. Anyone can help ...
0
votes
0answers
92 views
mediastreamsegmenter stops sending id3 metadata using HLS
I am using a combination of ffmpegand Apple's mediastreamsegmenter and id3taggenerator to create a HLS stream with metadata (ID3) embedded in it. I have all of the applications running and am able to ...
0
votes
1answer
108 views
FFmpeg: Generating .ts files and adding Metadata to them [closed]
Before I was following the steps:
Create some metadata:
id3taggenerator -o 1.id3 -artist "Emma Stone"
id3taggenerator -o 2.id3 -artist "Patricia Clarkson"
Create a file saying where to place the ...
0
votes
0answers
51 views
Alternative Smooth Streaming Player (Silverlight) [closed]
I am current using smooth streaming player on my local com with IIS and Encoder pro 4.
However, My supposed output client PC doesn't support Silverlight and i cannot install/change the Machine in ...
0
votes
0answers
92 views
Live media streaming involving different kinds of devices
I am working on a project which will involve http live media streaming from a variety of devices like android phones/tablets, iphone, ipad, browser,etc. It will be a 2 way communication for all the ...
4
votes
1answer
145 views
Live Video Stream Monitoring using IPAddress, Port and Crendentials
How to make application like monitoring live streaming of video in iOSs. I have done some R & D also but no luck. I have IP Address, Port and Credentials. But fail to get response.
If someone ...
1
vote
1answer
148 views
Encrypting/Decrypting partial files for HTTP Live Streaming
Is it possible to encrypt/decrypt smaller segments of a file for HTTP Live Streaming, with industry-standard encryption techniques such as PlayReady and AES-128?
I don't know how the default HLS ...
2
votes
0answers
119 views
Timed metadata in AAC+ audio-only HTTP Live Streaming (HLS)
When producing a live/continous audio-only stream via Apple's HTTP Live Streaming (HLS), is it still possible to utilise timed metadata?
I understand with video you utilise ID3 tags and mux them in ...
1
vote
0answers
142 views
[JWPlayer]: Play last segment of .ts from HLS?
In JwPlayer Is it possible to play last segment of .ts from HLS? In this case last segment is stream00736.ts
current JwPlayer code:
jwplayer("<?php echo $this->id?>").setup({
...
1
vote
1answer
130 views
Localized Video Resources in HTTP Live Streaming
I'm trying to create a VOD using HTTP Live Streaming technology. Everything works fine so far except delivering localized video resources.
I want to show a (powerpoint) presentation (as video) via ...
0
votes
1answer
237 views
What is this error I got when using VideoView : MediaPlayer(29449): Error (1,-1004) in android
I want to play live stream using VideoView but what is the error I got error :
04-21 21:13:27.326: D/MediaPlayer(29449): Couldn't open file on client side, trying server side
04-21 21:13:27.529: ...
0
votes
0answers
66 views
Timestamps in Apple HTTP Live Streaming, Adobe HDS
I want to embed a timestamp (the system time of the server) in Apple HLS or Adobe HDS for synchronization purposes.
I'm very new to streaming, but as far as I've seen, I have to inject ID3 tags or ...
1
vote
1answer
115 views
ffmpeg: Invalid segment filename template 'stream05d.ts'
I have tried to use http live streaming with ffmpeg windows build (http://ffmpeg.zeranoe.com/builds/)
Here's the command
ffmpeg.exe -v 9 -loglevel 99 -re -i tes.avi -an ^
-c:v libx264 -b:v 128k ...
0
votes
2answers
96 views
How to enable cookies in ffmpeg HLS
Anyone know how to enable cookie interaction in ffmpeg? I have an HLS stream who need save cookies from the server , but actually that doesn't happen.
0
votes
0answers
104 views
TCP server - Range requests not getting sustained (HLS loopback server)
I understand that Byte-Range support is expected of any HLS (HTTP Live Streaming) server.
We are serving media files in our iOS app through a localhost/loopback server using sockets in C, fgets to ...
0
votes
0answers
71 views
1
vote
2answers
203 views
Open source AES-128 encryption for HLS?
Apple has some really nice tools to segmenting solid media files to HLS and adding AES-128 encryption. However, they only run on Mac's and thus aren't very useful in a typical cloud environment where ...
0
votes
0answers
134 views
Webcam live streaming in a Java webapp
Ok, I know this is probably not so easy but I have this requirement. Basically the webapp will have a simple jsp with a live streaming webcam. How can I get the stream and embed it in the application?
...
1
vote
1answer
174 views
Android audio lag while playing MPEG-TS file
I've recently been struggling a lot with playback of a video inside an Android app. The video in question is an M3U8 file, which in turn links to a series of secondary M3U8s, each of which has a list ...
0
votes
0answers
51 views
HLS streaming not working on iPAD iOS6
I used encoding.com to generate HLS. In a.m3u8 file CODECS option was missing. It plays well on other iPADs with iOS<6. but not with iPAD(the latest one) having >=iOS6. Screen in video freezes ...
1
vote
1answer
95 views
Get bitrate from shoutcast
To get the bitrate from a shoutcast people used to take it from the Metadata header like this example:
icy-notice1: This stream requires
<A href="http://www.winamp.com/" ...


