z25 / ZOCPApps

Collection of ZOCP applications
GNU General Public License v3.0
1 stars 5 forks source link

[zvideo]Freaklab additions #18

Closed sphaero closed 9 years ago

sphaero commented 9 years ago

added some loop suggestions by gst devs (will work in gst master apparently) added rpi detection

fieldOfView commented 9 years ago

I'm still trying to get it to run on my Rpi2. Can you add a readme with the installation instructions so I can trace back my steps and see what I've missed?

I would still like to see you use the signals implementation properly. Emit_signal is for sending, on_peer_signaled is for receiving.

fieldOfView commented 9 years ago

I got gstreamer1.0 to run on a RPi1. I can now (finally) play a video.

Checking out the proposed changes, I wonder if it is intended that the video does not start playing until you touch the new "Next" parameter, even if nothing is playing. I expected the video to start playing immediately.

But it works, so I'll merge.