Re: [Live-devel] H264 RTSP with VLC or openRTSP

2009-10-08 Thread Ross Finlayson
Thanks for your reply. I am very sure the fPresentationTime is correct. I can use VLC to play the RTSP stream for 2 , 3 minutes correctly, then suddenly VLC becomes blank. Because openRTSP has the buffer limitation (encoded frame must be able to fit into the buffer, I set it -b 60K), I suspect

Re: [Live-devel] H264 RTSP with VLC or openRTSP

2009-10-08 Thread Tao Wu
Russ, Thanks for your reply. I am very sure the fPresentationTime is correct. I can use VLC to play the RTSP stream for 2 , 3 minutes correctly, then suddenly VLC becomes blank. Because openRTSP has the buffer limitation (encoded frame must be able to fit into the buffer, I set it -b 60K), I suspe

Re: [Live-devel] H264 RTSP with VLC or openRTSP

2009-10-08 Thread Ross Finlayson
I have made a H264 media server and the input is encoded frames directed coming from the hardware encoder, not from a file. I can successfully receive the H264 stream from openRTSP command tool and store the received stream into a file. The VLC player also can play the stored the file smoothly.

[Live-devel] H264 RTSP with VLC or openRTSP

2009-10-07 Thread Tao Wu
Hi, I have made a H264 media server and the input is encoded frames directed coming from the hardware encoder, not from a file. I can successfully receive the H264 stream from openRTSP command tool and store the received stream into a file. The VLC player also can play the stored the file smoothly