question

Dosheimer avatar image
Dosheimer asked

ffmpeg on VenusOS possible?

Hi!
on my boat I have a Raspberry Pi 4 (Modell B, 4GB Rev 1.2) with a 128GB Ultra SD card and running VenusOS v3.10.

Is there a chance to get ffmpeg running on VenusOS?

My usecase is that I have a webcam installed on my boatĀ“s mast producing a short video once a day for lines check etc. and transferring it to my webside via VPN. I am using a linux script in connection with webcam API commands and ffmpeg on a remote server, but due to often poor LTE connectivity I would like to first create and save the video on my boatĀ“s hardware and then to transfer the ready file to my remote server.

Of course I do not want to install a second raspi for this (energy and sailboat..).

Also I tried to automatically create the video on my webcams hardware first and then to pick it up from there. But this is getting to certain API limitations.

Someone has an idea?

Venus OS
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

2 Answers
matt1309 avatar image
matt1309 answered Ā·

@Dosheimer


Never tested it but venus os is just linux so I imagine you can install it. If you're on raspi4 I'd have said it would just be a case of installing arm64 version of ffmpeg.

I couldnt see it in the opkg's package list but doesnt mean you couldnt download it directly and install it.

Maybe not one to test on a critical system but I imagine it's possible.

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Dosheimer avatar image
Dosheimer answered Ā·

The solution I am using meanwhile is a ffmpeg installation on the LET/wifi router which is runnying perfectly fine now....

1 comment
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

matt1309 avatar image matt1309 commented Ā·

The only other idea i can think of is maybe going the IP Cam route?

Let that handle the capture of the video feed, have it upload the time interval it's set to record to an FTP server running locally either your router or venus os.

Then either forward it on to "home" if IP cam doesnt support multiple servers or let the IP camera send directly if it supports multiple servers.

I imagine transferring a raw file is less intensive than capturing the video feed but sounds like your solution is working. I'm always on the side of if it's working dont touch it


0 Likes 0 Ā·

Related Resources