Ticket #1284 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Adaptive: passthrough metadata

Reported by: jeroen Owned by: jeroen
Priority: Milestone: Plugins
Component: general Keywords:
Cc: Forum thread: http://www.longtailvideo.com/support/forums/jw-player/bug-reports/19117/bug-report-adaptiveprovider

Description

See forum thread - metadata in the stream is inserted using packets with a different PID. The provider should ignore these packets instead of presuming it's a nonworking codec.

This is what the mediafilesegmenter manual says:

     The mediafilesegmenter can insert metadata entries at different times in
     the stream. A metadata macro file is used to define these entries. Each
     line of a macro file defines a metadata entry and has the structure:
         <entry time offset> <metadata type> <path to ID3 frame>
     For instance a macro file containing
         1.2 id3 /tmp/title.id3
         10 picture /tmp/picture.jpg
     will cause the segmenter to inject the ID3 tag in /tmp/title.id3 at time
     1.2s, and the picture tag in /tmp/picture.jpg at time 10s

Attachments

pmt.JPG Download (53.1 KB) - added by jeroen 2 years ago.
PMT layout of this test file

Change History

Changed 2 years ago by jeroen

PMT layout of this test file

comment:1 Changed 2 years ago by jeroen

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in [1707]

Note: See TracTickets for help on using tickets.