ropensci / av

Working with Video in R
https://docs.ropensci.org/av
Other
92 stars 10 forks source link

Video playback #17

Open muschellij2 opened 5 years ago

muschellij2 commented 5 years ago

I wanted to know if there were any developments for video playback inside RStudio/browser. I tried a simple htmlwidgets port of the videojs library (https://github.com/muschellij2/video) , but figured this package may have the functionality:

library(video)
video("http://vjs.zencdn.net/v/oceans.mp4")
jeroen commented 5 years ago

You can use utils::browseURL() to open the video. I'm not sure if rstudio supports video playback.