HTTP-Live-Video-Stream-Segmenter-and-Distributor icon indicating copy to clipboard operation
HTTP-Live-Video-Stream-Segmenter-and-Distributor copied to clipboard

how the heck are mp3s segmented?

Open krisbulman opened this issue 12 years ago • 0 comments

I have compiled the segmenter noted here: http://www.ioncannon.net/projects/http-live-video-stream-segmenter-and-distributor/ (and all of the dependancies)

using this command to segment:

$ ./segmenter -i input.mp3 -d temp/ -f prefix -o test.m3u8 -l 10 -a

But the output is:

Format mp3 probed with size-2048 File position before avformat_find_stream_info() is 208 max_analyze_duraiton 5000000 reached at 5015510 File position after avformat_find_stream_info() is 41168 Source Stream must have video component

krisbulman avatar Apr 20 '12 19:04 krisbulman