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
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
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
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
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