[Live-devel] Apologies for the spam that just got posted to the list

2009-04-22 Thread Ross Finlayson
Unfortunately a spammer posted a message to the list by impersonating my "From:" address. I've now turned on moderation for my own posts, to prevent this from happening again. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-dev

[Live-devel] MPEG4 Encoder Headers

2009-04-22 Thread Vitor Carvalho
Hello...i need some help.. ThatÂ’s what i found: MPEG4 Encoder Headers Some streaming applications, such as live555 ( http://www.live555.com) require the following additional headers in the MPEG4 stream: Visual Object Sequence Start (VOSS) and the Visual Object Start (V

Re: [Live-devel] h.264 NAL frame emulation

2009-04-22 Thread Raymond Peck
FLV files containing h.264/aac might be a very simple way for you to grab raw NALUs. The format is very simple, well documented, and has very little wrapper around the raw NALUs. Another alternative is to lightly hack ffmpeg, to write out the raw NAL data it gets from x264 as it is encoding. On