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

2009-06-17 Thread Etienne Bömcke
Could you please send a copy of your implementation? I managed to get H.264 streaming to work with VLC, but not with QuickTime, so I would be interested in examining your code. Thanks, Etienne On 17 Jun 2009, at 02:46, Ganesh V wrote: Dear all, I have finally been able to get H.264 Strea

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] H.264 RTSP Streaming with QuickTime

2009-06-01 Thread Ross Finlayson
I have a doubt. When I am trying to debug RTSP streaming with QT (which I am still unable to achieve), I found one difference between QT and VLC setup. The SDP information when I connected using QT is as follows: a=rtpmap:96 H264/9 a=fmtp:96 packetization-mode=1;profile-level-id=428015;sp

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

2009-06-01 Thread Ganesh V
Dear Experts, I have a doubt. When I am trying to debug RTSP streaming with QT (which I am still unable to achieve), I found one difference between QT and VLC setup. The SDP information when I connected using QT is as follows: a=rtpmap:96 H264/9 a=fmtp:96 packetization-mode=1;profile-leve

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

2009-05-16 Thread Ross Finlayson
I tried one more experiment couple of days back. I dumped a stream prepared for RTSP streaming using QT Pro and analyzed the same. When I analyzed the stream, I found that after sprop_parameter_sets, some elements of "hinf" atom from QTFF were present in the stream. I am not sure if this is rea

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

2009-05-16 Thread Ganesh V
I tried one more experiment couple of days back. I dumped a stream prepared for RTSP streaming using QT Pro and analyzed the same. When I analyzed the stream, I found that after sprop_parameter_sets, some elements of "hinf" atom from QTFF were present in the stream. I am not sure if this is real

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

2009-05-08 Thread Jeremy Noring
; set it's window width and height. However, I observe a green screen and > unable to view the video. Has anyone faced this issue before and solved the > same? > > Thanks. > > -- > *From:* Ganesh V > *To:* live-de...@ns.live555.com > *Se

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

2009-05-08 Thread Ganesh V
and height. However, I observe a green screen and unable to view the video. Has anyone faced this issue before and solved the same? Thanks. From: Ganesh V To: live-de...@ns.live555.com Sent: Wednesday, May 6, 2009 9:28:56 PM Subject: [Live-devel] H.264 RTSP Stre

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

2009-05-06 Thread Ganesh V
Dear Experts, Currently, I am trying to achieve generic RTSP H.264 Streaming functionality based on Livemedia. Based on the available literature, I figured that my application needs to generate sprop-parameter-sets for SDP. From livemedia sources, I observed that in H264VideoRTPSink (constructo