Re: [mpeg2-dev] Playing Live DVBT

2012-06-16 Thread Piyush Verma
Dear Janne, Thanks a lot for your valuable information. Finally I have fixed that issue. I have tried probsize but it was not working before. The problem was only this that I was using depricted API. I just change open call from av_open_input_file to avformat_open_input and it's start respecti

Re: [mpeg2-dev] Playing Live DVBT

2012-06-15 Thread Janne Grunau
Hey, On 2012-06-16 02:23:08 +0800, Piyush Verma wrote: > > I was working on DVBT for android. > > libmpeg2 looks interesting for that application. How ever I found some > issue while tyring to use it. > > I have compiled some test program like extract_mpeg2 and mpeg2dec. > > When I run extract

Re: [mpeg2-dev] Playing Live DVBT

2012-06-15 Thread Janne Grunau
Hey, On 2012-06-16 02:23:08 +0800, Piyush Verma wrote: > > I was working on DVBT for android. > > libmpeg2 looks interesting for that application. How ever I found some > issue while tyring to use it. > > I have compiled some test program like extract_mpeg2 and mpeg2dec. > > When I run extract