You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: