Re: [Live-devel] SeqNo

2007-06-06 Thread homocean
>>Is there any posibility to access this information (the sequence numbers >>that make up each frame) from mplayer without modifying any live source > > No. My goal is to optimize mplayer based on live for wlan streaming. But I am not allowed to modify the live library. If I do not have access to

Re: [Live-devel] SeqNo

2007-05-30 Thread homocean
>>But I can not know if there are multiple frames >>lost or just one. If I could know how many RTPpackets each frame is >>composed on at live level it would be enough to find out how many frames >>were lost. > > As you noted, the "RTPSource" abstraction delivers complete 'frames'. > (However, the t

[Live-devel] SeqNo

2007-05-28 Thread homocean
Hello *, I have a question regarding the interface between the live library and mplayer. As expected, in the case of bigger frames, they are split in more RTP packages. These packages, are put together in live and assembled in a bigger package, that contains the whole frame. How could I have a