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
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
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
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
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
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
I've gotten about as far. I don't get any green video, but QT does
determine my video width and height and start streaming. I haven't managed
to figure out anything beyond that, but admittedly I haven't looked into it
for a few weeks.
On Thu, May 7, 2009 at 10:17 AM, Ganesh V wrote:
> I got H.
I got H.264 Streaming working with Quicktime. While preparing the
sprop_parameter_sets as shown below, I shouldn't have been including the NALU
start code which was the problem.
Currently, quicktime is able to identify the incoming stream and is able to set
it's window width and height. However