Could someone kindly implement a sample 264 streamer class for
live555? A 264 NAL clip can be provided without any problem. This
way, people can have a good starting point.
This not as simple as it was for MPEG-2 or MPEG-4 video (where we
already have code for parsing and streaming video fil
;
> Subject: Re: [Live-devel] Problem streaming a live H.264 stream to VLC
> To: "LIVE555 Streaming Media - development & use" <[EMAIL PROTECTED]>
> Date: Wednesday, October 1, 2008, 7:44 PM
> >Seems like you might have a problem with your
> presentati
Thanks for the input Brett and Charlie, I upgraded my copy of VLC and it did make things better
now it appears to work if I have the server and VLC on the same system (i.e. rtsp://localhost/liveSource)
But if I try to stream across my local network the problem crops up again.
The frame rate
Seems like you might have a problem with your presentation times?
That's my guess also. Are you setting "fPresentationTime" properly
in your "H264VideoStreamFramer" subclass? (These must be accurate
values, aligned with 'wall clock' time ("gettimeofday()").)
Ross Finlayson
The numbers in parentheses are a measure of "how late" the picture was
received relative to when VLC calculated it should be displayed. I
believe the resolution is microseconds, so 25 is .25 seconds late.
Seems like you might have a problem with your presentation times?
Unfortunately, th
The latest VLC 0.9.2 sounds more tolerant. Are you with this version?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matt Schuckmann
Sent: Wednesday, October 01, 2008 10:54 AM
To: [EMAIL PROTECTED]
Subject: [Live-devel] Problem streaming a live H.264
I'm working on prototyping a live H.264 streaming application using the
LiveMedia rtsp/rtp library and the X264 encoder.
I've written my h264Framer class and integrated it into the
testOnDemandRTSPServer and I can successfully stream the data to the
OpenRTSP test application.
However, when I try