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
; 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
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
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