Freescale imx6 gstreamerproiecte

Filtrare

Căutările mele recente
Filtrează în funcție de:
Buget
la
la
la
Tip
Aptitudini
Limbi
    Starea proiectului
    738 freescale imx6 gstreamer proiecte găsite, la prețul de USD
    Gstreamer Expert S-a încheiat left

    Create ATSC compliant Transport stream tobe delivered over UDP Take in input source file/Live stream transcode (if required) convert it into ATSC complaint Transport stream and deliver it using udpsink PS: This is not a web design project - You should be familiar with G streamer

    $140 (Avg Bid)
    $140 Oferta medie
    5 oferte

    I require a C++ devop who is versed with Dockerfiles & kubernetes to install repos from Github into a VPC enviroment and optomise the server. Understanding of media processing fundamentals (encode, decode, resolutions, CODECs), graphics basics (rendering technologies), FFMPEG, gstreamer, WebRTC, CDN & Video Conferencing apps. Experience with CUDA developers and understanding of GPGPU acceleration.

    $137 (Avg Bid)
    $137 Oferta medie
    3 oferte

    ### CURRENT SITUATION ### I am working on a project related to streaming implemented with GStreamer, and I've run into an issue that I would like to solve. It's a webrtc audio streaming data flow. I have two clients, one is C# based on a PC and the other is in Android on phone. In WebRTC both client share their connection information in form of SDP and ICE candidates. SDP describes the device capability regarding whether they have send, recv and both capabilities. At C# side, I use the follwing pipeline to send receive audio stream from remote client: webrtcbin name=webrtcbin audiotestsrc is-live=true wave=red-noise ! audioconvert ! audioresample ! queue ! opusenc ! rtpopuspay ! queue ! application/x-rtp,media=audio,encoding-name=OPUS,payload=97 ! webrtcbin I send thi...

    $30 - $100
    Sigilat
    $30 - $100
    4 oferte
    Neuralet02 S-a încheiat left

    I need to develop neuralet code on jetson nano board to have stream video from a camera in real time with a...time with a fps of 15-20 fps. In the used video in demo there is an indicated fps of 15-20 but this is an fps calculated, the real is very slower (1-2fps). They say that the reason is on the use of a simply web page to show the video () and not GStreamer. I need to have 15-20fps from remote desktop pc with pedestrian detection. The code must work on same local network and anywhere (external network). In a iusse they talk about to stream output to Gstreamer window....... The neuralet link on github is: I will prefer who has a jetson nano to test code.

    $154 (Avg Bid)
    $154 Oferta medie
    5 oferte

    I require a C++ devop who is versed with Dockerfiles & kubernetes to install repos from Github into a VPC enviroment and optomise the server. Understanding of media processing fundamentals (encode, decode, resolutions, CODECs), graphics basics (rendering technologies), FFMPEG, gstreamer, WebRTC, CDN & Video Conferencing apps. Experience with CUDA developers and understanding of GPGPU acceleration.

    $276 (Avg Bid)
    $276 Oferta medie
    5 oferte

    I am looking for developer to write me program to stack 2 to 4 Video sources side by side or arrange them 2 on top and 2 on b bottom and Crete a single output with a combined video frames and all 8 audio streams. Added complexity all 4 sources can start and stop asynchronously . PS: Tobe consider for this project submit rough sketch of Pipeline

    $561 (Avg Bid)
    $561 Oferta medie
    5 oferte

    I require a C++ devop who is versed with Dockerfiles & kubernetes to install a repo from Github into a VPC enviroment and optomise the server. Understanding of media processing fundamentals (encode, decode, resolutions, CODECs), graphics basics (rendering technologies), FFMPEG, gstreamer Experience with CUDA developers and understanding of GPGPU acceleration.

    $203 (Avg Bid)
    $203 Oferta medie
    4 oferte
    iOS RTSP Audio Stream App S-a încheiat left

    I would like to build a simple audio receive app which subscribes to an audio only RTSP stream. However, this is not just a standard web radio app. The RTSP stream is based on raw OPUS audio packets, being sent at very low latencies. Using a test app "Audio Video Stream Player Free" - I am able to subscribe to my audio stream/server over TCP with an overall end to end latency of 35-50ms. ...to subscribe to RTSP over TCP, and be able to process the OPUS audio packets with the lowest possible latency including forward error correction. The app code should be able to drop unused packets so that the stream continues to be as live as possible at all times. The successful applicant must have a strong understanding and experience of RTSP/RTP streaming, the OPUS codec, FEC, and ffmp...

    $416 (Avg Bid)
    $416 Oferta medie
    4 oferte
    Windows app with gstreamer S-a încheiat left

    ...Windows 10 application with a very basic UI and embedded gstreamer. The application will communicate with a remote server via websockets and execute any given gstreamer pipelines. It must be a single executable with no other component installation necessary. Requirements - Single executable for Windows with embedded gstreamer and websocket client - Connects to websocket server on startup and waits for inputs through websocket -- Identify device by name and unique identifier --- Report public IP address --- Report installed app version string -- gstreamer pipeline strings to run -- commands to start/stop gstreamer pipeline -- reports gstreamer pipeline status changes back to server -- reports gstreamer ...

    $384 (Avg Bid)
    $384 Oferta medie
    7 oferte

    I'm looking to build a pipeline that ingests RTMP and publishes it to AWS Kinesis Video Stream. Right now I'm having issues with nginx-rtmp publishing to Kinesis via gstreamer. I can get video working but not audio. Looking for someone who is an expert with gstreamer to help unblock this part of the project. I have a repro here:

    $414 (Avg Bid)
    $414 Oferta medie
    5 oferte

    Please read the description below and only bid if you are VERY familiar with the technologies relating to Raspberry Pi. I have a project to stream captured HDMI video from one Raspberry Pi (server) to another Raspberry Pi (client). The video stream must be very good quality. I use gstreamer with gst-rtsp-server on the server as the most efficient way to access the Raspberry Pi camera. The stream is RTSP. 25fps, 800x600 resolution The pipeline for the stream is '(rpicamsrc bitrate=2000000 awb-mode=auto preview=false vflip=false ! video/x-h264, width=800, height=600, framerate=25/1 ! h264parse ! rtph264pay name=pay0 pt=96 )'" On the client I use Python OpenCV VideoCapture (I need frame by frame access to the stream). When I test with the standard Raspberry Pi camera...

    $265 (Avg Bid)
    $265 Oferta medie
    8 oferte

    Task Create a C application and a Python application, that will both run on on a Linux machine. The python application will send the c application images, using shared memory or a message broker to achieve maximum runtime performance. Milestones: 1. Design: we would ...via the shared memory of a message broker. The C application will receive the images and save them in the filesystem on a different path. Notes: * Avoid using the filesystem as a message broker as this will slow the performance. * For Information only - The main purpose of the job is to resolve a real situation we have today, where the python application fetches images from the camera using GStreamer and OpenCV 3.4.9, where the current C application uses a very old version of OpenCV 2.4.9 and can't update to a...

    $482 (Avg Bid)
    $482 Oferta medie
    13 oferte

    Please only bid if you are an expert in Gstreamer, OpenCV, Python The problem: A Raspberry Pi with camera streams video over the network to multiple (five) clients (also raspberry Pi) running python/opencv clients. The clients buffer the stream and a user watches the video in slow motion as part of a sport judging process. It is very important that the stream quality is perfect so I use raspberry pi H264 direct from rpicamsrc with RTSP. I do not need the videos to play in a synchronized way BUT It must be possible to synchronize frames back to the original video. So if the original video stream is frames 0-10000 it must be possible for each client to know what frame they are looking at - regardless of when they opened the stream. (It is very easy to get a local timestamp from t...

    $589 (Avg Bid)
    $589 Oferta medie
    6 oferte

    help with porting existing system from NXP IMX6 Android 8 to Quectel SC66 (QCOM SDM660) Android 9.0 Few system Linux apps such as ssh and vnc server needs rework. also you'll have to fix the SEPolicy. VNC server needs a little rework because the screen capture and display functions are deprecated or changed. I will provide all details when you are ready. deadline is 1 week, at maximum. only serious engineers. compensation is negotiable with my CEO.

    $1168 (Avg Bid)
    $1168 Oferta medie
    5 oferte

    ...compression in H.264 with Jetson hardware (not Cuda, dedicated chip). Also receive a picture from a usb camera, draw a rectangle, compress it into an H.264 stream. Most importantly, a C ++ program must access compressed H.264 frames and inde-pendently write them to an .h264 file (frames are simply written sequentially to a single file without any special headers) via std :: ofstream. You can use GStreamer through Opencv :: VideoWriter if you can access h264 compressed frames If necessary, we will provide access to Jetson Nano via SSH. The result should be in the form of a . archive with source codes and , assembly should be through CMake. The archive should contain assembly instructions, which also indicate additional dependencies that had to be installed for work. ...

    $373 (Avg Bid)
    $373 Oferta medie
    3 oferte

    Need design assistance for embedded design using iMX8 processor. Great experience with iMX6/8 processors required, established contacts and sources of iMX8 processor related information. Excellent previous designs history, hardware design and if possible Linux.

    $32 / hr (Avg Bid)
    $32 / hr Oferta medie
    6 oferte

    Design and code an automotive cluster based on Software. Write code to allow working of the device on a J1939 vehicle. Code and design should be done to fit a 10.1" Capacitive touch screen with interaction. Hardware used: Toradex iMX6 SoM with Ixora V1.1a Developers board. Interaction should display Vehicle statusses. eg. Voltage, suspension, air pressure of commercial vehicle, fuel economy. Trip Meter should be resettable. ODO meter should be stored on Flash and secured as to not be changeable by normal user. Service/Admin Screen should allow login of authorized person with ID and Password. Service menu will allow calibration of speed factor, odo meter, brightness, etc. All info displayed should strictly be J1939 Data on CAN 250kbps

    $1257 (Avg Bid)
    $1257 Oferta medie
    20 oferte
    Gstreamer Media Switcher S-a încheiat left

    I want to use Gstreamer to switch between video sources example as follows: 3 Cameras - Each sending its RTMP stream. One output ability to switch between sources. Check : For example. Task: Create pipeline preferably in python ability to switch between sources. Ability to add VOD source

    $475 (Avg Bid)
    $475 Oferta medie
    4 oferte

    gstreamer and webRTC development project will provide additional details

    $50 / hr (Avg Bid)
    $50 / hr Oferta medie
    1 oferte

    Atualmente tenho um projeto de vídeo Conference, foi desenvolvido em três partes Server - Streamer - Client, estou tendo problemas quando o client chega a 30 acessos simultâneo o mesmo começa a ter problemas de travamentos na imagem. Preciso que faça uma analise no sistema para alterar o sistema para trabalhar com mais de 200 pessoas na mesma sala. Tecnologia do Projeto: C# UDP SOCKET P2P MULTIMIDIA GSTREAMER ACEITO PROPOSTAS PARA TER UM SISTEMA NOVO QUE FUNCIONE 100% PARA O QUE EU PRECISO.

    $475 (Avg Bid)
    $475 Oferta medie
    1 oferte

    Project involves working with a underwater drone running ArduSub (BlueROV2) communicating via MAVLink to a Ground Station Windows Application. Timeframe: 3 days Budget: $100 Add New Feature: 1. Add Camera Tilt UP-DOWN & Lights ON-OFF Keyboard Control Keys...drone running ArduSub (BlueROV2) communicating via MAVLink to a Ground Station Windows Application. Timeframe: 3 days Budget: $100 Add New Feature: 1. Add Camera Tilt UP-DOWN & Lights ON-OFF Keyboard Control Keys to existing control code. Freelancer must have experience with: C++, Qt, Ardupilot, Mavlink, Cmake, Ninja Ideal Freelancer would also have experience with: ArduSub, AWS Appstream, Gstreamer, MavlinkSDK More work would be avavilable to a freelancer who completes on time and on budget. Please send msg to ...

    $94 (Avg Bid)
    $94 Oferta medie
    6 oferte

    Project involves working with a underwater drone running ArduSub (BlueROV2) communicating via MAVLink to a Ground Station Windows Application. Timeframe: 3 days Budget: $100 Add New Feature: 1. Add Camera Tilt UP-DOWN & Lights ON-OFF Keyboard Control Keys...drone running ArduSub (BlueROV2) communicating via MAVLink to a Ground Station Windows Application. Timeframe: 3 days Budget: $100 Add New Feature: 1. Add Camera Tilt UP-DOWN & Lights ON-OFF Keyboard Control Keys to existing control code. Freelancer must have experience with: C++, Qt, Ardupilot, Mavlink, Cmake, Ninja Ideal Freelancer would also have experience with: ArduSub, AWS Appstream, Gstreamer, MavlinkSDK More work would be avavilable to a freelancer who completes on time and on budget. Please send msg to ...

    $74 (Avg Bid)
    $74 Oferta medie
    7 oferte

    A proof of concept app, written in GO language, utilizing GStreamer 1.12 library, and MQTT client to record RTSP videostream X seconds before motion any Y seconds after motion. An RTSP stream of h264/h265 video is recived by the app, the gstreamer library takes the video stream into a timeshift buffer. When the motion start message received on MQTT the content of buffer (the timeshift, X seconds before signal) started to writing to mp4 filestream, when motion end message arrives on MQTT the stream is written for futher buffer size + Y seconds to stream and file closed. If GO language not achievable, C/C++, python, or C# also accepted. The app receives a config file in JSON: [ { "rtsp_url":"rtsp:///cam1", "mqtt_address":"...

    $164 (Avg Bid)
    $164 Oferta medie
    4 oferte
    Firmware Development S-a încheiat left

    Responsibilities • Design and implement software on embedded devices for core product (Embedded C, Freescale Codewarrior Toolchain, Kinetis ARM Cortex M0+ Architecture) • Develop software tools to test and maintain product (Python, C#) • Maintain traceable version control (Git/SVN) • Produce Documentation to support 3rd party code reviews • Provide support in data processing for testing (R, Python, MATLAB) • Create deployment packages for Windows based targets for Test and Configuration software. • Applicant must be prepared to be flexible with languages. Future developments may include IoT and AUTOSAR Requirements • BS Degree in Computer Science/Engineering, Mechatronics or Electronic Engineering. • Experience in hands-on development and...

    $20 / hr (Avg Bid)
    $20 / hr Oferta medie
    17 oferte

    Project involves working with a underwater...(BlueROV2) communicating via MAVLink to a AWS Appstream Server Ground Station. Timeframe: 1 week Budget: $300 Milestones: $100 x3 Minor Modifications: x3 1. Fully Integrate Gstreamer into program. (Appstream currently has issues with installing Gstreamer) 2. Add auto Arm & Stabilise Mode on program start; Add auto Disarm & Manual Mode on program end. 3. Add Camera Tilt UP-DOWN & Lights ON-OFF Keyboard Control Keys Freelancer must have experience with: C++, Qt, Ardupilot, Mavlink, Windows Server, Cmake, Ninja Ideal Freelancer would also have experience with: ArduSub, AWS Appstream, Gstreamer, MavlinkSDK More work would be avavilable to a freelancer who completes on time and on budget. P...

    $116 (Avg Bid)
    $116 Oferta medie
    9 oferte

    Project involves working with a underwater...(BlueROV2) communicating via MAVLink to a AWS Appstream Server Ground Station. Timeframe: 1 week Budget: $300 Milestones: $100 x3 Minor Modifications: x3 1. Fully Integrate Gstreamer into program. (Appstream currently has issues with installing Gstreamer) 2. Add auto Arm & Stabilise Mode on program start; Add auto Disarm & Manual Mode on program end. 3. Add Camera Tilt UP-DOWN & Lights ON-OFF Keyboard Control Keys Freelancer must have experience with: C++, Qt, Ardupilot, Mavlink, Windows Server, Cmake, Ninja Ideal Freelancer would also have experience with: ArduSub, AWS Appstream, Gstreamer, MavlinkSDK More work would be avavilable to a freelancer who completes on time and on budget. P...

    $166 (Avg Bid)
    $166 Oferta medie
    6 oferte

    Using NVIDIA HW Encoder by Gstreamer nvv4l2h264enc or other HW based method with very fast python interface Given Numpy array representing an image in a fixed frame rate 30FPS or 25 FPS Send a video stream rtsp:// that can be collected by multiple users in the same network for example by VLC This module should be used to send multiple streams from the same machine rtsp:// rtsp:// rtsp:// ... For utilization monitoring you can use: nvidia-smi -a Today it show : Utilization Gpu : 7 % Memory : 3 % Encoder : 0 % Decoder : 0 % As a reference to potential implementation you can look at :

    $630 (Avg Bid)
    $630 Oferta medie
    6 oferte

    ...on the computer (Windows 10). This PC program is listening to the corresponding port and acts like a server - it forwards the video data to a GStreamer-based player on same PC. And the player on PC de-packetizes using GStreamer and plays the video. All work well now and the video is played correctly. ● Required to develop: A streaming program for Windows (to be installed on same PC), with the purpose of simulating the streaming of the camera. In other words, the player should display the video streamed from this program the same way as the video stream from the camera. ● Specifications for the streaming program: - Must be based on GStreamer. - Read video data from a video file; the file can be chosen freely by the developer so that i has a conveniennt...

    $100 - $300
    Sigilat
    $100 - $300
    8 oferte

    ● What is given: 1) A server program 2) A video player based on GStreamer 3) A video mp4 file ● Explanations: I have an external Android device which streams video from camera to the server program through an IP address of the PC. The server program is listening to that port and receives the data in RTP packets and it relays it to the video player. The video player de-packetizes using GStreamer and plays the video. All works well and the video is played correctly. All three programs are on the same computer. OS: Windows 10 IDE: Visual Studio ● Required to develop: A streaming program for Windows which will be installed on same PC with the purpose of simulating the streaming of the Android device. In other words, the player should display t...

    $100 - $300
    Sigilat
    $100 - $300
    9 oferte

    Design and code an automotive cluster based on Software. Write code to allow working of the device on a J1939 vehicle. Code and design should be done to fit a 10.1" Capacitive touch screen with interaction. Hardware used: Toradex iMX6 SoM with Ixora V1.1a Developers board. Interaction should display Vehicle statusses. eg. Voltage, suspension, air pressure of commercial vehicle, fuel economy. Trip Meter should be resettable. ODO meter should be stored on Flash and secured as to not be changeable by normal user. Service/Admin Screen should allow login of authorized person with ID and Password. Service menu will allow calibration of speed factor, odo meter, brightness, etc. All info displayed should strictly be J1939 Data on CAN 250kbps

    $1293 (Avg Bid)
    $1293 Oferta medie
    15 oferte
    Required layout reviewer S-a încheiat left

    I need to detail study about DDR3 , DDR3L,LPDDR3 ,so i need a layout tutior for high speed design ,Tools used : Altium and Orcad. For reference we will take iMX6 Rex open design source.

    $1 / hr (Avg Bid)
    $1 / hr Oferta medie
    2 oferte

    I have a project that uses xamarin forms and gstreamer to output sound, everything seems to be ok and gstreamer indicates it's playing, but the application ouputs no sound in android, it does in wpf, I need only the android project to be fixed for that you need to know java and android studio in case is necessary. You will send me the project fixed and explain why it was failing because the code I'm including is just a test and I will have to include your fix in my real project.

    $25 (Avg Bid)
    $25 Oferta medie
    4 oferte

    I need to implement Gstreamer plugin for spell checking. Will PM to selected candidate.

    $410 (Avg Bid)
    $410 Oferta medie
    5 oferte

    On Jetson platform, build a pipeline to stream video via webRTC to a browser

    $345 (Avg Bid)
    $345 Oferta medie
    4 oferte

    The CooCox Cortex Flash Programmer (CoFlash) utility already has the whole range of Freescale MKL25 microcontrollers supported, but I want to be able to program Freescale MKL26 series with it. I'm looking for someone who can dig into the differences between the two series and generate new .xml configuration files for the MKL26 devices. Note: The project budget is just a placeholder, please feel free to suggest an appropriate amount when you apply.

    $190 (Avg Bid)
    $190 Oferta medie
    2 oferte

    The project task is to make a bidirectional 3-phase interleaved D/DC converter with 48V input and 600-800V output. There is an application circuit to use as template. The project use a Freescale microcontroller programmed in C.

    $1350 (Avg Bid)
    $1350 Oferta medie
    18 oferte

    I'm going to make gateway that transcode video stream of ip camera. Though stream protocol of IP camera is RTSP, but gateway must transcode to RTP stream. You can use third party library such as gstreamer, ffmpeg. I want to get command option for transcoding on thrid party library. Since my gateway cpu is ARM cortex A7, the transcoding must not request for high performance.

    $131 (Avg Bid)
    $131 Oferta medie
    2 oferte

    Hardware: Raspberry PI 3 Camera: Dahua IPC HFDW2433M (Support RTSP Streaming) Features: - Use Gstreamer on Raspberry Pi 3 setting up a streaming server from the Dahua IP camera by RTSP protocol. - The Dahua IP camera is attached on the hook (Not attached to Raspberry PI, should connect by RTSP) - The Raspiberry Pi connected with the monitor is placed in the cabin, so the machinery operator can look at the camera during operation. - The project manager in the site office can access the raspberry pi streaming server by web browser (I will use address to map the IP for raspberry pi 3) - The Raspberry Pi 3 boots up to show the streaming camera every time, I assume that the machinery operator no need to click and choose the camera video, it should be automatically show up. - The Ra...

    $21 / hr (Avg Bid)
    $21 / hr Oferta medie
    17 oferte
    gstreamer setup S-a încheiat left

    i need help in g steamer setup for mac os to stream four content using alphacast

    $18 (Avg Bid)
    $18 Oferta medie
    2 oferte

    We require to use Debian Jessie on a Solid Run Hummingboard2 Gate, the device uses an IMX6 SOM, we can not get the image provided by solid run, debian Jessie - Mate, to allow the device to enter a suspend mode and resume from awake. Currently Sketch and buster work with this function - but the graphics module doesnt work. for example, we need to be able to rotate the screen to the right, and all other distros dont work due to graphic drivers. unless someone can compile the graphic drivers to work then all our issues would be solved. currently we have Debian Jessie working with everything we need - except for the sleep function which must work. we have to be able to wake up the device with a usb device (this works in all other distros) No messing around - I want serious people on...

    $385 (Avg Bid)
    Urgent
    $385 Oferta medie
    5 oferte

    Hello, This is project to design camera trap software on a SoC platform. Development board is Lichee Pi (Link attached). Processor is Allwinner V3S. SDK is available but in Chinese and English mixed. Project tasks are given in document attached. Freelancer must have: 1. Very good understanding of application processors, Video encoding, gstreamer, scripting and experience working in Linux environment. tasks may involve like Linux kernel building etc 2. Ready to work remotely.

    $543 (Avg Bid)
    $543 Oferta medie
    7 oferte

    Looking for experienced Gstreamer programer. Must have hands on experience on Gstreamer, Audio video encoding, C,C++ and Python

    $171 (Avg Bid)
    $171 Oferta medie
    5 oferte

    Looking to discuss an automotive firmware project. Code is misra c for arm cortex using freescale codewarrior toolchain. First task is approximately 4-8 hours work

    $34 / hr (Avg Bid)
    $34 / hr Oferta medie
    16 oferte

    Looking for experienced Gstreamer programer. Must have hands on experience on Gstreamer, Audio video encoding, C,C++ and Python there isn't much to tell about project I am learning Gstreamer I need to write plugins I don't know where to start there are tutorials online and they do not build on Mac will you be able to build and write a small plugin thats the project

    $116 (Avg Bid)
    $116 Oferta medie
    4 oferte

    Debug and Bugfix the issue of double video pointers beeing used by gstreamer and C++/LUA-Application - This is pretty much squarely in the application logic around struct video and in the lua application and not really GStreamer related. Now the lua video objects are completely different between rendering and decoding so the texture will never be displayed. You need to either make them the same or transfer textures from the decode to the renderer in the application. Your 'mission' is finished as soon as this is solved and we have video playback in the application! You'll get full access to required project sources (via gitlab) and should be able to compile/run the project. Target plattform is Ubuntu 18.04.x on INTEL Atom devices - but any other INTEL in...

    $555 (Avg Bid)
    $555 Oferta medie
    6 oferte

    The video is based on rtsp stream and audio is incoming by audio stream device. I want to merge two streams and restream the merged stream to client. If you have interesting on it, Please bid. I think as gstreamer/ffmpeg will be very good for my project. If you have gstreamer for my project, Please let me know. Thank you.

    $139 (Avg Bid)
    $139 Oferta medie
    8 oferte
    Gstreamer Pipeline S-a încheiat left

    Hi, I need a working Gstreamer pipeline that can get live streaming from a raspberry pi camera and display it in a side-by-side view ( two copies of the same streaming).

    $25 (Avg Bid)
    $25 Oferta medie
    1 oferte

    Hello, Dear freelancers. I am going to make rtsp server and website using gstreamer. If you have good experience about this, please contact me. Please start your proposal with this word "I am expert" Best Regard

    $306 (Avg Bid)
    $306 Oferta medie
    11 oferte

    ...with the following: Gstreamer media framework Kurento Media server C++/C Nodejs Openvidu Description: Kurento server currently provides video/audio filters that allow to do some server side media operations. example videoflip , videoscale etc. Kurento has a limitation and it allows only ONE mediaelement to be used. For example we cannot use 2 or more elements as follow: videorate ! videoscale ! fakesink. Kurento forces us to use 1 element and cant use the 3 pipelined all together. We need to change the source code in a way that would allow us to use multiple elements at a time. The end goal is to be able to run a full pipeline on the given stream using gstreamer on the server side.

    $129 (Avg Bid)
    $129 Oferta medie
    3 oferte