Quote:
Originally Posted by simon12
Hi Friends
Please, I would like to know why you do not receive time in the video after downloading by format wmv, in a way ffmpeg.
i'm used the format wmv so much and i like it
see the problem of time in the video in this picture
This is the code that is used in loading
Code:
ffmpeg -i "http://wpc.c1a9.edgecastcdn.net/hls-live/20C1A9/aljazeera_en/ls_satlink/b_828.m3u8" -c copy test01.wmv
the problem in the code or what?
Is there a solution to this problem, I would be grateful to you my friends
|
Why wouldn't you output straight to .ts or whatnot? since it's an hls stream, it should be ts or mp4 or something OTHER than wmv.
Just output to .ts and you should be fine.