popcornmix / omxplayer

omxplayer
GNU General Public License v2.0
1.02k stars 334 forks source link

SMPTE 2022-1 FEC #539

Open addaedans opened 7 years ago

addaedans commented 7 years ago

I know it is not the best place, but i can not reach anyone from the team, or don't know where to ask. I would like to implement the FEC SMPTE-2022-1 protocol into omxplayer to read it. I would gladly donate for the team or anyone who helps me with it or give me any suggestion how to start it. It would be a huge help. Thanks a lot,

Peter BIttó

popcornmix commented 7 years ago

omxplayer isn't the right place to implement this. It sounds like something that should be implemented in ffmpeg (which omxplayer uses). I can see a reference to adding this to libavutils (part of ffmpeg): https://wiki.multimedia.cx/index.php?title=FFmpeg_Summer_Of_Code_In_Space_2012 but I can't find any evidence of it being done. If ffmpeg supports it then I suspect omxplayer can, but not otherwise.