ov_playlist_to_vlc | R Documentation |
Converts a playlist object to a m3u file that can be opened with VLC. Note that this only works with local video files (not YouTube or other URLs) and the video files must be present on your local file system in order for this to work.
ov_playlist_to_vlc(playlist, outfile, no_paths = FALSE, seamless = TRUE)
playlist |
data.frame: as returned by |
outfile |
string: the file name to write to. If not supplied, a file will be created in the temporary directory. Note that the directory of |
no_paths |
logical: if |
seamless |
logical: if |
The path to the m3u file
https://www.videolan.org/, https://wiki.videolan.org/M3U/
ov_video_playlist()
ov_playlist_to_html()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.