Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Anyone Fix This Problem After Record A Video

(http://stream-recorder.com/forum/showthread.php?t=20254)

simon12 09-14-2015 11:12 PM

Anyone Fix This Problem After Record A Video


 
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

slim94 09-15-2015 05:32 AM

Re: Anyone Fix This Problem After Record A Video


 
Quote:

Originally Posted by simon12 (Post 79801)
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.

troller12 09-15-2015 08:39 AM

Re: Anyone Fix This Problem After Record A Video


 
Hi,

the original format of the stream is MPEG 4 what you also get if you just use a wmv extension.What you can do is to convert the file after to wmv format (not wmv 3).Just have a look on the net about it if you want to convert your file with FFmpeg.

greetz

simon12 09-15-2015 03:19 PM

Re: Anyone Fix This Problem After Record A Video


 
Quote:

Originally Posted by troller12 (Post 79807)
Hi,

the original format of the stream is MPEG 4 what you also get if you just use a wmv extension.What you can do is to convert the file after to wmv format (not wmv 3).Just have a look on the net about it if you want to convert your file with FFmpeg.

greetz


Thank you for this useful information :)

Well, do you there a program or a way to convert m3u8 link stream to rtmp link stream.


All times are GMT -6. The time now is 11:53 PM.