-
1. Re: OSMF Metadata Question
Andrian Cucu Dec 7, 2010 1:54 PM (in response to meekgeek)Hi Joel,
You can consider using the m3u format for these extra information. If you decide to implement the parser inside a plugin, I suggest you start by looking at the m3u parser inside the Strobe Media Playback.
A different approach that you might consider is having the m3u parser and the logic implementation directly in your custom player. This might be somewhat simpler to implement compared to the implementation we have in Strobe Media Playback.
Let us know how it goes!
-Andrian
-
2. Re: OSMF Metadata Question
meekgeek Dec 9, 2010 10:00 AM (in response to Andrian Cucu)Thank you for responding Andrian,
This is exactly what I did. I didn't know about m3u directives, which allow me to store that type of information. I've gone ahead and modified the Strobe Media Playback plugin to read these directives and added another MetaData class for them.
Thanks again.
-Joel


