]> git.sesse.net Git - vlc/commit
RTP Vorbis payload format (incomplete)
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Tue, 10 Jun 2008 16:54:33 +0000 (19:54 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Tue, 10 Jun 2008 17:05:07 +0000 (20:05 +0300)
commit4c20f3dc05464b7568cfff194cb4d400f3f11a3a
tree086853dd5ddc8c67d81a7df09b022b5c29eca32a
parenta48b31078719ddd3ee9890ccf66613043376408f
RTP Vorbis payload format (incomplete)

(as per RFC queue'd draft-ietf-avt-rtp-vorbis-09).
Not tested against other implementations, and some pretty bad PTS
issues. RTP only provides us with a valid PTS for the first frame in a
packet, and we don't know the length of each frame, so, hmm... I wonder
how to compute the PTS for non-first frames...

Also, we would need either an SDP parser to use Vorbis (properly) as a
dynamic payload type, or to use a proprietary static payload type and a
proprietary static RTP clock frequency.
modules/demux/rtp.c
modules/demux/rtpxiph.c [new file with mode: 0644]