Hi,
I recall such problem on my previous workplace.
I am not sure but I think that the solution was to send the SPS & PPS
in-band.
Amit Yedidia.
From: live-devel-boun...@ns.live555.com
[mailto:live-devel-boun...@ns.live555.com] On Behalf Of Dan DuFeu
Sent: Tue
The ADTS header is defined below -
unsigned int obj_type = 0;
unsigned int num_data_block = frame_length / 1024;
// include the header length also
frame_length += 7;
/* We want the same metadata */
/* Generate ADTS header */
if(adts_header == NULL) return;
/* Sync p
You will need to parse the elementary stream header for this information.
Refer to specs for the codecs on how to accomplish this.
Eric
On Tue, Aug 25, 2009 at 7:08 AM, Peter Gejgus wrote:
> Hi,
> I use openRTSP to download H.263 and H.264 stream from IP camera. Is it
> possible somehow to retri
+1
I have this same issue with my H.264 stream.
My Mpeg4 stream works fine with VLC and quicktime, however my H.264
stream works only with VLC. Quicktime performs as Haung describes. As
far as I know, I've initialized the profile-level-id and
sprop-parameter-sets properly.
I've tried t
Do somebody know where I can find a document where
the header format for ADTS is described??
Thanks,
Steve
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
I am use the latest RTSP Server version.
I want to know if I pause the stream over 10 minutes, The Server
will close the client connection or not.
It shouldn't, because even when the stream is paused, the client
should still continue sending RTCP "RR" packets, which will keep the
stream a
Hi,
I use openRTSP to download H.263 and H.264 stream from IP camera. Is it
possible somehow to retrieve image resolution (width and height)?
Best Regards,
Peter
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/lis
>When I use RTSP client to send 'PAUSE' command, The RTSP Server work
>well, It will stop to send stream to client immediately.
>But when I send 'PLAY' command after sending 'PAUSE'
>command,Sometimes It can continual send the data stream. Sometimes
>It can not send the data again, the stream wi
Hi.
Thanks for the explanation.
2009/8/25 Jerry Johns
> The LiveMedia library uses the magical world of select(), which allows
> for monitoring multiple file handle descriptors (or in this case, sockets)
> to monitor for incoming/outgoing data.
>
> By blocking on this select() call, an event l