Media (Intel® 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
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

dpdk & media sdk

rshal2
New Contributor II
356 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
356 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
357 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
355 Views

Thanks you very much,

Ran

0 Kudos
Reply