xuv's notebook

Side notes, howtos and random bits of information related to Julien Deswaef's projects

User Tools

Site Tools


projects:raspi_video_loop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
projects:raspi_video_loop [2015/03/10 22:40] Julien Deswaefprojects:raspi_video_loop [2015/03/10 22:42] – [GStreamer] Julien Deswaef
Line 59: Line 59:
 I have not taken the time to try it out. It uses pyomxplayer to control multiple instances of OMXPlayer started at once. The idea is that you would start one instance while maintaining another one on pause. Then watch the first instance and right before it reaches the end of the video, start the second one. And so on. I have not taken the time to try it out. It uses pyomxplayer to control multiple instances of OMXPlayer started at once. The idea is that you would start one instance while maintaining another one on pause. Then watch the first instance and right before it reaches the end of the video, start the second one. And so on.
  
-==== openFrameworks + ofxOMXPlayer ====+===== openFrameworks + ofxOMXPlayer =====
  
 [[http://www.openframeworks.cc|openFrameworks]] is a C++ framework for artists and coders. There is a version of it that you can install on RaspberryPi (with Raspbian). [[http://www.openframeworks.cc|openFrameworks]] is a C++ framework for artists and coders. There is a version of it that you can install on RaspberryPi (with Raspbian).
Line 93: Line 93:
  
 ===== GStreamer ===== ===== GStreamer =====
-I've heard of a [[https://github.com/sailfishos/gst-omx|GST-OMX]] plugin for gstreamer. So it seems GStreamer would toalk directly to the GPU and be a good candidate for video playback on the Raspi, with the added features that GStreamer can offer. I have yet to try this option. If you have some feedback, don't hesitate to fill the page with your findings.+I've heard of a [[https://github.com/sailfishos/gst-omx|GST-OMX]] plugin for gstreamer. So it seems GStreamer would talk directly to the GPU and be a good candidate for video playback on the Raspi, with the added features that GStreamer can offer. I have yet to try this option. If you have some feedback, don't hesitate to fill the page with your findings.
  
  
projects/raspi_video_loop.txt · Last modified: 2015/03/25 04:06 by Julien Deswaef