[Ffmpeg-devel] Decoding from blocks

Emanuele Fumagalli emanuele.fumagalli
Wed Jan 10 16:42:19 CET 2007


hi, thanks for answering,
I'll try to be more accurate, basically I receive sequential packets (let's 
say 250kb) of data so my entire file(avi) come in blocks i.e (block1, block2 
....).
I want to decode the file while still receiving blocks, so I start when I 
have at least 20s(so a certain number of blocks) and I'd like to decode and 
render on video the blocks I have without interruption.

Being at a first stage of my research I just be happy to know if this is 
possible using FFMPEG.

thanks again

bye


----- Original Message ----- 
From: "Michel Bardiaux" <mbardiaux at mediaxim.be>
To: "FFmpeg development discussions and patches" <ffmpeg-devel at mplayerhq.hu>
Sent: Wednesday, January 10, 2007 4:33 PM
Subject: Re: [Ffmpeg-devel] Decoding from blocks


> Emanuele Fumagalli wrote:
>> Hi all,
>>
>> I'm new to FFMpeg and I've just built it on my pc.
>>
>> Now I'd like to know how to use the libs to display a video that I'm
>> getting get block by block, I mean I'm downloading blocks of the
>> video in p2p and I'd like to decode and display while downloading. I'm 
>> having difficulties in finding examples about that, should I use
>> av_open_input_stream? Has someone some idea? thanks in advance for
>> any tips on that
>>
>> bye
>>
>> emanuele
>
> You dont even tell us what container the video uses, what codec, what p2p 
> protocol, and what a block is exactly.
>
> Rough guess: you will have to implement a new protocol.
>
> -- 
> Michel Bardiaux
> R&D Director
> T +32 [0] 2 790 29 41
> F +32 [0] 2 790 29 02
> E mailto:mbardiaux at mediaxim.be
>
> Mediaxim NV/SA
> Vorstlaan 191 Boulevard du Souverain
> Brussel 1160 Bruxelles
> http://www.mediaxim.com/
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel
> 





More information about the ffmpeg-devel mailing list