Re: some simple way to serve videos?

2022-10-05 Thread latincom
> Hello,
>
>
> until now I have www-served (httpd) my photos using, as it seems to me,
> a very simple way: into a directory with photos I copied a file called
> gallery.html taken from
>
> https://github.com/gfwilliams/ThinGallery
> .
>
> This created a browsable gallery of photos (using a web browser and
> over the internet), simple enough for my mom to orient in and use.
> Is there any similar way so that I could serve also video files?
>
> Thanks for any comments / recommendations.
>
> (I want something that lives on my machine. I know there are some 'big'
> frameworks, perhaps MediaGoblin, Serviio; also I could perhaps run a
> docker
> with minnich under a virtual machine runing linux. But is there something
> easy and available on OpenBSD?)
>
>
> Best regards,
> Ruda


Hello
Is it possible to do that with .pdf ?

Thanks





Re: some simple way to serve videos?

2022-10-05 Thread Steve Williams




On 03/10/2022 5:00 a.m., rsyk...@disroot.org wrote:

Hello,


until now I have www-served (httpd) my photos using, as it seems to me,
a very simple way: into a directory with photos I copied a file called
gallery.html taken from

https://github.com/gfwilliams/ThinGallery
.

This created a browsable gallery of photos (using a web browser and
over the internet), simple enough for my mom to orient in and use.
Is there any similar way so that I could serve also video files?

Thanks for any comments / recommendations.

(I want something that lives on my machine. I know there are some 'big'
frameworks, perhaps MediaGoblin, Serviio; also I could perhaps run a docker
with minnich under a virtual machine runing linux. But is there something
easy and available on OpenBSD?)


Best regards,
Ruda


Hi,

I have been running piwigo (https://piwigo.org/) as a "Gallery" for all 
my photos and videos for years.  It takes a bit of work, but it does a 
good job and "just works".


It takes a small amount of work to configure php, phpfpm, but once 
that's all done, it's rock solid.


Kind of cool, it allows multiple formats of photos, so I can have my 
camera shoot jpgs and raw and it will provide the option of which to view.


For videos, you can create a thumbnail from the video so the user has a 
bit of a clue what they might be going to watch.


Good luck!

Cheers,
Steve Williams



Re: some simple way to serve videos?

2022-10-04 Thread Jordan Geoghegan




On 10/3/22 05:00, rsyk...@disroot.org wrote:

Hello,


until now I have www-served (httpd) my photos using, as it seems to me,
a very simple way: into a directory with photos I copied a file called
gallery.html taken from

https://github.com/gfwilliams/ThinGallery
.

This created a browsable gallery of photos (using a web browser and
over the internet), simple enough for my mom to orient in and use.
Is there any similar way so that I could serve also video files?

Thanks for any comments / recommendations.

(I want something that lives on my machine. I know there are some 'big'
frameworks, perhaps MediaGoblin, Serviio; also I could perhaps run a docker
with minnich under a virtual machine runing linux. But is there something
easy and available on OpenBSD?)


Best regards,
Ruda



I've successfully run Serviio on OpenBSD in the past and it worked 
great. The only problem I encountered was an FFmpeg issue where subtitle 
burn-in options didn't work.


Regards,

Jordan



Re: some simple way to serve videos?

2022-10-04 Thread Tobias Fiebig
Heho,
You can just quickly plug something together with the library script and 
video.js?

https://github.com/videojs

Quickly threw together a streaming-playback some years ago: 
https://git.aperture-labs.org/BBB-Things/bbb-stream-control/src/branch/main/var_www_html
 ; Should be totally server platform agnostic.

With best regards,
Tobias

-Original Message-
From: owner-m...@openbsd.org  On Behalf Of 
rsyk...@disroot.org
Sent: Monday, 3 October 2022 14:00
To: misc@openbsd.org
Subject: some simple way to serve videos?

Hello,


until now I have www-served (httpd) my photos using, as it seems to me, a very 
simple way: into a directory with photos I copied a file called gallery.html 
taken from

https://github.com/gfwilliams/ThinGallery
.

This created a browsable gallery of photos (using a web browser and over the 
internet), simple enough for my mom to orient in and use.
Is there any similar way so that I could serve also video files?

Thanks for any comments / recommendations.

(I want something that lives on my machine. I know there are some 'big'
frameworks, perhaps MediaGoblin, Serviio; also I could perhaps run a docker 
with minnich under a virtual machine runing linux. But is there something easy 
and available on OpenBSD?)


Best regards,
Ruda




some simple way to serve videos?

2022-10-03 Thread rsykora
Hello,


until now I have www-served (httpd) my photos using, as it seems to me,
a very simple way: into a directory with photos I copied a file called
gallery.html taken from

https://github.com/gfwilliams/ThinGallery
.

This created a browsable gallery of photos (using a web browser and
over the internet), simple enough for my mom to orient in and use.
Is there any similar way so that I could serve also video files?

Thanks for any comments / recommendations.

(I want something that lives on my machine. I know there are some 'big'
frameworks, perhaps MediaGoblin, Serviio; also I could perhaps run a docker
with minnich under a virtual machine runing linux. But is there something
easy and available on OpenBSD?)


Best regards,
Ruda