[issue2444] asf demuxer got 'Corrupt stream' problem

2010-12-23 Thread qrtt1
New submission from qrtt1 chingyichan...@gmail.com: I found the a asf radio stream url which can play with mplayer, but I can't do that with ffplay. The url is mmsh://200.55.129.7:80/radiohabanacubaingles. I guess the asf demuxer in mplayer more tolerant than ffmpeg. I reproduce them by build

[issue2283] Add timed out for mmst

2010-10-08 Thread qrtt1
New submission from qrtt1 chingyichan...@gmail.com: There are no timed out checking in mmst. So, I propose the basic implementation. I adopt the interrupt callback in tcp, and let valid range about 10 sec. -- files: mmst.patch messages: 12189 priority: normal status: new substatus

[issue2266] add null checking to mmst

2010-10-03 Thread qrtt1
New submission from qrtt1 chingyichan...@gmail.com: I am trying to decode mms streaming. In some case, the user gives a media url which is mmsh but the leading is mmst://. It causes av_open_input_file function to use the mmst protocol. I know we should open the media with the mmsh:// prefix