Media (Intel® oneAPI Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK

dpdk & media sdk

rshal2
New Contributor II
227 Views

Hello,

Is there any sample which show capturing video packets from device (ethernet, pcie, other port) ?

Is it using dpdk ? or v4l ?

What is the recommendation ?

Regards,

Ran

0 Kudos
1 Solution
Jeffrey_M_Intel1
Employee
227 Views

At this time the samples, tutorials, and documentation focus on file input as the simplest, most universal starting point.  It's relatively straightforward to plug in other data sources though.  You can start with simple_2_decode in the tutorials, or sample_decode from the samples package.

If you're looking for a more complete starting point, another alternative is FFmpeg.  Performance isn't quite as good as with an application custom designed for optimal performance, but it does give you immediate access to the wide variety of I/O supported by that framework.

https://software.intel.com/en-us/articles/accessing-intel-media-server-studio-for-linux-codecs-with-ffmpeg

https://software.intel.com/en-us/articles/integrating-intel-media-sdk-with-ffmpeg-for-muxdemuxing-and-audio-encodedecode-usages

 

 

View solution in original post

0 Kudos
2 Replies
Jeffrey_M_Intel1
Employee
228 Views

At this time the samples, tutorials, and documentation focus on file input as the simplest, most universal starting point.  It's relatively straightforward to plug in other data sources though.  You can start with simple_2_decode in the tutorials, or sample_decode from the samples package.

If you're looking for a more complete starting point, another alternative is FFmpeg.  Performance isn't quite as good as with an application custom designed for optimal performance, but it does give you immediate access to the wide variety of I/O supported by that framework.

https://software.intel.com/en-us/articles/accessing-intel-media-server-studio-for-linux-codecs-with-ffmpeg

https://software.intel.com/en-us/articles/integrating-intel-media-sdk-with-ffmpeg-for-muxdemuxing-and-audio-encodedecode-usages

 

 

0 Kudos
rshal2
New Contributor II
226 Views

Thanks you very much,

Ran

0 Kudos
Reply