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.

application on Media Server Studio

MyMother
Beginner
520 Views

hi,

I have question below as reading the following from https://software.intel.com/sites/default/files/media_server_studio_getting_started_guide.pdf, ;

Intel ® Media Server Studio 2015 R6 for Linux* is a software development library that exposes the media acceleration capabilities of Intel® platforms for decoding, encoding and video processing.    ==> the video processing include rendering, right ??

And I have question as finding following in https://software.intel.com/en-us/forums/intel-media-sdk/topic/601354

In general, Media Server Studio Linux is focused on headless use cases as you would expect from server prospective. X11 samples illustrate how to display via X11 path, but using this isn't recommended as X11 path in the samples isn't well optimized and may contain bugs.

 ==> for the application including preview and playback, it's necessary to immediately render(X11) after decode. Does it mean Media Server Studio Linux is unsuitable for the application?? if so, any recommendation from Intel??

0 Kudos
5 Replies
Jeffrey_M_Intel1
Employee
520 Views

As Surbhi mentioned in the previous thread, the main focus of Intel Media Server Studio is encode/transcode scenarios for machines in datacenters.  There are still many ways to display pixels from decoded frames on the screen, but they may not always be optimal -- rendering isn't a focus of the product.  The sample code is not intended to be product ready in any case, but that is a statement about the samples and not the SDK itself.

 

 

0 Kudos
saravanan_l_
Beginner
520 Views

Saravanan

Thanks in advance

is there any way to integrate Intel Media Server Studio with webrtc based web applications.Very urgent & imp

 

0 Kudos
Jeffrey_M_Intel1
Employee
520 Views

Sorry for the delay getting back to you.  If you have not found it already, the Intel Collaboration Suite for WebRTC may be of interest:

https://software.intel.com/en-us/webrtc-sdk

Otherwise, you can integrate Media SDK directly into the code of your WebRTC app.  This article may help:

https://software.intel.com/en-us/articles/video-conferencing-features-of-intel-media-software-development-kit/

 

 

0 Kudos
saravanan_l_
Beginner
520 Views

Hello Jeffrey Mcallister,,

Thanks Man,

i found out the Intel webrtc Media sdk,and now i am working on it,

1. am not clear about how many servers are running in IntelCS when i started  (internally there was Nuve,Mcu,app,agent)servers were running. I need to know it requires 4 instance or one server space is enough (bcos am gonna deploy in AWS )

2..how to make request from Java application to NodeJs server to get the woogeen functions ,is there any way to do that

3.could u pls provide me a woogeen sdk source file with comments.As of now i unminfied woogeen.sdk.js (was very tough and cant able to debug the code).p

 

0 Kudos
Jeffrey_M_Intel1
Employee
520 Views

Webrtc is out of the scope of this forum, but as you've probably found already, it has its own forum:

https://software.intel.com/en-us/forums/intel-collaboration-suite-for-webrtc

 

0 Kudos
Reply