Questions tagged [mediastreamsegmenter]
22 questions
1
vote
1 answer
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 other keyframes that differ between streams if…

user319862
- 1,797
- 2
- 24
- 32
0
votes
1 answer
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 have downloaded mediastreamsegmenter and also it…

Yogi
- 3,578
- 3
- 35
- 56
0
votes
1 answer
mediastreamvalidator validate Warning
I am trying to use HTTP Live Streaming in my App. For that i am segmenting my stream using this command.
sudo /usr/bin/mediafilesegmenter -I -f Desktop/MySegment -a -t 10.00 Desktop/MyVideo.mp4
I validate the stream by this command …

iUser
- 1,075
- 3
- 20
- 49
0
votes
1 answer
Any updated http segmenter for IPad / iPhone video streaming with latest ffmpeg?
I would like to know if there are any http file segmenters with support for the latest ffmpeg libraries?
So far I have found some projects, although I haven't been able to compile them using ffmpeg…

ipegasus
- 14,796
- 9
- 52
- 76
0
votes
1 answer
HTTP Live Streaming using Apple mediastreamsegmenter
I would like to implement HTTP live streaming for iPhone/iPad. I am following the apple standards and tools for same.
As of now my video source is one giving me live video from rtsp://123.123.123.123:554/mpeg4 (sample IP). but as HTTP live streaming…

Vivek Navadia
- 574
- 1
- 9
- 19
0
votes
0 answers
very long duration hls (m3u8 playlist file) fail on ipad
i'm encoding a stream with mediastreamsegmenter (on osx) and everything works fine up until about 15-20 hours of video, after that the stream becomes unplayable. i'm keeping all the semgents for VOD purposes. i've tried playing it back in my own app…

ierdna
- 5,753
- 7
- 50
- 84
-4
votes
1 answer
How can I fix a segmentation fault in a C program?
Possible Duplicate:
Segmentation fault
Currently I am upgrading an open source program used for HTTP streaming. It needs to support the latest FFmpeg.
The code compiles fine without any warnings, although I am getting a segmentation fault…

ipegasus
- 14,796
- 9
- 52
- 76