xmoonproductions.org
https://www.xmoonproductions.org/

what video player is being used for the video screen?
https://www.xmoonproductions.org/viewtopic.php?f=27&t=4381
Page 1 of 1

Author:  glugluclub [ Thu Jan 21, 2016 3:48 am ]
Post subject:  what video player is being used for the video screen?

Is it some implementation of ffmpeg? Is there a way to change this to a portable version of vlc or something? I have an idea that uses a script to dynamically generate m3u playlist files with a link or list of links to flv videos on xvideos, for example. I tried to hack this into something that would play in game by renaming it to an mp4 file, which vlc picks up on and starts playing immediately, but the game does not like. I attached the file for an example. Rename it to .mp4 and open it with VLC (NSFW) or notepad++. It's very simple to produce this file of a random video, and the script is entirely in bash using curl so this can be deployed using a tiny portable cygwin hack or even something much more painful in a batch file with a win32 curl binary.

The idea I have is to have the game search for videos randomly based on seeded keyword/tag information that can either be manipulated from the command input or dynamically generated on the fly. Another idea is to have a computer workstation in game that the girls can decide or be commanded to search for porn on and then masturbate to it on the big screen...using something with the AI for that like in Eskarn's upcoming dungeon mod that describes the girls using independent will and more advanced interaction with things. Different personality types could have different tastes, like some girls would be into BDSM and others into tentacle rape because girls are freaks like that. :)

Attachments:
xvideos.zip [189 Bytes]
Downloaded 687 times

Author:  glugluclub [ Thu Jan 21, 2016 3:51 am ]
Post subject:  Re: what video player is being used for the video screen?

Also, I'm sick of the same few videos I've put into the videos folder and would like to have the feeling of actually flipping through porn channels for random videos like the old days. :)

Author:  alex88 [ Thu Jan 21, 2016 5:19 am ]
Post subject:  Re: what video player is being used for the video screen?

Even better you can create a custom fuse filesystem, create dunno, 1000 files and every tried xsp tries to play one, pick a random video on your favorite channel and stream it :)

Author:  Eskarn [ Thu Jan 21, 2016 8:17 am ]
Post subject:  Re: what video player is being used for the video screen?

You need to have the videos in the video folder before starting the dungeon
current format is mp4 but have not tried others
But you can have almost unlimited and you can script it to start playing them based on keywords/ moods or random

make a bunch of dummy mp4 or whatever then refrence them in the scripts then the player can override the dummys with their own

Author:  glugluclub [ Sat Jan 23, 2016 7:29 am ]
Post subject:  Re: what video player is being used for the video screen?

alex88 wrote:
Even better you can create a custom fuse filesystem, create dunno, 1000 files and every tried xsp tries to play one, pick a random video on your favorite channel and stream it :)


You will have to elaborate on this. I know Linux but have no idea what FUSE is or why it would be useful here. Also, if it is running on Linux that seems incompatible unless you are talking about an external local server?

Author:  Thanny [ Sat Jan 23, 2016 2:02 pm ]
Post subject:  Re: what video player is being used for the video screen?

glugluclub wrote:
alex88 wrote:
Even better you can create a custom fuse filesystem, create dunno, 1000 files and every tried xsp tries to play one, pick a random video on your favorite channel and stream it :)


You will have to elaborate on this. I know Linux but have no idea what FUSE is or why it would be useful here. Also, if it is running on Linux that seems incompatible unless you are talking about an external local server?


FUSE is a way to implement a file system outside the kernel under Linux.

The suggestion above is to create such a file system with virtual files, then stream something over the internet instead when something tries to read a file. It's much more complicated than it sounds.

Author:  alex88 [ Sat Jan 23, 2016 9:08 pm ]
Post subject:  Re: what video player is being used for the video screen?

Thanny wrote:
glugluclub wrote:
alex88 wrote:
Even better you can create a custom fuse filesystem, create dunno, 1000 files and every tried xsp tries to play one, pick a random video on your favorite channel and stream it :)


You will have to elaborate on this. I know Linux but have no idea what FUSE is or why it would be useful here. Also, if it is running on Linux that seems incompatible unless you are talking about an external local server?


FUSE is a way to implement a file system outside the kernel under Linux.

The suggestion above is to create such a file system with virtual files, then stream something over the internet instead when something tries to read a file. It's much more complicated than it sounds.


There is something that works on windows too https://github.com/dokan-dev/dokany

It's complicated, absolutely!

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/