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
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