Hello
I've following requirements for my bachelor thesis (streaming videos in sun's 3d virtual world wonderland):
- Develop a java-player, which can stream videos. This should happen in a swing non-top-level Swing JComponent (such as a JPanel) because this is a wonderland restriction...
- On-demand streaming from prerecorded videos
- Every wonderland-client receives his own stream
- But the streams should be synchronized, so that every client should see the same at the same time
- Every client should have the ability to control the stream (start, pause, stop, go to a specific position)
So what to I have for possibilities to serve such a stream with vlc?
Can I serve a multicast stream from vlc which I can control via RTSP from each client (through the internet)?
A possible scenario would be:
- A few students want to study a prerecorded video. So they have to see the same video at the same time (like a live-streaming), but with the ability to control the stream. So every student can press the pause-button and after that the stream stops to play by each student.
Thanks for your help.
Kind regards,
Peter