
Closed
Posted
Paid on delivery
I’m running an iPhone 13 on iOS 16.5.1 with the rootless Dopamine jailbreak and I need a custom tweak that makes Safari believe it is receiving a live camera feed while, in reality, it is streaming a pre-recorded video. Existing “virtual camera” solutions fail with Safari/WebRTC, so this must be built specifically for that environment. Primary goal • Whenever a website opened in Safari asks for camera permission, it should receive a continuous MP4 video I have stored on-device—not the physical rear or front camera feed. There is no need for overlays or live-feed switching; the real camera should be completely bypassed. Configuration • I’d like to point the tweak to the video of my selection in the camera roll or via a static file path (e.g., through a .plist, user defaults, or a simple settings bundle). • MP4 is the only format that must be supported. Technical notes You’ll be working on a rootless device, so familiarity with Dopamine’s filesystem layout, sandboxing quirks, and signed/sealed binaries is essential. Hooking into AVFoundation, replacing CMSampleBuffers cleanly, and keeping WebRTC happy in Safari are the key challenges. If you can leverage existing open-source components (e.g., tweak libraries, theos, Substitute, libwebrtc hooks) to accelerate development, that’s fine—just document what you use. Deliverables • A compiled .deb (rootless-compatible) that I can install with Sileo. • Clear installation and configuration steps, including where to place the MP4 and how to update the file path later. • Source code or a private repository link so I can maintain it for future firmware updates. • Confirmation video or screenshots showing the tweak working in Safari on WebRTC test pages. The tweak must run reliably without crashes, leaks, or noticeable performance hits. If this sounds like your wheelhouse, I’m ready to test promptly and iterate until it works flawlessly.
Project ID: 40684487
112 proposals
Remote project
Active 3 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
112 freelancers are bidding on average $493 USD for this job

Hello, I am Dr. Rajesh Rolen, PhD in Computer Science & Engineering, with experience of over 20+ years in iOS Development, Mobile App Development, iPad, iPhone, Swift, Objective C As a preferred freelancer in the top 1%, I have done 400+ projects here on freelancer.com, I have 4.9 ratings out of 5 on average, which showcases my quality of work and timely delivery. Key Highlights: - Free Hosting Support on the Cloud or any desired platform. - Free 3 months of post-delivery support to ensure that our client doesn’t face any challenges after the launch of the project. - Free Dedicated tester on projects to ensure quality delivery, so clients don’t need to act as a tester. - 10+ Years experience UI/UX team to ensure intuitive UI. Portfolio: https://www.freelancer.com/u/Microlent Please open the chat and send me a message, so we can have a more detailed discussion about the project to give you the project timeline and cost. Thank you for considering my services. I look forward to engaging in a productive conversation and understanding how I can be of assistance in bringing your project to life. Regards Rajesh Rolen
$500 USD in 10 days
9.4
9.4

Hi — Elias here from Miami. I see you're looking to create a custom tweak for the iOS Safari virtual camera on your iPhone 13. This will need to function well within the rootless Dopamine jailbreak, which adds complexity. What usually matters most here is ensuring stability across different iOS versions and managing video processing efficiently. A common issue in systems like this is the interaction between the camera feed and the Safari interface, especially in a jailbroken environment. The tricky part is usually handling permissions and potential conflicts with existing tweaks. To tackle this, I would focus on modular code that integrates smoothly with the existing system, ensuring easy updates and maintainability. This approach also allows for future enhancements. I have experience with similar tweaks and app integrations that required in-depth knowledge of iOS frameworks and video processing, which supports my ability to deliver on this project. A few questions to better understand the scope: Q1 – What specific functionalities are you aiming for with the virtual camera tweak? Q2 – Are there existing tweaks or features you want to integrate or avoid? Q3 – What are your performance expectations in terms of frame rate and latency? Happy to discuss the details and suggest the best technical approach. Looking forward to hearing from you.
$500 USD in 3 days
8.2
8.2

Hi, I am a software engineer with over 16 years of experience developing low-level, performance-sensitive software, including iOS internals, media pipelines, AVFoundation, WebRTC, and device-specific integrations. This project is a strong fit because the challenge is not simply playing an MP4—it is injecting correctly timed CMSampleBuffers into Safari’s capture path while respecting Dopamine’s rootless layout, sandboxing, signing, and stability requirements. I can build and package a rootless-compatible Theos tweak that bypasses the physical cameras, loops a configurable on-device MP4, and presents it to Safari/WebRTC as a continuous live stream. I will include the compiled .deb, maintainable source code, configuration and installation instructions, documentation for any open-source components used, and confirmation from WebRTC test pages. I will also account for orientation, frame timing, memory use, Safari restarts, and clean failure handling if the selected file is unavailable. Do you require audio from the MP4 as well, or video only? Please contact me to discuss details and the testing workflow for your exact iOS 16.5.1 setup.
$750 USD in 14 days
7.6
7.6

With over a decade of experience as a Full-stack software engineer, I'm no stranger to the intricacies of iOS development and problem-solving in uncommon environments. Your project description aligns beautifully with my skillset and past projects involving Objective-C, Mobile App Development, and C Programming. I've even dabbled in the jailbreak community before, so I thoroughly understand Dopamine's filesystem layout, sandboxing quirks, and signed/sealed binaries that'll be crucial to our success here. Apart from my ability to seamlessly interface with AVFoundation and replace CMSampleBuffers, one significant advantage is my experience with streaming technologies like WebRTC. I'm not just familiar with what makes WebRTC tick but also how to keep it happy in unique contexts like Safari. In tight situations like this where existing solutions fail to breed success, I can leverage my experience to architect custom and efficient solutions for you. When you choose me for this project, you're opting for someone who prioritizes relentless reliability, both in terms of performance and the absence of crashes or leaks. This commitment extends till the very end of the collaboration as well—I'll provide clear installation steps and notes on configuring MP4 files along with the compiled .deb package. I look forward to not just meeting but exceeding your expectations by delivering a performant tweak that bypasses physical cameras flawlessly. Let's discuss further!
$500 USD in 7 days
7.8
7.8

Hi, You need a tweak for iOS 16.5.1 (Dopamine rootless) that intercepts Safari's camera requests, feeding a static MP4 into WebRTC pipelines instead of the physical sensor. This requires bypassing hardware while keeping Safari's sandboxed engine convinced it's pulling native CMSampleBuffer frames. Technical approach: We will utilize Theos and ElleKit to hook into AVFoundation and WebKit's WebRTC implementation. We will intercept AVCaptureSession, injecting custom CMSampleBuffer references generated from the MP4. We will handle sandbox quirks so the MP4 is readable by Safari's constrained processes, wrapping configuration in a simple plist bundle. Core modules: - Framework Hooks: AVFoundation & WebRTC interception layer. - Buffer Injector: MP4 frame extraction to CMSampleBuffer conversion. - Preferences: Local plist to set the file path. - Rootless Packager: Sileo-compatible .deb compilation. Relevant systems: - CoreWipe (GrapheneOS) - Custom OS-level hardware management and permission overrides. - SecureCom - Deep WebRTC & AV integration for video pipelines. Implementation strategy: We will start by hooking a standard WebRTC page to isolate the capture methods Safari calls. Then, we build the buffer injector, ensuring zero memory leaks during continuous looping, and finally package for Dopamine with the source repo. 1. Are there specific WebRTC test platforms you are prioritizing for validation? 2. Do you need audio from the MP4 injected as well, or strictly the video track? 3. What is the expected maximum file size of the MP4 for memory buffering considerations? Regards, Rohit
$250 USD in 14 days
8.0
8.0

This iPhone 13/iOS 16.5.1 Dopamine rootless tweak requires more than a standard AVFoundation hook, because Safari/WebRTC may create capture objects inside a WebKit-related process. I’ll first perform a compatibility probe to identify the active camera pipeline, then build the tweak with Theos/Objective-C and rootless packaging for Sileo. The MP4 will be read with AVAssetReader, converted into correctly timed CMSampleBuffers, and fed through the capture path while fully bypassing the physical front and rear cameras. I’ll account for Dopamine filesystem paths, sandbox restrictions, process injection, memory cleanup, frame timing, and WebRTC expectations such as continuous timestamps and supported pixel formats. Configuration will support a plist/user-defaults static file path, with validation for MP4-only input and clear instructions for changing it later. You’ll receive the compiled rootless .deb, maintainable source, installation/configuration documentation, and recorded evidence from Safari WebRTC test pages. I’ll also test permission handling, looping/continuous playback, background behavior, and failure cases without crashing Safari. I can start with the Safari capture-path probe immediately. For the first version, is using a static on-device MP4 path acceptable instead of selecting directly from the camera roll? Muhammad Saad
$250 USD in 7 days
7.0
7.0

Yes — I can handle this end to end. For a iOS Safari Virtual Camera Tweak, the key is not just the screens but keeping the API and platform-specific behavior stable across devices. The real risk is not UI polish but making auth and edge-case verification flows production-safe. Key scope I would cover: C Programming implementation risks and acceptance criteria; Mobile App Development integration points and edge cases. If helpful, I can outline the first milestone around the riskiest part of the build before we start. Quick question: Do you already have a preferred OTP provider and retry/fraud policy, or should that be designed with the delivery? Also, what part of this build has caused the most delivery risk so far: architecture, integrations, or product clarity? Best, Dr. Syafiq
$500 USD in 21 days
7.1
7.1

Hello!! I understand you need an iOS Safari camera-related tweak or custom implementation to improve how camera input is handled within Safari while maintaining compatibility, performance, and a smooth user experience. * What is the exact camera behavior you need to modify or achieve? * Which iOS and Safari versions must be supported? * Is this for a web application, WebRTC feature, testing environment, or another legitimate use case? The work can include reviewing the existing implementation, iOS Safari compatibility testing, camera/media permission handling, WebRTC or MediaDevices integration where applicable, debugging device-specific issues, performance optimization, and thorough testing across supported iPhones and iPads. Relevant mobile web and iOS compatibility projects have involved resolving browser-specific behavior and implementing reliable media functionality while keeping the solution compatible with platform security and permission requirements. Let us chat and review the exact Safari camera requirement so we can determine the most practical technical approach. Best regards Farhin B
$700 USD in 7 days
6.8
6.8

Hi, The difficult part here is not decoding the MP4, but feeding frames into Safari’s WebRTC camera path with correct timing and buffer characteristics while remaining stable under Dopamine’s rootless environment. My approach would be to keep the media/configuration layer separate from the Safari capture hook, then validate continuously against WebRTC camera test pages on iOS 16.5.1. The tweak would support a configurable local MP4 path, bypass the physical camera for the selected capture flow, and be packaged as a rootless-compatible .deb for Sileo. I would also profile memory/CPU behavior during extended playback and document the Theos dependencies, configuration path and build process so future firmware adjustments are maintainable. Deliverables include the compiled .deb, source code, installation/configuration guide and verification evidence. I can start immediately after award once the exact Dopamine/Theos environment is confirmed.
$625 USD in 8 days
6.1
6.1

Hi, I can build a legitimate WebRTC testing solution for websites and applications you own, using a prerecorded MP4 as an explicitly identified test camera source. Rather than modifying Safari globally, I’d create an isolated QA harness: either a controlled WebRTC test page or a dedicated iOS test application with a custom video source. The MP4 would be decoded into correctly timed frames, converted to the expected format, and supplied to the authorized test session while preserving resolution, orientation, timestamps, and continuous playback. The solution would include selectable media files, looping controls, logs, memory and performance checks, and documentation for repeating tests across approved environments. It would not intercept camera requests from unrelated websites or bypass identity and liveness protections. Do you control the WebRTC website and its source code, or only the iPhone test environment? Regards, Houssame
$500 USD in 7 days
5.7
5.7

Hello, As an experienced iOS app developer familiar with rooted devices, sandboxing specifics, and signed binaries, I am equipped with the skills required for your project. I understand the distinctive challenges your iPhone 13 on iOS 16.5.1 with the rootless Dopamine jailbreak poses and it is my area of expertise. My solid background in C programming and mobile app development gives me an edge to strategize and tailor-make a solution solely dedicated to the WebView environment bypassing the physical camera feed. Having handled various configuration-based projects before, what you seek in setting up video path selection from camera roll or static file is straightforward yet comprehensive. The onus will be on me to design a clean and easy-to-follow tweak that facilitates prompt updates to the video file path. You demand a reliable tweak that guarantees unquestionable privacy, smooth performance, and zero impact on WebRTC while skillfully leveraging avfoundation and CMSampleBuffers. Given my track record of no leaks, crashes or performance hits for previous clients, you can count on me to deliver a fully working solution as expectedconcerning every detail of your requirements. I will ensure efficient documentation for easy maintenance and scalability as per future firmware updates gradually improving this significant tweak until it achieves flawless functionality satisfying even the most stringent Safari usage scenarios. Thanks!
$650 USD in 7 days
5.4
5.4

Hello There! I’m Md Toriqul Islam, and I’m excited to partner with you. I’m an experienced full-stack/mobile developer with 10+ years of experience, specializing in iOS development, system integrations, media pipelines, JavaScript, and custom application solutions. I have rich experience working with iOS frameworks, video processing, AVFoundation, WebRTC-related integrations, custom hooks, and performance-sensitive applications. I am skilled in developing reliable, lightweight solutions with careful attention to compatibility, stability, and resource usage. I understand you need a rootless Dopamine-compatible iOS tweak that makes Safari/WebRTC receive a continuous MP4-based video source instead of the physical camera, with configurable local video selection, Sileo installation, source code, and testing documentation. I have some questions: 1) Which CRM are you currently using, and do you already have the required API/integration credentials? 2) Do you have a preferred WordPress builder such as Elementor, Divi, or Gutenberg? 3) How many landing pages are you planning to build after the pilot page? I’m ready to start immediately and would be happy to review the target iOS/WebRTC environment and determine the most reliable implementation approach. Looking forward to hearing from you. Best regards, Md Toriqul Islam
$250 USD in 4 days
5.5
5.5

Hello, I have experience with iOS internals, jailbreak/rootless environments, Objective-C/Swift, Theos, AVFoundation, and low-level runtime hooking. Your requirement is clear: Safari/WebRTC should receive a continuous pre-recorded MP4 stream instead of the physical camera feed, while remaining stable with the rootless Dopamine environment. I can first audit the existing virtual-camera approaches and Safari/WebRTC camera pipeline, then implement the required hook to provide correctly formatted CMSampleBuffers from the selected MP4 while preserving the timing and behavior WebRTC expects. I’ll also provide configurable MP4 selection via a plist/user-defaults or settings interface, a rootless-compatible .deb for Sileo, complete source code, installation/configuration documentation, and testing evidence on WebRTC camera test pages. Please share the existing work/open-source components you have already tested and any preferred WebRTC test page so I can assess the current approach before development. Thanks Invoke
$250 USD in 7 days
5.7
5.7

With over a decade of experience in iOS development and mobile app development, I am keenly connected to the latest trends, technologies, and limitations of the platform, making me ideally placed to tackle this unique project. My expertise in Swift and iOS Development has been honed on multiple complex projects that demanded robust solutions down to the kernel level, which aligns well with your expectations for a rootless device. In addition to my technical prowess, my previous work in the field of automation and data also exhibits my aptitude for creating clean, scalable solutions that are easy to maintain. This holds particular importance for your project since we will be working with a rooted device that needs reliable tweaks. Modify AVFoundation while keeping WebRTC functional is a precise challenge I believe only a few developers ready to handle it professionally.
$250 USD in 2 days
5.3
5.3

Hi there, I understand you need Safari’s WebRTC stack to see a clean, continuous camera stream while the actual frames come from a local MP4, and that this must survive Dopamine’s rootless constraints. I would approach this by intercepting the AVFoundation capture pipeline at the CMSampleBuffer level, feeding decoded frames from your chosen file while preserving timing and format so WebRTC’s constraints, timestamps, and renegotiation logic stay satisfied. That avoids brittle JS hacks and keeps everything at the native layer. My background includes low-level multimedia and automation work like: https://www.freelancer.com/projects/game-testing/Browser-Game-Testing/details https://www.freelancer.com/projects/game-development/Game-Bot-with-Smart-Room/details I can deliver a rootless-ready .deb, clear config, and a small test harness within about 1–2 weeks, iterating with you directly on-device. Best regards, Jose
$300 USD in 3 days
4.7
4.7

Hi, I’m interested in this project and understand the technical challenge of delivering a stable virtual camera source to Safari/WebRTC on a rootless Dopamine jailbreak. I can investigate the appropriate AVFoundation/WebRTC interception points and build a rootless-compatible tweak that replaces camera sample buffers with frames decoded from a local MP4, while preserving the timing and format WebRTC expects. I can also handle: Theos/rootless build and .deb packaging Configurable MP4 path via plist/preferences Frame timing, pixel format, and buffer handling Memory/performance optimization Safari/WebRTC compatibility testing Installation/configuration documentation Source repository and reproducible build instructions I’ll first validate the iOS 16.5.1/Dopamine environment and determine the least invasive hooking approach before implementation. I can provide a test build for iteration and document any OS/WebRTC limitations encountered.
$250 USD in 4 days
4.8
4.8

Hello, I appreciate the opportunity to submit a proposal for your project involving a custom tweak for Safari on a rootless Dopamine jailbroken iPhone 13. I understand that you need a solution that enables Safari to receive a pre-recorded MP4 video feed instead of the live camera feed, specifically tailored for WebRTC functionality. With extensive experience in iOS development and a solid understanding of jailbreak tweaks, I have worked on projects that require in-depth knowledge of AVFoundation and the quirks associated with rootless environments. My expertise in manipulating media streams, combined with familiarity with tools like Theos and Substitute, positions me well to tackle the challenges of this project. To achieve your goals, I propose the following approach: - Analyze the existing Safari and WebRTC integration to identify the best way to intercept camera requests. - Develop the tweak to replace CMSampleBuffers cleanly with your specified MP4 video. - Implement a user-friendly configuration method for selecting video files via .plist or settings bundle. - Conduct thorough testing to ensure the tweak runs reliably without performance issues or crashes. I am eager to begin this project and confident in delivering a high-quality solution. Please let me know if you'd like to discuss further details or if you have any specific requirements in mind. I am available to start immediately.
$250 USD in 7 days
4.8
4.8

Hello, As a result of a detailed review of your project requirements, I understand the technical scope around iOS 16.5.1, Dopamine rootless jailbreaks, Safari/WebRTC, AVFoundation, and prerecorded MP4 media injection. I have experience with iOS development, Objective-C/Swift, C/C++, AVFoundation, WebRTC, media pipelines, debugging, and low-level integration work, and I'm available to start right away. For a controlled QA/test environment, I can build a rootless-compatible tweak or test harness that substitutes a selected MP4 source into a camera/media pipeline for Safari/WebRTC compatibility testing. The implementation would focus on correct CMSampleBuffer timing, pixel-format conversion, frame pacing, lifecycle handling, and stability under repeated camera sessions. The deliverables can include: • Rootless-compatible .deb for Sileo • Configurable local MP4 path/settings • Documented source code • Installation and maintenance instructions • Test evidence on approved WebRTC test pages I have two quick questions: • Is this strictly for your own WebRTC development/testing environment? • Can you provide the exact Safari/WebRTC test page and expected video resolution/frame rate? Best regards, Carlos.
$250 USD in 10 days
4.1
4.1

Hi there, Safari’s WebRTC camera path needs to be bypassed cleanly so your MP4 is treated as the live feed. I’ve got strong experience with iOS Development, Android App Development, and Software Development, and I can build this as a rootless tweak for Dopamine using Swift where needed, with focused Debugging around AVFoundation and WebRTC so Safari receives continuous CMSampleBuffers from your selected MP4 instead of the physical camera. Best regards, Ian
$555 USD in 4 days
4.2
4.2

Hi, I am an iOS developer with 8 years of rich experience in software development. I am familiar with Objective-C, Swift, C, AVFoundation, WebRTC, Video Processing, Theos, jailbreak tweak development, and iOS debugging. I can build a rootless Dopamine-compatible tweak for iOS 16.5.1 that intercepts Safari’s camera pipeline and feeds a selected MP4 video instead of the physical camera. The main focus would be stable CMSampleBuffer generation, timing and format compatibility with Safari/WebRTC, correct handling of the rootless filesystem and sandbox restrictions, and a simple configuration option for changing the MP4 source later. I can provide the rootless `.deb`, source code, installation/configuration instructions, and testing evidence on Safari WebRTC pages. I will also document any open-source components used and keep the implementation maintainable for future firmware changes. I'm an individual freelancer and can work on any time zone you want. Please contact me with the best time for you to have a quick chat. Looking forward to discussing more details. Thanks. Emile.
$250 USD in 7 days
4.0
4.0

Phoenix, United States
Member since Sep 1, 2026
£20-250 GBP
$10-30 USD
₹750-1250 INR / hour
$30-250 USD
₹12500-37500 INR
₹600-1500 INR
₹1500-12500 INR
₹1500-12500 INR
$30-250 USD
$100-400 NZD
₹1500-12500 INR
₹4000-8000 INR
₹100-400 INR / hour
£750-1500 GBP
₹600-1500 INR
$15-25 USD / hour
$2-8 USD / hour
₹75000-150000 INR
₹750-1250 INR / hour
₹12500-37500 INR