Find Jobs
Hire Freelancers

ffmpeg sh script

$250-750 AUD

Completed
Posted over 10 years ago

$250-750 AUD

Paid on delivery
Dreambox a satellite receiver that has a built in HTTP MPEG2 streaming function. It's easy to connect to it with VLC (network stream connect to [login to view URL] , I use ffmpeg to convert it to rtmp , to minimise bandwidth and easy share by server , but i can only run it from terminal with logs , as soon as i closed terminal script stops and unable to run by making script file in background , command i am using is ffmpeg -i [login to view URL] r 25 -vcodec libx264 -b 300k -bt 500k -s 720x480 -acodec aac -ar 44100 -ab 128k -strict experimental -f flv rtmp//[login to view URL] or ffmpeg -i rtmp://[login to view URL]@108430 -r 25 -vcodec libx264 -b 300k -bt 500k -s 720x480 -acodec aac -ar 44100 -ab 128k -strict experimental -f flv rtmp://[login to view URL] What exactly i want is make sh file with ffmpeg command with channels name e.g.:- [login to view URL],[login to view URL],[login to view URL] etc then a main file run [login to view URL] , which executes all other files([login to view URL], [login to view URL],[login to view URL] etc ) in one go . in the end a check [login to view URL] in cronjob, to check if all the scripts are working if stopped restart them again . or else find some other easy solution :-)
Project ID: 5210512

About the project

19 proposals
Remote project
Active 10 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
Hi, I would like to work in this project I am very interesting to work with ffmpeg. I have experience work with linux and scripting. Regards.
$277 AUD in 7 days
5.0 (6 reviews)
4.6
4.6
19 freelancers are bidding on average $380 AUD for this job
User Avatar
Hi there, I have over 7 years experience working on HTML, Wordpress, Magento, Database administration, OpenCart, Website Design, Logo / Banner Design Joomla, CSS and Linux Administration. I have read the project description very well, and i would like to complete this project. lets complete this project
$515 AUD in 3 days
4.9 (243 reviews)
7.3
7.3
User Avatar
Hello, I have over 9 years experience as an Linux admin and can do this project. Please feel free to ask if you have any questions. Thank You
$252 AUD in 1 day
4.9 (207 reviews)
6.8
6.8
User Avatar
Dear novacubelancer staff, thank you for posting this interesting project. Before starting to do project work, I had a job where I automated various media tasks using Linux machines. So I can help you competently. Regarding the backgrounding, you should run ffmpeg using nohup. Regarding supervising the scripts running, a pid file may be a good solution. Please inform me if you require more in-depth help besides these pointers, then I'd be happy to accept your project. Best regards, Isidor Zeuner
$665 AUD in 10 days
5.0 (7 reviews)
6.8
6.8
User Avatar
Hello I can get this completed for you. <==================================================================
$700 AUD in 5 days
5.0 (69 reviews)
5.8
5.8
User Avatar
can help you with creating your tasks - creating specific sh scripts per channel, add multisctript to run all of them and cron task check/restart scripts regards
$250 AUD in 1 day
5.0 (82 reviews)
5.6
5.6
User Avatar
Hello, Dreambox have stripped linux, so it has no support of all features usual linux has. I can find solution for you and write shell script to check if streams running well as well as restart them if necessary. Ready to start right after milstone. Thanks!
$333 AUD in 3 days
4.7 (15 reviews)
5.6
5.6
User Avatar
Hi, I have worked on several ffmpeg projects including application using ffmpeg libraries. I am basically a Linux programmer. This looks like a trivial job. If you are running a script inside a terminal, during terminal exit (internally called as hangup) that shell will exit and all executable that are invoked by that shell will also get destroyed. You need to detach your script from the terminal to run it even after your terminal exit (or logout). Apart from this you want to have watchdog process to start the process again, if it the steamer exits for some reason. We can have a watchdog process running in background and monitoring these processes and if any process dies, then it can restart those. We can go for better scripting language like perl or php for such things as shell script is very much limited. But this is doable using shell script as well. Though I have worked on several ffmpeg/linux tasks, I am not sure why freelancer shows me at 9th position. I think this is due to the tag "Linux". You can check my work history to find past ffmpeg/linux jobs. Thanks!
$300 AUD in 7 days
5.0 (12 reviews)
4.3
4.3
User Avatar
We have worked with FFmpeg for 4 years. My transcoder is based FFmpeg with some customize to more control and stable. It also has GUI(graphic user interface) to manage all transcoding. it is very easy to using. We have a lot of experience with live streaming. Especially WOWZA, Darwin, Red5, Live555... We have build a secure module(authentication module) for secure streaming. We have also sucessful developed a Video Platform, VOD(video on demand) and Live Video. We have a lot of experience in live transcoding and streaming video. Your solution supports many inputs type as RTMP, UDP, RTSP, RTP, HTTP...output is encoded in H264/AAC over RTMP, UDP, HTTP...target devices are PC, tablet, smartphone( iOS, Android, Windows phone), smarttv. We can streaming from Camera, Camrecoder, DVB-S, DVB-T video capture card... to web, smartphone, IPTV. We can consult you build a good video streaming system. Let me help you.
$315 AUD in 1 day
5.0 (1 review)
3.5
3.5
User Avatar
Hello! I can deliver a solution for your ffmpeg "problem" within the better part of a week. Please contact me if you are interested, thank you.
$555 AUD in 5 days
5.0 (1 review)
3.4
3.4
User Avatar
Hi, I have many experiences with Linux shell script and programming in UNIX environment too. Let's me help you solving this problem. Thanks and best regards, Ngoc Phu Truong
$250 AUD in 0 day
5.0 (2 reviews)
2.6
2.6
User Avatar
Hello, I work as a Linux/Unix system administrator for the past 10 years and have all the necessary skills and hands-on experience to complete the task. Hope to hear from you soon.
$277 AUD in 3 days
5.0 (2 reviews)
2.1
2.1
User Avatar
Your bid is kinda high for startup/init scripts and a cronjob to check if it's still running. What I would do is make the start script write the pid to pid-files and then have a cronjob check if the pid's in the pid-files are still running if not restart the appropriate script again and print an appropriate message.
$250 AUD in 7 days
5.0 (1 review)
1.8
1.8
User Avatar
A proposal has not yet been provided
$360 AUD in 12 days
0.0 (0 reviews)
0.0
0.0
User Avatar
Hi, Have you tried using the 'screen' command to keep the script on the background? Anyways, I've been an FFmpeg developer for 5 years and I have a lot of experience with sh scripts. Let me know if you want any more information. Ramiro
$555 AUD in 3 days
0.0 (0 reviews)
0.0
0.0
User Avatar
Hi, I have more than 9 years of experience of linux admin with lots of flavours of posix operating system like Redhat linux, centos, debian ubuntu, suse etc.I can write a shell script for doing this & will do your task with performance, but forst I need to understand the existing structure, through ssh login. Give me a chance I will do my best.
$250 AUD in 0 day
0.0 (0 reviews)
1.8
1.8
User Avatar
A proposal has not yet been provided
$277 AUD in 3 days
0.0 (0 reviews)
0.0
0.0
User Avatar
I am an experienced Software Engineer with a PhD in Video Coding and 10+ years in software development in Linux based platforms. I have routinely used various scripting languages including Bash, Perl and Python for tasks often similar to yours. I believe I can implement a solution for your problem and look forward to working with you if selected. Please do not hesitate to contact me for any further details or requirements.
$250 AUD in 4 days
0.0 (0 reviews)
0.0
0.0
User Avatar
hi there, i'm interested in your task, could we discuss it on skype? my id is dmytryi_lipin. looking forward to hearing from you.
$250 AUD in 2 days
0.0 (0 reviews)
1.0
1.0

About the client

Flag of AUSTRALIA
Docklands, Australia
5.0
13
Member since Jul 16, 2013

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.