Re: [Live-devel] H.264 RTSP Streaming with QuickTime

2009-06-16 Thread Ganesh V
Dear all, I have finally been able to get H.264 Streaming working with Quicktime, thanks to Ross' inputs. There was an inherent issue in my implementation which QT was not able to ignore. While transmitting NALUs, 2 points have to be remembered. One is to remove the NALU start code and another

Re: [Live-devel] rtcp is working wrong

2009-06-16 Thread Ross Finlayson
i have implemented a streaming server (rtp and rtcp) and i have sometimes problem with rtcp. At system start up, sometimes rtcp don´t working and sometimes it´s working very fine. i made some statistic for 10 start up phases 2 times are wrong. I want to debung but i don´t know how. Before

Re: [Live-devel] rtp streaming support for JFIF images

2009-06-16 Thread Patrick White
I don't know everythign about RTP nor JPEG, but since nobody else has offered an answer... What's a "normal jpeg image" to you? Many programs put out JFIF images when they write them to files, so I'd consider JFIFs to be "normal". Maybe you could crack open the JEPGs that work and the ones tha

Re: [Live-devel] Is possible to Change the input?

2009-06-16 Thread Ross Finlayson
Does anyone know if it's possible to change the input of Streaming Media? Do you mean - Change the input source for a "MediaSink" (subclass), after you've already called "startPlaying()"? To do this, just call "stopPlaying()" on the sink object, then call "startPlaying()" again with the new

[Live-devel] rtcp is working wrong

2009-06-16 Thread Armando Ko
Hello all, i have implemented a streaming server (rtp and rtcp) and i have sometimes problem with rtcp. At system start up, sometimes rtcp don´t working and sometimes it´s working very fine. i made some statistic for 10 start up phases 2 times are wrong. I want to debung but i don´t know how

[Live-devel] Is possible to Change the input?

2009-06-16 Thread Fabrizio Agnoli
Hi all, Does anyone know if it's possible to change the input of Streaming Media? I have the frame buffer data and i'd encode and then stream these information. Any ideas, helps, suggestions or links will be enormous appreciated! Thanks! Brizio ___ liv

[Live-devel] Problem with testMPEG1or2ProgramtoTransportStream

2009-06-16 Thread wong yeewan
Hi All,   I am having a problem with testMPEG1or2ProgramtoTransportStream. When I ran the testMPEG1or2ProgramtoTransportStream.exe, the error message was as follow,   Beginning to read... BasicTaskScheduler::SingleStep():select() fails: No error   And I obtained an out.ts with zero in size. I hav