Re: [Live-devel] H264 video frame problem

2009-08-17 Thread Ross Finlayson
The "sprop-parameter-sets" string in your SDP description is wrong. You must pass a proper "sprop_parameter_sets_str" parameter to "H264VideoRTPSink::createNew()". This "sprop_parameter_sets_str" should be the Base64-encoded strings for the PPS and SPS NAL units, separated by a comma (',') cha

[Live-devel] H264 video frame problem

2009-08-17 Thread Tao Wu
Hi, I am working on a H264 video framer to stream a h264 file. I did some search on the forum and found Mike did some solid work before. Basically, I wrote a H264 videostream class, which are almost a re-make of Mike's work. However, I have problems to play the stream on VLC. The VLC player will c