Page 1 of 1

Synchronized watching a video from a URL?

Posted: 26 May 2010 19:01
by mlepage
Hi, I'm interested in using VLC for a few people to remotely watch a video from a URL (e.g. YouTube or whatever) in synchronization. Ideally they would have some way of collaboratively pausing/playing the video. The purpose of this is so we can watch a video together but pause it now and then for discussion.

Although I've never tried it, I am aware that VLC can stream a multicast that is synchronized.

http://www.hackedexistence.com/project-vlc.html

However, what's not clear to me is whether that uses UDP to send *just* the synchronization info, or whether it also sends all the video data? It would be preferable for my desired purpose if only the synchronization info was sent between VLC instances, and they all just got the actual video data from the URL (e.g. YouTube). Is that the case? Is there a way to do that?

And if I were to use that technique, would there be a way to collaboratively pause/play?

Are there any other ways to use VLC to accomplish what I want to accomplish?

Thanks a bunch, looking forward to using VLC to serve this purpose.

Re: Synchronized watching a video from a URL?

Posted: 26 May 2010 19:35
by RĂ©mi Denis-Courmont
Yeah, the netsync plugin can do that, but it's not trivial to configure.

Re: Synchronized watching a video from a URL?

Posted: 26 May 2010 22:30
by mlepage
Great I'll check it out.

Any other options, post here!

Re: Synchronized watching a video from a URL?

Posted: 11 Jun 2010 16:39
by mlepage