blue1496 / ffmpeg4iphone

Automatically exported from code.google.com/p/ffmpeg4iphone
0 stars 0 forks source link

Getting unknown formate error inside av_open_input_file method #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.When live strerming with wma file.for example 
http://www.mediabox.gr/streams/rockfm.asx
2.When i put static .wma file it's working fine.

Original issue reported on code.google.com by mahendra...@gmail.com on 30 Dec 2009 at 10:10

GoogleCodeExporter commented 9 years ago
asx is a container format I doubt libavcodec will recognize that, you will need 
to fine a encoder that will work 
with asx.

there is an encoder for wma which is why it works locally.

doing this probably works too.

http://www.mediabox.gr/streams/rockfm.wma

These are music files, if trying this through ffplay it won't work. 

Original comment by michelle...@gmail.com on 19 Jan 2010 at 5:51