Re: [Live-devel] H.264 NAL confusion

2009-03-19 Thread Ross Finlayson
My question is: do I need to package this according to RFC 3984? No. Our software (in particular, the "H264VideoRTPSink" class) already implements the RTP payload format described in RFC 3984. All you need to do is deliver - one at a time - NAL units to it (*without* a preceding 'length' fi

Re: [Live-devel] Does LiveMedia take these conditions into account?

2009-03-19 Thread Ross Finlayson
Does LiveMedia take the conditions as follow into account:jitter caused by the network,skew due to tyhe asynchronous of two clock,and the adaption of the playout point in order to compensate the aforementioned conditions etc. We know, these are all very common in the network,a robust implem

[Live-devel] H.264 NAL confusion

2009-03-19 Thread Jeremy Noring
As an H.264 source, I'm using a DirectShow filter implementation of x264 which can be found here: http://blog.monogram.sk/janos/2008/12/29/monogram-x264-encoder-1020/ ...and here are some comments by the author of that x264 filter regarding the output: << This filter delivers NAL units in the fo

[Live-devel] Does LiveMedia take these conditions into account?

2009-03-19 Thread galaxy-huang
Does LiveMedia take the conditions as follow into account:jitter caused by the network,skew due to tyhe asynchronous of two clock,and the adaption of the playout point in order to compensate the aforementioned conditions etc. We know, these are all very common in the network,a robust implemen

Re: [Live-devel] H.264 streaming -- Not receiving all packets

2009-03-19 Thread Ross Finlayson
See -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] H.264 streaming -- Not receiving all packets

2009-03-19 Thread Matt Schuckmann
Chances are your socket receiver buffers in the OS are too small. Try increasing them with calls to setReceiveBufferTo() or increaseReceiveBufferTo(), I think you can find examples of this in the OpenRTSP example and I think there are some references to this in the FAQ. Check out the FAQ becaus

Re: [Live-devel] Framed Source Issue

2009-03-19 Thread Ross Finlayson
First, is it possible to explain using TaskScheduler::scheduleDelayedTask(), as you suggested, a little better? In your implementation of "doGetNextFrame()", if no input data is currently available to be delivered to the downstream object, then you could just call "TaskScheduler::scheduleDela

[Live-devel] H.264 streaming -- Not receiving all packets

2009-03-19 Thread Georges Côté
Hello, First of all, I'd like to thank everyone involved in the project. This is quite helpful for newbies like myself. I have a server streaming H.264 and AAC. The video resolution is 1080i @ 29.97 fps. The bit rate is around 5 Mbits/sec. I'm currently working on the client side. I'm using t

[Live-devel] Framed Source Issue

2009-03-19 Thread Mukherjee, Debargha
Thanks Ross for the pointers. First, is it possible to explain using TaskScheduler::scheduleDelayedTask(), as you suggested, a little better? Second, I also suspect that the freezing issue has to do with the timestamps and the duration. I am setting the duration in microsecs as 26122 (for 44.1

Re: [Live-devel] Can LiveMedia be used over wireless network?

2009-03-19 Thread Charlie X. Liu
Yes, we started to use the LiveMedia for wireless application since a couple of years ago. It has been working great. Charlie X. Liu Dept. of Engineering Sensoray Company, Inc. 7313 SW Tech Center Dr. Tigard, OR 97223 Phone: (503) 684-8073 Fax:(503) 684-8164 Web:http://www.sensoray.com