0
votes
1answer
53 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 ...
1
vote
0answers
115 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({ ...
0
votes
0answers
58 views

Stream RTSP in RED 5 Media Server

Is it Possible to Stream RTSP via RED 5 Media Server? Thanks,
0
votes
0answers
40 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 ...
0
votes
0answers
424 views

Live video streaming (Recording & uploading) with Http in android

In my application I need to record a video from the device and simultaneously post it to server(for every 5 seconds). For this I am using Http service (I don't want use RTSP here). I am able to record ...
0
votes
3answers
313 views

How to play HLS in windows phone (Not SmoothStreaming)?

I need to play HLS video stream in Windows Phone (no metter version). So, how I can do it? Maybe any third party solutions?
2
votes
1answer
406 views

ios http live black screen

In my ios app I am trying to play videos using http live streaming. The playing goes well until I decide to use the scrubber and skip to some point that hasn't buffered yet. From that moment the audio ...
0
votes
0answers
119 views

HLS Stream, audio/video not synchronized

I'm working on application which should stream video via HLS. I'm working with Motorola XT311, android version: 2.3.4. I use vitamio libary. Problem is that video is behind audio around 15-30 ...
0
votes
0answers
28 views

Bosch Video streaming to web page

I have about 10 Bosch IP Cameras and I am trying use camera's ActiveX control to stream Camera video to a web page. Any idea of how to use the ActiveX control to achieve this?
0
votes
0answers
52 views

Http Live Streaming Session Handling when Client abruptly disconnects

In case of Http Live Streaming how do server handles abrupt client disconnection? Our server is stateless REST service and does not maintain any sessions. When Streaming starts an End point is exposed ...
0
votes
0answers
81 views

Need advice on Live Streaming and on-demand Streaming

I'm developing a project that will be able to do live-Streaming to clients, and also provide on-demand Streaming to the client as well. I've come up with software like red5 and icecast to use for the ...
0
votes
1answer
307 views

NodeJS - Stream video that is being downloaded

I am writing a program that will stream a video file that is currently being downloaded onto the drive. The problem I am having seems to be getting the browser to actually play the video. the script ...
2
votes
0answers
118 views

Interactive video in iOS : Is it possible to trigger specific actions in code by tapping discrete parts in the video?

I am asking this because I couldn't find the answer anywhere, at least using the keywords I could think. The most relevant question/answer I've found is : (Create interactive videos in iPad - An app ...
0
votes
0answers
122 views

Timed Metadata with HTML5 video tag on ios

I need to read timed metadata from an HLS stream coming from a Wowza server with video tag of HTML5. I'm able to read timed metadata with the rtmp stream from Wowza, but I don't know how to do this ...
0
votes
1answer
45 views

How to avoid audio only screen when using Apple's HTTP Live Streaming for video?

I'm working with Apple's HTTP Live Streaming protocol which, when submitting apps to the App Store, required that there's an audio only stream as part of the multiplex. As a result of this the first ...
0
votes
0answers
104 views

VOD with HLS — need to be able to time seek and DVR playback

I have an HLS set up which is streaming properly to IOS devices/safari. To do this I capture video as .ts and send it through a udp socket to a server, then use apple's mediastreamsegmenter to segment ...
0
votes
1answer
395 views

MPMovieplayerController playableDuration fluctuating for m3u8 files

I am buffering a video which is in the m3u8 format and i am setting this url as the contenturl for MPMovieplayerController I am running a background thread that runs every 0.3 seconds which i use to ...
0
votes
1answer
66 views

Optimizing structural overhead for videos processed by Encoding.com

Running the mediastreamvalidator tool on some HLS videos (MPEG-TS files indexed by M3U8's) we had processed by Encoding.com, we found a pretty high structural overhead on our files especially on ...
2
votes
0answers
124 views

Analyzing Video quality using Wireshark

I have an HTTP live stream with a bitrate of 6Mbps in a network and I am streaming the media from the origin server and getting the output at the Mac client after it passes through the real network ...
1
vote
1answer
292 views

Video stream played too fast if HTTP Live Stream starts at the beginning

Bit of an odd problem this, I'm building a server that Transcodes video and streams it to the WiiU. The WiiU seems to have quite good support of HTTP Live Streams, but I'm running into a problem ...
3
votes
1answer
230 views

How to use HTTP Live Streaming's EXT-X-MEDIA?

I'm currently working on a project that has been filmed several times during the year, at different seasons. The different video tracks are time synced, so I'd like to take advantage of HTTP Live ...
2
votes
1answer
210 views

HLS Streaming seekto not working on android 3.0+

I have problem seeking into live hls stream. When I call getCurrentPosition on videoview it returns 40 000, but when I try to seekto(20000); nothing changes, no error no action. so if anyone has ...
0
votes
1answer
317 views

Is it possible to stream m3u8 video playlist in android 2.3 devices? [closed]

I tried a lot of alternatives to achieve live video streaming a m3u8 playlist for 2.3 version of android but couldn't do it. Can anybody give suggestions for the same. TIA...
0
votes
0answers
313 views

HLS adaptative streaming Vitamio support

We're trying to integrate the vitamio plugin-framework inside our Android App to support the HLS on android version older than 3.2 (like explained stream live video to Android) And it seems that the ...
0
votes
1answer
108 views

Build Ustream type application with TokBox API?

It's not immediately clear from their site, but can one build a one to many streaming app like Ustream using TokBox web/iOS APIs? Is it limited to just chat. I'd want to make something that captures ...
0
votes
1answer
208 views

Disabling subtitles on iOS 5 leaves last displayed subtitle text on screen

We have been adding Subtitle support to our AVPlayer-based video player. We are able to retrieve AVMediaSelectionOption objects of mediaType "sbtl" from the AVMediaSelectionGroup produced by ...
1
vote
1answer
833 views

Http live streaming: EXT-X-DISCONTINUITY tag makes all segments afterwards only have audio

I am playing HTTP Live Streaming on the iOS device family, using Apple's AVPlayer library on iOS 5 and 6. Since I am playing advertisements mid-roll, between content clips, I am using the ...
6
votes
0answers
272 views

HTTP Live Streaming duration less than 10 seconds allowed? [closed]

We're trying to do low latency video on iOS while complying with Apple's HLS guidelines for video over cellular. From a technical perspective we can set our EXT-X-TARGETDURATION: to N seconds where N ...
0
votes
2answers
467 views

H264 profile change using FFMPEG

I have H264 Stream with following details video stream type : AVC resolution : 640x368 profile:level : High:4.0 aspect ratio : ...
0
votes
2answers
224 views

HTTP Live Streaming player behavior

I am working on a player playing the HLS Live content. So, it will reloads .m3u8 index file of the test link periodically. e.g. the player reloaded 01.m3u8 index file. (01.m3u8 - #1) ...
2
votes
2answers
3k views

stream live video to Android

How can I stream live video to Android (2.1 and higher), I have two links: m3u8 and f4m (As I know f4m is not supported). From what I saw on stckoverflow, there is way to stream m3u8 with vitamio ...
1
vote
1answer
204 views

How can I convert iPhone-captured-video to HTTP Live Streaming files?

I have an iOS app and Django backend on Amazon Web Services EC2/S3. Current process: The iOS app captures video using UIImagePickerController which outputs an MP4. The MP4 gets uploaded to my ...
1
vote
2answers
759 views

AVPlayer rate property for HTTP Live Streaming

I am trying to develop a player using AVFoundation and enable fast forward and rewind. I am setting the player's rate property to 0, 0.25, 0.5, 1, 1.5, 2.0. rate property of 0,1 is working as expected ...
2
votes
1answer
869 views

HLS - how to create a m3u8 manifest if I have ts files (Ubuntu)?

So I have found out I can create ts segments of a movie with this ffmpeg command: ffmpeg -i foo.mp4 -codec copy -vbsf h264_mp4toannexb -map 0 -f segment -segment_list out.list -segment_time 10 ...
1
vote
2answers
488 views

Windows 8 Metro and HLS/MPEG-DASH

Does anybody know what will be the streaming format supported in Windows 8 Metro javaScript based applications? Will they stick purely with Microsoft Smooth Streaming or they will make step forward ...
0
votes
1answer
281 views

How can I embed a still image into a HTTP live streaming audio-only stream without using Apples command line tool's

We are using a Linux based server so Apple's tools (mediafilesegmenter) are not an option. The HLS guidelines state: ...In addition, you should provide cellular-capable clients an alternate ...
0
votes
1answer
194 views

hls segmenter that accepts a list of keyframes to segment on

I am creating variant h.264 streams using x264. Using a qpfile (http://mewiki.project357.com/wiki/X264_Settings#qpfile) I ensure that my variant streams have common keyframes. However, they can have ...
3
votes
2answers
3k views

Encoding Video for HTTP Live Streaming with Subtitles

I've been following Apple's guide for HTTP Live Streaming and have it working nicely in my app but I'd like to embed subtitles in the video. This thread on Quora suggests that Netflix have done it. ...
-1
votes
1answer
2k views

Android video live streaming

I am in big trouble, I could not play m3u8 file in my android videoview but it is so easy in iPhone. I googled and visited several forums and all are saying that it is not possible. But I tried ...
4
votes
1answer
2k views

Android Widevine HLS/DRM support

It will be soon 2 years since Google acquires the Widevine company that provides the DRM support for protecting e.g. the HLS H.264/AAC streams. According to the http://www.widevine.com/ not only ...
1
vote
1answer
380 views

Using Http Live Streaming to Concatenate Videos to Form a Gapless Playlist

I am interested to see if I can use HTTP Live Streaming (Apple) to concatenate two DIFFERENT videos? For example, to be able to play a video playlist of, say, video 1 of a commercial and video 2 of a ...
0
votes
1answer
414 views

How To Stream Live Video From iPhone To a Media Server

I can get individual uncompressed frames from the iPhone's camera in iOS4. What i need is a way to package them up with sound for streaming TO a server. I've been searching for a solution on the ...
0
votes
0answers
488 views

Apple policy for http live streaming apps

Here are the requirement for apps which need take the http live streaming technology, If your app delivers video over cellular networks, and the video exceeds either 10 minutes duration or 5 MB of ...
1
vote
3answers
1k views

Does iOS support anything outside of HTTP Live Streaming?

If streaming video to an iOS device, do I have to use HTTP Live Streaming? Is HDS supported? The problem is we have limited storage space and HTTP Live Streaming would require us to have more video ...
0
votes
1answer
363 views

Steps to show live HTTP streaming video with no extension on MPMovieplayercontroller?

I am trying to develop an iPhone app which will be able to show live stream video on iPhone.The link is in format 'http://192.168.111.18:8002/testlink'. I went through all the apple documentation and ...
4
votes
2answers
1k views

Android 3.x / HLS how to start at the end of the stream

I am playing an HLS stream with the following code : mediaPlayer = new MediaPlayer(); mediaPlayer.setDataSource("http://iphoned5.akamai.com.edgesuite.net/mhbarron/nasatv/nasatv_all.m3u8"); ...
2
votes
1answer
162 views

Quartz composer HLS video trouble

I have a Quartz Composer Version 4.5 (141.5) on my MacOS 10.7.2 and a QuickTime Framework version 7.6.6. All I want is just render test HLS video stream using QC. HLS stream is just an apple test ...
2
votes
3answers
2k views

Android HLS video mime type

I would like to fire an Intent to play a HLS (HTTP Live Stream) video. What should I put in the type field to fire just the video players that support HLS? It tried unsuccessfully the following: ...
1
vote
1answer
110 views

PowerPoint files as video on web page

One of client requires to share and view the .PPT(Microsoft PowerPoint Slides) files online as video, on his web application.In our company live streaming a programs in online. one of my client ask ...
1
vote
1answer
342 views

How do you display the bitrate of the currently playing HTTP live stream?

I'm building some pages that are using HTTP Live Streaming for the iPad. For some reason, the videos appear very low quality and I'm wondering if the iPad is not accurately detecting the available ...

1 2