Re: [Live-devel] FEC Callback

2008-09-26 Thread Ross Finlayson
Let say that someone would like to add FEC based on RFC 2733 to the library [...] But I was wondering. Is there a better way to do that without modifying MultiFramedRTPSink? Probably not, although right now I can't say for sure. Ross Finlayson Live Networks, Inc. (LIVE555.C

[Live-devel] FEC Callback

2008-09-26 Thread Guy Bonneau
Ross, Let say that someone would like to add FEC based on RFC 2733 to the library. My understanding is that some FEC source filter implementation would need to receive the RTP packet formatted and sent by the MultiFramedRTPSink implementation to be further FEC processed. At first glance I would

Re: [Live-devel] Streaming Live H264 encoded bit stream

2008-09-26 Thread Ross Finlayson
I am trying the stream the live captured h.264 encoded bit stream through the OnDemandRTSP server. I did modified the OnDemandRTSPServer application to read the .h264 file and could successfully stream the file. Now I would like to stream the live camera captured h.264 encoded bit stream, What c

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] Query regarding turnOnBackgroundReadHandling()

2008-09-26 Thread Ross Finlayson
Additionally i also wanted to know as to how the flow will go to the function void RTSPServer::incomingConnectionHandler(void* instance, int /*mask*/) This is an event handler, and is called from within the event loop whenever incoming data is available on the specified socket number. (See

Re: [Live-devel] mp4 streaming

2008-09-26 Thread Ross Finlayson
How do I stream mp4 files. I am using live555mediaserver. It depends what you mean by "mp4 file". If you mean a "MPEG-4 Elementary Stream video" file, then yes, our "live555MediaServer" can stream this already, but the filename suffix must be ".m4e'. Similarly, we can stream a MPEG-4 audi

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] Streaming Live H264 encoded bit stream

2008-09-26 Thread sureshs
Hi , I am trying the stream the live captured h.264 encoded bit stream through the OnDemandRTSP server. I did modified the OnDemandRTSPServer application to read the .h264 file and could successfully stream the file. Now I would like to stream the live camera captured h.264 encoded bit stream, Wha

[Live-devel] mp4 streaming

2008-09-26 Thread Anoop P.A.
Hi all, How do I stream mp4 files. I am using live555mediaserver. Do I want to download any other server to stream mp4 ?. Thanks Anoop ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Query regarding turnOnBackgroundReadHandling()

2008-09-26 Thread venugopalpaikr
Thanks Ross Additionally i also wanted to know as to how the flow will go to the function void RTSPServer::incomingConnectionHandler(void* instance, int /*mask*/) from the function env.taskScheduler().turnOnBackgroundReadHandling(fServerSocket, (TaskScheduler::BackgroundHandlerP

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