Re: [Live-devel] RTP Timestamps

2008-03-28 Thread Ross Finlayson
>1. Is it standards compliant for an RTP stream to contain all of >the same timestamp information for each RTP packet? No, because the timestamp represents the presentation time of each enclosed frame. >2. All of my packets have a payload type 88. Is there a specific >RFC that specifies the

[Live-devel] Multicast streaming over several channels

2008-03-28 Thread Tonje Fredrikson
Hi, I would like to experiment with a scheduling algorithm for video multicasting. The algorithm is based on dividing a video into several segments, each multicasted through a separate channel (port). I have recently been looking into the live555 library as part this work for my master thesis. My

[Live-devel] RTP Timestamps

2008-03-28 Thread Eric Flickner
Hi group, I have a couple of questions regarding characteristics of an RTP stream that I am working with. 1. Is it standards compliant for an RTP stream to contain all of the same timestamp information for each RTP packet? Example... Packet #Timestamp 10 2

Re: [Live-devel] Why H264 annexB bytestream transported incompletely?

2008-03-28 Thread Ishwar . Jasuja
Did you try increasing Socket send & receive buffer size & see if that makes any difference? Regards, Ishwar Andreas F?rber <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 03/28/2008 02:17 AM Please respond to LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]> To LIVE555 Stream

Re: [Live-devel] Building Live555 streaming media in WindowsMobile 5.0

2008-03-28 Thread Ishwar . Jasuja
Ardy, Can you send the list of those unresolved external symbols? Ishwar "Ardy Salim" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 03/28/2008 02:52 AM Please respond to LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]> To "LIVE555 Streaming Media - development & use" <[EMAI

Re: [Live-devel] Building Live555 streaming media in WindowsMobile 5.0

2008-03-28 Thread Ardy Salim
Ok, this problem is solved. It is just some wrong typo in the project settings. The other Errors are the LNK2019: unsolved external symbol. I've searched from other forums, they said that to solve this problem, I need to add the libraries correspond to those functions/symbols which are unmanaged.

[Live-devel] streaming video +windwos mobile

2008-03-28 Thread l'alchemiste
hello i found a rtp filter =morgan filter is he suppotable by windows mobile else is there a rtp filter that i can use to send stream over network from pocketpc to pc think y ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.co

Re: [Live-devel] Why H264 annexB bytestream transported incompletely?

2008-03-28 Thread Ross Finlayson
Because you've modified the code, I probably can't help you much with your problem. However, the first thing I'd check would be network packet loss. You can check this using the "-Q" option to "openRTSP". -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

Re: [Live-devel] Why H264 annexB bytestream transported incompletely?

2008-03-28 Thread Andreas Färber
Hello, Am 28.03.2008 um 09:15 schrieb Felix: I have been trying to stream H264 annexB bytestream with livemedia, and have made little progress these days. My own xH264VideoStreamFramer(subclass of H264VideoStreamFramer) and H264VideoFileServerMediaSubsession have been done. To che

[Live-devel] Why H264 annexB bytestream transported incompletely?

2008-03-28 Thread Felix
Hi all: I have been trying to stream H264 annexB bytestream with livemedia, and have made little progress these days. My own xH264VideoStreamFramer(subclass of H264VideoStreamFramer) and H264VideoFileServerMediaSubsession have been done. To check my classes, I modified live555