I ran into some strange timer manipulation problem while doing
porting for TI NDK and had to make following change.
#ifdef TIME_BASE
typedef TIME_BASE time_base_seconds;
#else
typedef int time_base_seconds;
#endif
Instead of changing the code, you should just define TIME_BASE, by adding
/2008 05:45 PM
>Please respond to
> LIVE555 Streaming Media - development & use<
> [EMAIL PROTECTED]>
>
> To
> "LIVE555 Streaming Media - development & use" <[EMAIL PROTECTED]>
> cc
> Subject
> Re: [Live-devel] Problems with st
edia - development & use<
[EMAIL PROTECTED]>
To
LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]>
cc
Subject
Re: [Live-devel] Problems with streaming live h264 video on TIda
Vinci platform.
I have one of those board here and was t
PROTECTED]>*
> Sent by: [EMAIL PROTECTED]
>
> 06/10/2008 05:15 AM Please respond to
> LIVE555 Streaming Media - development & use <
> [EMAIL PROTECTED]>
>
> To
> LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]>
> cc
> Su
Subject
Re: [Live-devel] Problems with streaming live h264 video on TI da Vinci
platform.
I have one of those board here and was thinking about trying to port
live555 over to it. Are you running Virtual Logix Linux or did you
actually port it over to the DSP? If you can send me your te
I have one of those board here and was thinking about trying to port
live555 over to it. Are you running Virtual Logix Linux or did you
actually port it over to the DSP? If you can send me your test code or
project I can help debug.
On Tue, 2008-06-10 at 17:46 +0800, Amit Lobo wrote:
> Hi All,
>
Hi All,
I am able to port and run Live555 on DSP/BIOS of EVM6437.The test I did is
reading stored h264 video from a file.
Now when I try to use live frames from the encoder I face problem after 1
sec of video play.I can see the first 1 sec video properly,but later after 1
sec it looks like someth