Samsung / ChromiumGStreamerBackend

Use GStreamer to play media streams in chromium. We implemented a Media Process which is own by the Browser Process and creates players on-demand. Any Video tag will be backed by a GStreamer pipeline that lives in the Media Process.
BSD 3-Clause "New" or "Revised" License
155 stars 55 forks source link

Add watchdog in Media Process #4

Open JulienIsorce opened 8 years ago

JulienIsorce commented 8 years ago

It is useful to restart media process automatically.

The helpers and base classes already, we need to use them in Media Process. In a similar way as it is done for GPU Process.