Re: [Live-devel] Problem streaming a live H.264 stream to VLC

2008-10-03 Thread Ross Finlayson
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

Re: [Live-devel] Problem streaming a live H.264 stream to VLC

2008-10-03 Thread Gbzbz Gbzbz
; > 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

[Live-devel] Problem streaming a live H.264 stream to VLC

2008-10-02 Thread Matt Schuckmann
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

Re: [Live-devel] Problem streaming a live H.264 stream to VLC

2008-10-01 Thread Ross Finlayson
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

Re: [Live-devel] Problem streaming a live H.264 stream to VLC

2008-10-01 Thread Brett Granger
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

Re: [Live-devel] Problem streaming a live H.264 stream to VLC

2008-10-01 Thread Charlie X. Liu
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

[Live-devel] Problem streaming a live H.264 stream to VLC

2008-10-01 Thread Matt Schuckmann
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