Re: [Live-devel] H264VideoStreamDiscreteFramer vs H264VideoStreamFramer vs other

2011-06-08 Thread James Norris
Ah so it effects the SDP description, I'll check what VLC thinks the stream is. You've got it the other way round, when I include the startcode it works & VLC displays (but I get warnings in live555), when it's missing (& NALs are broken into pieces) VLC will not playback but live555 is happy. In

Re: [Live-devel] H264VideoStreamDiscreteFramer vs H264VideoStreamFramer vs other

2011-06-08 Thread Ross Finlayson
Thanks Ross, as I said though in that case VLC cannot decode the stream, it gives "waiting for SPS/PPS" messages then times out. In what sense will the framer not work correctly with the start code? In my tests it seems to be working well, apart from the warnings. I don't know how much clea

Re: [Live-devel] H264VideoStreamDiscreteFramer vs H264VideoStreamFramer vs other

2011-06-08 Thread James Norris
Thanks Ross, as I said though in that case VLC cannot decode the stream, it gives "waiting for SPS/PPS" messages then times out. In what sense will the framer not work correctly with the start code? In my tests it seems to be working well, apart from the warnings. James On Wed, Jun 8, 2011 at

Re: [Live-devel] H264VideoStreamDiscreteFramer vs H264VideoStreamFramer vs other

2011-06-08 Thread Ross Finlayson
I suggest that you use "H264VideoStreamDiscreteFramer", but modify your input source object so that it 1/ Delivers one NAL unit at a time (and no more), and 2/ Does *not* include the 0001 start code at the beginning of each NAL unit. (This is important; "H264VideoStreamDiscreteFramer" will

[Live-devel] H264VideoStreamDiscreteFramer vs H264VideoStreamFramer vs other

2011-06-08 Thread James Norris
Hey all, I know some parts of this have been covered in (many) other posts, I've spent sometime reading through them so apologies if I've missed the crucial post but believe this is unique. I have a live camera source providing individual frames which I'm encoding in the x264 library, I've setup