[Ffmpeg-devel] H264 RTP + quicktime
Derk-Jan Hartman
hartman
Thu Nov 2 22:07:41 CET 2006
On 2-nov-2006, at 16:42, Jerry Johns wrote:
> I've already gotten a H264 Framer + RTP packetizer working, and it
> streams
> absolutely well to a VLC Client, and plays without a hitch;
>
> My next step is to get this to work in quicktime, and that's where
> I need
> the mp4 container to work
Why? RTP has nothing to do with mp4 file muxing. If you can stream to
VLC, you should be able to stream to QuickTime.
That is:
1 as long as you don't use any of the h.264 codec options that QT
doesn't support (QT doesn't support H264 very well)
2 you write the SPS/PPS to the SDP file
3 you only use 1 slice (at least i haven't been able to use more than
1 slice when doing VLC h264 RTSP to quicktime. If someone figures out
why, i'm all ears).
> The ISO files you mention, I cant seem to download them as I don't
> have
> access to them
Then you'll just have to look around very hard for someone who
accidently left them somewhere, or pay up the fee that is required to
read/use this standard.
> What I now need to do is a)find out general info on the MP4
> container and
> b)how it relates to the H264 stream and c)streaming MP4 over RTP
See above.
DJ
More information about the ffmpeg-devel
mailing list