Questions tagged [mediastreamsegmenter]
22 questions
8
votes
1 answer
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 -preset medium ^
-flags -global_header -map 0 -f…

Wildan Muhlis
- 1,553
- 2
- 22
- 43
3
votes
1 answer
#EXTINF - field in apple hls playlist has decimal placed duration - generated by mediafilesegmenter
I am using mediafilesegmenter to generate HLS playlists for mp4 movies. My command is as follows,
mediafilesegmenter movieName.mp4 -I -f /Library/WebServer/Documents/vod/movieName/ -t 10 -l movie.log -k…

cb24
- 61
- 2
- 6
3
votes
1 answer
mediastreamvalidator "Error injecting segment data" and Can't deal with multiple sample timings per sample buffer
So using ffmpeg
/usr/local/bin/ffmpeg -i track.m4a -vn -c:a aac -b:a 192k -f segment -segment_list 93_jrf2niqb7n2s8pzjopkqvbbw1wmzz3foqrsa93bm.m3u8 -segment_time 120 -segment_format_options movflags=faststart …

Dathan Vance Pattishall
- 141
- 4
3
votes
1 answer
Having trouble setting up mediastreamsegmenter on Mac OS X 10.6
I'm trying to use Mac OS X 10.6's mediastreamsegmenter to take the audio input of my mac and turn it into a stream that I could listen to on the iPhone.
I've read this and the related man page. But when I do something like…

jeffehobbs
- 1,198
- 1
- 9
- 11
3
votes
0 answers
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 retrieve the metadata out of the stream on the…

anthonylawson
- 761
- 9
- 24
2
votes
1 answer
How to use the media segementer in the mac?
I have a url of a video.I want to segment it using mediastreamsegmenter in the mac.how can i do that.Any step by step tutorials will be more helpful.Thanks.

Warrior
- 39,156
- 44
- 139
- 214
2
votes
2 answers
Need help transcoding Red5 RTMP stream to MPEG2-TS
Me and my friend are going to make live shows and for that purpose I have set up a Red5 server on my old 2006 Intel Core Duo Mac mini running Mac OS X Snow Leopard Server 10.6.8.
I use Flash Media Live Encoder to broadcast to Red5's oflaDemo…
user2490474
1
vote
2 answers
Tell a java servlet when to return from an external command line call
I have a java servlet api, that when requested, starts a live conversion of a video file using ffmpeg and pipes it to mediastreamsegmenter to segment it for http live streaming. What I want is for the java servlet to return the url of the index file…

Morgan
- 1,765
- 2
- 19
- 26
1
vote
0 answers
mediastreamsegmenter over UDP vs FFmpeg pipe
I'm trying to pipe FFMpeg output into mediastreamsegmenter to create HLS.
However this procedure:
Ffmpeg -i {file} -f mpegts | mediastreamsegmenter
Makes the segmenter create an index for a VOD using the output of…

Joe
- 2,386
- 1
- 22
- 33
1
vote
1 answer
Is there a way to test HTTP Live Streaming via an iSight camera?
I'm working on an iPhone app that will use HTTP Live Streaming. Using Apple's provided tools (particularly mediafilesegmenter), I'm able to successfully segment and serve an archived video. Now I want to test Live Streaming stuff. I don't own any…

bpapa
- 21,409
- 25
- 99
- 147
1
vote
2 answers
Apple HLS with ffmpeg and mediastreamsegmenter and vlc
I'm trying to stream using a ffmpeg stream from a windows box. Here is the command I'm running on the windows box
ffmpeg -f dshow -i audio=”Wave In 2 32130101 (Orban Optim” -acodec libmp3lame -ab 64k -f mpegts…

user3387312
- 11
- 3
1
vote
0 answers
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 HTTP Live Streaming doc from Apple.
So, i am…

Praveen
- 1,781
- 6
- 26
- 32
1
vote
1 answer
What does the Apple segmenter "optimize" option actually do to AAC audio?
I'm writing a Flash video player to play Apple HLS video streams and I'm finding that any content with an AAC audio track which has been segmented by the Apple tools with the -optimize option enabled (Now the default) has an audio track which I can…

Haqa
- 476
- 3
- 14
1
vote
1 answer
Transcode/remux FLV and stream on the fly
I'm trying to teach myself a bit about video streaming and transcoding, with some Roku app development on the side. I have a number of video files (mostly in FLV format (H.264/AAC)) that I would like to stream to a client, which in this case is a…

Threeve
- 63
- 6
1
vote
2 answers
HLS varianplaylistcreator for Windows
My initial task was to find a segmenter for Windows that will split a h264\aac video file without changing its codecs and make it playable through HLS.
The best way that worked for me is to use ffmpeg like this:
ffmpeg -i encoded.mp4 -c copy -map 0…

iLemming
- 34,477
- 60
- 195
- 309