VLC with custom metadata

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
FoxholeNorman
New Cone
New Cone
Posts: 8
Joined: 06 Aug 2009 19:08

VLC with custom metadata

Postby FoxholeNorman » 24 Aug 2009 05:40

I have some mpeg 2 transport stream with metadata that I encoded in a particular format, and I was wondering if there was a way to setup VLC to display this data. I have some C# knowledge and have been looking at the wrappers people have made for VLC, but haven't found a very clear way to just get started with that kind of stuff. I'm open to any platform, but the captured transport stream has been having issues with windows media (I'm assuming directshow in general) and that's why i want to use some basis in VLC because it plays perfectly there. Any pointers or help would be greatly appreciated. So far it seems like I'll have to modify the VLC code in C or C# but, like I said before, I'm having a hard time getting started in that direction.

Fox

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: VLC with custom metadata

Postby Jean-Baptiste Kempf » 24 Aug 2009 10:04

modules/demux/ts.c is probably the place you want to look at. :D
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

FoxholeNorman
New Cone
New Cone
Posts: 8
Joined: 06 Aug 2009 19:08

Re: VLC with custom metadata

Postby FoxholeNorman » 24 Aug 2009 19:09

Thanks for the reply, I've been looking through ts.c, but i was curious about something else as well. My files that I have captured have a ton of discontinuities; however, this doesn't seem to effect playback at all in vlc. Could this be the cause of the poor playback in other player though? As well, I wanted to try and give a better picture of how I capture to see if there were any obvious flaws. I am using a simple C program that reads udp data from an encoder into a gumstix computer. All I do is use recvfrom() and then fwrite() to store it on a microsd on the gumstix. I am only able to see the custom metadata in a hex editor so far, but that is how I have been verifying it is there. I guess I would need to add some functionality to ts.c to look for a certain PID, because the format is non-standard? Is this right?

Fox

chidug
New Cone
New Cone
Posts: 3
Joined: 28 Apr 2008 17:40

Re: VLC with custom metadata

Postby chidug » 15 Sep 2009 06:08

A such I don't think VLC decoder supports metadata. Since the metadata is private, you will have to extract it from the stream based on the PID & dump it. What you want to do with it after wards,,,is upto you.
Try using some TS analyzers to check if there are any discontinuities per PID. If VLC player can play is properly, then the chances are that the incoming stream is good. The one problem that I can think of is that, the other player is trying to decode your metadata. Try using some defined/reserved stream type for your metadata & that may stop your other decoders to look/decode packets pertaining to metadata PID.


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 27 guests