Http gstreameremplois

Filtrer

Mes recherches récentes
Filtrer par :
Budget
à
à
à
Type
Compétences
Langues
    État du travail
    2,000 http gstreamer travaux trouvés au tarif de EUR

    I am looking for a skilled Python developer who can create a script for me to send HTTP requests at an extremely fast speed to the Facebook game called Big Fish Casino. The main goal of this script is to increase the speed at which the slots in the game spin. Requirements: - Expertise in Python programming language - Experience with HTTP requests and automation - Strong understanding of web scraping and game automation - Ability to optimize the script for high-speed performance Features: - The script should be able to send HTTP requests at an extremely fast speed to the Big Fish Casino game - No specific features or functionality are required, just a significant increase in the speed at which the slots spin If you are a talented Python developer with experience in g...

    €160 (Avg Bid)
    €160 Offre moyenne
    11 offres

    Hemos migrado un dominio a un nuevo hosting y requerimos que las antiguas urls redirijan al sitio web que ya tiene su SSL y protocolo https://. Imagino que puede hacerse mediante htaccess...

    €23 (Avg Bid)
    €23 Offre moyenne
    38 offres

    I am looking for a skilled developer who can create a script that will detect when a Facebook live video starts and then run an HTTP post with provided API and other parameters including the video url. The script should check for live video every minute or less. The script should be able to monitor multiple selected fan pages and deactivate them once it's been active for over 30 days or anytime I want manually. Also, I like to set a limit to the number of API calls per day.

    €159 (Avg Bid)
    €159 Offre moyenne
    37 offres

    I'm looking for a skilled developer to help me create an HTTP POST request using WinHttpRequest.5.1 in Visual Basic (VBA via MSACESSS client) with "Content-Type" "multipart/form-data". I already have a POSTMAN collection that works using other programming languages (i.e., C#, cURL, Python, PHP etc..) but am unable to work out how to translate the code from Postman to VBA. In summary, the POST API sends and XML file with appropriate authorization and tokens parameters. I can provide a full API specification. If you think you can be of assistance to do the translation, or, assist in developing this solution then please reach out to me with your portfolio and any additional information. Thanks!

    €301 (Avg Bid)
    €301 Offre moyenne
    28 offres
    http error on my site S'est terminé left

    I'm experiencing an issue with my website and I need help resolving it. Specifically, I'm getting a "500 Page Not Found" error when visitors try to access my product page. This has been happening for a few days now and I have not made any recent changes or updates to my website that could be causing this issue. I'm looking for an experienced website developer who can resolve the error and help keep customers from being unable to view my product page. I want to find someone that I can work with long-term, a good partner. Thank you for your time!

    €57 (Avg Bid)
    Urgent
    €57 Offre moyenne
    26 offres

    I am looking for someone to help me solve my problem. I am currently working on the following program running on a Raspberry Pi4 using gstreamer and python. - Receiving H264 encoded video from a network camera via RTSP protocol. - The resolution of the received video is 1280x720. - Decode the H264 video, convert it to RGB image, and display it on the screen. - Control the start and end of recording from the program. I am now successfully receiving video and displaying it on the screen; due to the performance of the Raspberry pi4, the achieved FPS on display is from 12 to 15. More specifically, the performance is slowing down with H264 decoding and RGB conversion. I am satisfied with this performance. The problem I am facing is that the recording file size is zero when running th...

    €144 (Avg Bid)
    €144 Offre moyenne
    26 offres
    Fix Server HTTP 500 Error S'est terminé left

    Project Description: Fix Server HTTP 500 Error PHP and MySQL throwing a HTTP 500 error when submitting the form. Need it fixed, files and SQL are attached.

    €83 (Avg Bid)
    €83 Offre moyenne
    36 offres

    ...requests triggered by website scraping info to an HTTP interface Budget 20 EUR I am looking for someone to create a system that automatically sends POST requests triggered by website scraping info, to an HTTP interface. Developer needs to create both tools, the script to send Post Requests and the website scraper. I don't have a preferred language in mind for the program. Short, I need a tool that scrapes a website (with login) for updated information, gets the important info and modifies it/add info in need according to my needs and sends it to an HTTP interface in the form of a POST request. Details: The ultimate aim of the project is to send betting picks from the scraped website to the website. offers the following http GET/POST endpoints to f...

    €299 (Avg Bid)
    €299 Offre moyenne
    6 offres

    I am looking for a freelancer who has experience with the simcom A7672S module for an IoT project. The module needs to perform the following functionality: - Send and receive data - Connect to a network - Monitor sensor readings The simcom A7672S module needs to send and receive both text and numbers. The amount of data that will be sent and received is minimal. Ideal skills and experience for this project include: - Proficiency in working with the simcom A7672S module - Knowledge of IoT protocols and technologies - Experience in network connectivity and data transmission - Ability to monitor and analyze sensor readings Please provide examples of previous projects where you have worked with the simcom A7672S module or similar IoT devices.

    €13 (Avg Bid)
    €13 Offre moyenne
    4 offres
    Run bash script from http request S'est terminé left

    We need to run a bash script by making a http request. For example, http:// should run the bash script. It is intended to be hosted in a Raspberri Pi.

    €28 (Avg Bid)
    €28 Offre moyenne
    9 offres
    Fix HTTP Error 500 via SSH S'est terminé left

    Project Description: Fix HTTP Error 500 via SSH I am looking for a skilled person who can help me fix the Internal Server Error (HTTP Error 500) on my Apache web server. The site was running fine till yesterday and I am recently facing this issue. Skills and Experience Required: - Strong experience with Apache web server and troubleshooting HTTP errors - Proficiency in SSH and server administration - Knowledge of error log analysis - Familiarity with Linux operating system - work remotely with me to fix the issue

    €11 (Avg Bid)
    €11 Offre moyenne
    5 offres

    I am looking for a freelancer who can help me with SEO and development for my website, http://anilken.com. The main goal for the website is to increase organic traffic. Specifically, I would like to focus on keyword optimization to improve search engine rankings. As for the specific keywords to target, I am open to recommendations. Ideal skills and experience for this job include: - Strong knowledge of SEO best practices and techniques - Experience with keyword research and optimization - Familiarity with on-page and off-page optimization strategies - Understanding of website development and coding - Ability to analyze and implement improvements to site structure and backlinking If you have a passion for SEO and development and can help me achieve my goal of increasing organic ...

    €982 (Avg Bid)
    €982 Offre moyenne
    51 offres

    I want to generate from an openapi definition file an angular http client i am using: I use it like this: # Define the command to execute cmd = ['npx','ng-openapi-gen', '-i', openapi_path, '-o', ouputpath] # Execute the command as a subprocess result = (cmd, capture_output=True, text=True, shell=True) template i found that needs adaption? goal is to change the name structure it should be (generates from the operationID the method name...) ServiceSongGetPagePath -> getPathPath serviceSongGetPage$Response -> getPage$Response serviceSongInsert-> insert serviceSongGet -> get etc. should work for every service in the api. https://editor-next

    €14 (Avg Bid)
    €14 Offre moyenne
    4 offres
    Cpanel - HTTP to HTTPS Redirection S'est terminé left

    Hi! I am seeking an experienced web developer to help with a Cpanel project – to setup HTTP to HTTPS redirection on my WordPress website. I do have an existing SSL certificate installed, and there are some specific pages that should not be redirected to HTTPS. I'm looking for a reliable specialist who will ensure successful completion of this project. Please let me know if you are available and have the technical know-how to handle this task. Thanks. William

    €115 (Avg Bid)
    €115 Offre moyenne
    83 offres
    SMPP to HTTP Translator for SMS S'est terminé left

    I am looking for a developer to create a simple SMPP to HTTP translator for sending and receiving SMS messages using PHP. Our company handles the actually SMS messaging. Requirement is just to simulate an SMPP server so that our customers can connect via SMPP and then the new application will translate this into HTTP POSTs to a URL on our server for sending messages. And for receiving message, our server will HTTP POST requests to the new application which will then connect to our customer's SMPP server and pass on the message data. Please read attached Spec PDF before responding to this project. Thanks

    €501 (Avg Bid)
    Urgent
    €501 Offre moyenne
    40 offres

    I am looking for a developer who can help me resolve an issue with my AWS Elastic Beanstalk RDS. Currently, my application is experiencing disconnections due to failing HTTP requests. Also there is an SSL certificate issue and all the required configurations are already configured Programming Language: Flask Error Logs: Yes, I can provide them Expected Load: Moderate (1000-5000 users) Skills and Experience: - Strong knowledge and experience in AWS Elastic Beanstalk and RDS - Expertise in troubleshooting and resolving HTTP request failures - Proficiency in Flask programming language - Ability to analyze and interpret error logs to identify the root cause of the disconnection issue - Experience in handling moderate user loads (1000-5000 users) and optimizing application per...

    €44 (Avg Bid)
    €44 Offre moyenne
    7 offres
    Redirection of http to https S'est terminé left

    Redirection of http to https - I am looking for a freelancer who can help me redirect my website from http to https. - The ideal candidate should have experience with SSL certificates and website redirection. - The redirection should apply to all pages and subdomains of the website. - However, a certificate for mobile devices is not required, only desktop devices. - Please provide examples of similar projects you have worked on in the past.

    €15 (Avg Bid)
    €15 Offre moyenne
    40 offres

    I want to call website and get data from it , when I try or post man the request pass and I get the data but when i use c# code always get error . I will give all data made the request pass in and you need to help me with c# code for 1 request

    €122 (Avg Bid)
    €122 Offre moyenne
    27 offres

    I am seeking a professional to assist me in developing and implementing a promotional strategy for my website, http://echotik.live. The ideal candidate will have experience in the specific industry or niche that my website caters to, and will be skilled in creating and managing social media campaigns. Key requirements for this project include: - Understanding of the target audience within the specific industry or niche - Ability to develop and execute both short-term and long-term promotional strategies - Proficiency in creating and managing social media campaigns - Knowledge of effective marketing techniques to increase website visibility and engagement - Strong analytical skills to track and measure the success of the promotional strategy If you have a proven track record in p...

    €92 (Avg Bid)
    €92 Offre moyenne
    31 offres

    ...for an experienced freelancer who can help me with a project titled "SIM800L V2 Post data to HTTP server with ESP32/Arduino". I need to send a JSON to with an HTTP request from ESP32 to Server. done job go to sleep after 1h send again. Specific Requirements: - I need to post text data to an HTTP server using the SIM800L V2 module and ESP32/Arduino. - The data should be posted to any HTTP server, so no specific server is required. - The data should be posted at a frequency that I will specify. Ideal Skills and Experience: - Proficiency in working with SIM800L V2 module and ESP32/Arduino. - Experience with handling and posting text data to an HTTP server. - Ability to recommend suitable HTTP servers for the project. Please n...

    €134 (Avg Bid)
    €134 Offre moyenne
    29 offres

    ...for an experienced freelancer who can help me with a project titled "SIM800L V2 Post data to HTTP server with ESP32/Arduino". I need to send a JSON to with an HTTP request from ESP32 to Server. done job go to sleep after 1h send again. Specific Requirements: - I need to post text data to an HTTP server using the SIM800L V2 module and ESP32/Arduino. - The data should be posted to any HTTP server, so no specific server is required. - The data should be posted at a frequency that I will specify. Ideal Skills and Experience: - Proficiency in working with SIM800L V2 module and ESP32/Arduino. - Experience with handling and posting text data to an HTTP server. - Ability to recommend suitable HTTP servers for the project. Please n...

    €44 (Avg Bid)
    €44 Offre moyenne
    11 offres

    I am looking for a freelancer who can help me resolve a HTTP 502 error that I am experiencing on my adult WordPress site. The error message indicates a backend or gateway connection timeout. Hosting Provider: digital ocean Login Page Access: No The site was running fine, I tried to approve some posts then it crashed. I restarted the server and it did not fix it. I then restored a backup version, but the site is still not loading. I am using sucuri firewall, so It maybe an issue with that. Skills and Experience: - Expertise in troubleshooting HTTP 502 errors on WordPress sites - Proficiency in backend and gateway connection configurations - Knowledge of adult content website development and maintenance - Experience with resolving hosting-related issues - Strong communicati...

    €83 (Avg Bid)
    €83 Offre moyenne
    79 offres

    Angular with component. When I build the project and deploy on VPS, it cannot connect to server. Gives CORS error. I need to be able to deploy the build. server is run by Node.js Angular is version 9.1.1, node version is 10 or 12.

    €28 - €230
    Scellé
    €28 - €230
    7 offres
    GStreamer Pipeline Debugging S'est terminé left

    Project Description: GStreamer Pipeline Debugging I am experiencing codec and opengl source issues with my GStreamer pipeline and I need assistance to record the screen. I am using both command line and graphical tools for debugging. The hardware used is imx8mp EVK. We can join together in resolving the issues.

    €12 (Avg Bid)
    €12 Offre moyenne
    3 offres
    AUTOIT !! Local HTTP(s) Proxy S'est terminé left

    I need make an AUTOIT local http(s) proxy. The idea is run this local proxy and monitoring the http(s) data of browsers that use this proxy in a log file. Please send me in your proposal your skills about autoit and if you understand what I need. ATTENTION: Automatic proposals will be ignored. thanks you !

    €173 (Avg Bid)
    €173 Offre moyenne
    16 offres

    I am looking for a developer who can help me optimize my website's performance by merging my CSS and JavaScript files to reduce the number of HTTP calls. Requirements: - Current size of CSS and JavaScript files is more than 500KB. - No customizations are needed. - No dependencies need to be installed prior to merging the files. Ideal Skills and Experience: - Strong knowledge of CSS, JavaScript, and Bootstrap. - Experience in optimizing website performance. - Familiarity with tools and techniques for merging CSS and JavaScript files.

    €38 (Avg Bid)
    €38 Offre moyenne
    10 offres

    I need selenium to work with the carina framework.

    €474 (Avg Bid)
    €474 Offre moyenne
    16 offres
    FB page inbox HTTP Request S'est terminé left

    I do already have the bot. I just need you to fix it, as it does not work for a specific page. It works for every other page I'm trying send messages to the customers inside the inbox. If I send message manually it works just fine. Bot with the bot it just says error (I do have the source code) I believe it was written in PHP, and C#. I need someone who has deep knowledge about FB, and has been working with pages, or bots for pages before.

    €489 (Avg Bid)
    €489 Offre moyenne
    44 offres
    NVP6134C BT.1120 RK3568 S'est terminé left

    EXPERT LEVEL HARDWARE DESIGN We need a complete solution, We need to connect all 4 x AHD and analog cameras get working with RK3568, can be playable by rk3568 gstreamer. Skills and experience required: - Strong knowledge and experience in video processing board development - Proficiency in BT.1120 technology - Familiarity with audio/video input processing - Ability to troubleshoot and fix any issues that may arise during the development process We need a complete solution, We need to connect all 4 x AHD and analog cameras get working with RK3568, can be playable by rk3568 gstreamer. If you have the expertise and skills required for this project, please submit your proposal.

    €5952 (Avg Bid)
    €5952 Offre moyenne
    8 offres
    FB Inbox HTTP Request sender S'est terminé left

    I need someone to fix my sender bot, so I can send messages to people in the inbox of my page. It was coded in PHP, and C#. I think he reverse engineered it, but I'm not sure. I do have the code, so I just need it to be fixed.

    €447 (Avg Bid)
    €447 Offre moyenne
    47 offres
    http to https encrypted S'est terminé left

    Project Title: HTTP to HTTPS Encrypted Description: I am looking for a skilled freelancer who can convert my website from HTTP to HTTPS. The ideal candidate should have experience with website security and encryption protocols. Requirements: - Experience with website platforms such as WordPress, Wix, or custom-built websites - Knowledge of SSL certificates and HTTPS implementation - Familiarity with website migration and redirecting HTTP to HTTPS - Strong understanding of website security best practices Responsibilities: - Convert the specified number of pages on the website to HTTPS - Ensure proper SSL certificate installation and configuration - Implement necessary redirects and update internal links to HTTPS - Test and verify the successful conversion of the web...

    €25 (Avg Bid)
    €25 Offre moyenne
    80 offres

    ...chức năng: 1. tự động thêm 1 mã hàng định sẵn vào đơn hàng, 2. Tự động điền mã khách hàng trong danh sách cho sẵn, 3. Thay đổi mẫu in với nội dung cho sẵn thay vì thay đổi theo thông tin từng khách hàng. Bạn code đã hoàn thành công việc tốt, extension hoạt động tốt sau 1 tháng thì trang web thay đổi từ http sang https thì extension không còn hoạt động với lỗi sau: Mixed Content: The page at 'https://xxxxx/sales' was loaded over HTTPS, but requested an insecure resource 'http://xxxxx/api/v1/customers?searchKeywords=CUS.DA40111.03669'. This request has been blocked; the content must be served over HTTPS. ...

    €20 (Avg Bid)
    €20 Offre moyenne
    2 offres

    Web Developer Needed to Convert Page URLs from http to https These URLs are in a Free eCard Program. The Programmer is doing other things now. The project has a budget and I am willing to discuss it further with interested candidates. The time for this project is flexible, and timely delivery is preferred.

    €19 (Avg Bid)
    €19 Offre moyenne
    30 offres

    Project Description: I am looking for a developer with experience in Dart or Web to help me upload a document file to s3 using HTTP Post and STS Token. Skills and Experience: - Proficiency in Dart programming language - Familiarity with AWS services, specifically s3 - Experience in working with HTTP Post requests and STS Tokens The ideal candidate should have the necessary AWS credentials and permissions to access and upload files to s3. They should also be able to handle document files and ensure successful file uploads.

    €19 (Avg Bid)
    €19 Offre moyenne
    2 offres

    I am looking for a skilled programmer to implement a socket that can send encrypted information from an HTTP to HTTPS connection. The ideal candidate should have experience in the following: - Programming Language: [Please specify] - SSL Certificate: [Please specify] - Timeframe: [Please specify] Please provide your expertise and availability to complete this project. Thank you.

    €22 (Avg Bid)
    €22 Offre moyenne
    14 offres

    I need the socket to send the encrypted information, that is, to go from http:// to https:/

    €29 (Avg Bid)
    €29 Offre moyenne
    14 offres
    Go local http proxy S'est terminé left

    Hi, I'm trying to use a open source Golang local http proxy but i need help for use it. If you have experience in Golang we can do it work. please send me your skills about golang and http proxy. thanks !

    €138 (Avg Bid)
    €138 Offre moyenne
    16 offres

    I have a PowerShell script that takes http url input and use ffmpeg to output a udp stream. Script had been working until yesterday. Receiving error Test-Path : Cannot bind argument to parameter 'Path' because it is null. I'm novice in PowerShell and haven't been able to debug with PowerShell ISE Need assistance determining why we're now receiving the null for variable Test-Path.

    €29 (Avg Bid)
    €29 Offre moyenne
    8 offres

    HAR Parser using python Breakdown har file and display the contents in HTML, CSv formats "URL, PATH, HOSTNAME, PORT , method,headers, request type, response status, response size, total time, wait time, blocked time, received time, blocked queueing time" Output: - Visual media like a graph - CSV and HTML output Skills and Experience: - Strong knowledge of Chrome HAR HTTP Archive .har file format - Proficiency in data extraction and analysis - Experience in creating visual media such as graphs - Familiarity with JavaScript, HTML, and CSS Additional Information: - I do not have the necessary tools to run the analysis, but I know what I need. The freelancer should be able to advise me on the required tools and assist with their setup if necessary. Please include relevant ...

    €21 (Avg Bid)
    €21 Offre moyenne
    5 offres

    Automatically send POST requests triggered by specific received email to an HTTP interface Budget 40 EUR I am looking for someone to create a system that automatically sends POST requests triggered by the reception of emails from a specific email, to an HTTP interface. I don't have a preferred language in mind for the program. Short, I need a program that reads an email received, gets the important info and modifies it/add info in need according to my needs and sends it to an HTTP interface in the form of a POST request. Details: The ultimate aim of the project is to send betting picks from email to the website. offers the following http GET/POST endpoints to facilitate communication with the pick processing and distribution system: - Submit a new

    €135 (Avg Bid)
    €135 Offre moyenne
    24 offres
    HTTP Header Vulnerability S'est terminé left

    HTTP Strict Transport Security (HSTS) header missing or misconfigured Missing header: X-Content-Type-Options Content-Security-Policy Not Implemented

    €74 (Avg Bid)
    €74 Offre moyenne
    20 offres

    Hello, We currently display a live video stream using an outdated implementation of Gstreamer in our Windows Qt App but Gstreamer keeps crashing our app every 5-10 minutes and requires a complicated user install. We need a solution to make our app more stable and not crash all the time and not require a complicated installation process for the user. Either: 1. Fix the bug that makes our app crash because of GStreamer. or 2. Use vlclib or some other method you are very familiar with to display the video stream in our Qt App. Budget: AUD $200-300 *Another $700 of work is available for other jobs on the same app after this job is complete. *You must be able to use github and know what a branch means. *Use the code: "noTSpam" in your reply to indicate you...

    €265 (Avg Bid)
    €265 Offre moyenne
    28 offres

    I need to configure multicast on a video recorder Verint and acquire the video with GStreamer

    €26 / hr (Avg Bid)
    €26 / hr Offre moyenne
    3 offres

    i have a website running on https but one of the model i've hosted on gcp is running on http i want the gcp vm external ip running on https

    €19 (Avg Bid)
    €19 Offre moyenne
    6 offres

    I need to configure multicast on a video recorder Verint and acquire the video with GStreamer

    €21 / hr (Avg Bid)
    €21 / hr Offre moyenne
    6 offres
    http://tourismwithme12.ccbp.tech S'est terminé left

    I am looking for a web developer to create a website that promotes local tourism to international tourists. The website will have text content with images, and will showcase the beauty and culture of the local area. The ideal candidate will have experience in web development and design, as well as knowledge in SEO and digital marketing. The website should be user-friendly, visually appealing, and optimized for search engines. The target audience for the website is international tourists, so it should be accessible in multiple languages and have a user-friendly interface. Overall, the goal of the website is to attract tourists to the area and promote local businesses and attractions.

    €138 (Avg Bid)
    €138 Offre moyenne
    28 offres

    I need to do HTTP queries from a server in a Nintendo Switch application built in Unity. I need someone with experience doing this. I have received HTTP socket access on OMAS, but I do not know how to authorize the app with my server.

    €166 (Avg Bid)
    €166 Offre moyenne
    5 offres

    ...triggered by a Telegram bot message to an HTTP interface. I have a list of features for the Telegram bot that I'd like included. I don't have a preferred language in mind for the program. short, I need a program that takes a message posted by a bot in Telegram and sends it to an HTTP interface in the form of a POST request. Details: The ultimate aim of the project is to send betting picks from Telegram to the website. offers the following http GET/POST endpoints to facilitate communication with the pick processing and distribution system: - Submit a new pick to You can read more about it on their website here: The Telegram channels are my

    €19 / hr (Avg Bid)
    €19 / hr Offre moyenne
    3 offres