Page 1 of 1

flv file playback

Posted: 01 May 2015 21:01
by truestep
I created the flv file with ffmpeg. I can play it with vlc player on Android, but VLC player 2.2.1 x64 for windows doesn't want to play it:
VLC can't recognize the input's format:
The format of 'file:///E:/temp/video/out_003.flv' cannot be detected. Have a look at the log for details.
log:
core error: no suitable demux module for `file/live555:///E:/temp/video/out_003.flv'
link to file: http://www.mediafire.com/watch/9ttpihgj ... ut_002.flv

What am I doing wrong?

Re: flv file playback

Posted: 04 May 2015 15:02
by Jean-Baptiste Kempf
live555 ?

Re: flv file playback

Posted: 06 May 2015 22:52
by truestep
Looks like it's something obvious for you. But for me it's hard to understand.
I have this output from VLC. I'm not sure why it writes live555. Could you please give more words to dig around?

Re: flv file playback

Posted: 07 May 2015 00:52
by Jean-Baptiste Kempf
Can you share your logs, after resetting your preferences?

Re: flv file playback

Posted: 07 May 2015 11:32
by truestep
After resetting it works. Thank you.