Jan Schmidt

Results 227 comments of Jan Schmidt

The argument to `aurena-server` should be the `config` file, not the playlist.txt. The `config` file and the playlist.txt both go in /home/qrq/.config/aurena/ The 'Next' button does a hard-coded random shuffle....

It's possible to build such a thing with Aurena by modifying the code, but I think you'd end up modifying quite a lot. You might find it easier to build...

Try running both client and server with GST_DEBUG=3 and look for warnings. Off the top of my head, I'm not why the server would think it has a file available...

Yeah, not obvious :) The extent of the 'media library' is a playlist.txt file that contains a list of all the files Aurena should play. Aurena finds the playlist.txt file...

Aurena works fine with GStreamer 1.6.1 (I'm usually working against GStreamer git master), but that's not enough to enable 3D & MVC support by itself. What exactly are you looking...

Depends what your input files are, and would require some small modification to the client to get it to configure glimagesink as the video output, but should work with latest...

I would like it if libsoup would confirm how one is supposed to handle chunked encoding then. The docs suck in that regard.

I was thinking about this some more last night. I'd like to make the event stream use Websockets everywhere possible, and fall back to a long-polling connection as you suggest...

I think this might mean that the previous client hasn't shut down yet - so there's a 2nd rpicamsrc trying to use the camera when it's already in use. When...

I haven't tried the raw image output mode for a long time - I normally use h264 or jpeg capture, because the transfer from the VPU to CPU is inefficient...