Skip to content

Demo code for FOSDEM talk: Synchronised multi-device media playback with GStreamer

Notifications You must be signed in to change notification settings

luisbg/synchronised_media_playback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synchronised Media Playback

This is the sample code that goes along the FOSDEM talk: Syncronised multi-device media playback with GStreamer

https://fosdem.org/2016/schedule/event/synchronised_gstreamer/

To run:

  • sudo apt-get install meson ninja-build
  • in both leader.c and follower.c
  • edit lines g_object_set (playbin, "uri", ...) to point to an existing media file
  • meson build
  • ninja -C build/
  • ./build/leader
  • ./build/follower
  • as many followers as you would like

About

Demo code for FOSDEM talk: Synchronised multi-device media playback with GStreamer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages