Ive got some ripped dvd's in VOB format on my server. I want to stream these to another device I.e. another pc with VLC across my network. How?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
On the server side:
By this will serve videos using HTTP over port 8080, which might not be terribly efficient. If this becomes an issue, take a look at this superuser question for RTSP solution: Using VLC as RTSP server. VLC can also act as a client for your vobs:
assuming /path/to/your/vobs/filename.vob exists and is playable by VLC. Note! I could not get this to work with files that have spaces in their names. |
|||
|
|