Re: [Live-devel] fPlayTimePerFrame

2008-09-27 Thread Ross Finlayson
One more question!! After receiving the data at the receiver side software, do I need to manipulate the timestamp value or any other field in TS packet for the TV decoder to work properly. No! Just stream the Transport Stream file as is, using our existing code. Ross Finlayson

Re: [Live-devel] fPlayTimePerFrame

2008-09-27 Thread sunil sunil
Hi Ross, Thanks for the reply. One more question!! After receiving the data at the receiver side software, do I need to manipulate the timestamp value or any other field in TS packet for the TV decoder to work properly. Sunil. On Fri, Sep 26, 2008 at 10:40 PM, Ross Finlayson <[EMAIL PROTECTED]>wr

Re: [Live-devel] fPlayTimePerFrame

2008-09-26 Thread Ross Finlayson
At 04:02 AM 9/26/2008, you wrote: yeah thats true.But how can I get playTimePerFrame value so that I can pass it to "createNew".May be this is a basic question. But I am a newbie. do I need to calculate playTimePerFrame from the TS file. If you are streaming a Transort Stream file then you *

Re: [Live-devel] fPlayTimePerFrame

2008-09-26 Thread sunil sunil
yeah thats true.But how can I get playTimePerFrame value so that I can pass it to "createNew".May be this is a basic question. But I am a newbie. do I need to calculate playTimePerFrame from the TS file. Please clarify. On Fri, Sep 26, 2008 at 5:54 PM, Ross Finlayson <[EMAIL PROTECTED]>wrote: >

Re: [Live-devel] fPlayTimePerFrame

2008-09-26 Thread Ross Finlayson
When creating "ByteStreamFileSource" instance, how can I set "fPlayTimePerFrame" value. Using the "playTimePerFrame" parameter to "ByteStreamFileSource::createNew()". (Isn't this obvious from the source code??) Ross Finlayson Live Networks, Inc. (LIVE555.COM)

[Live-devel] fPlayTimePerFrame

2008-09-26 Thread sunil sunil
Hi , I am working with live555 library for TS streaming via RTP. When creating "ByteStreamFileSource" instance, how can I set "fPlayTimePerFrame" value. If I set this parameter to null, it wont add the lastframe play time to presentation time. I want to add lastframe play time to "presentation tim