I am trying to view one video in the server and stream it to a client. All I have tried have fail. All the option I have tried are the next. I can not even see the video in the client. Without the subtitles option it works fine, displays and streams the video. In one point I got the video with subtitles working in the server but only the video got to the client, I don't even remember how I did it.
vlc -vvv /home/lourdes/Desktop/TV_Files/video.mpg --sub-file /home/lourdes/Desktop/TV_Files/video.srt --sout '#duplicate{dst=display,dst=standard{access=http,url=192.178.46.164:8080}}'");
vlc -vvv /home/lourdes/Desktop/TV_Files/video.mpg --sub-file "/home/lourdes/Desktop/TV_Files/video.srt" --sout '#duplicate{dst=display,dst=standard{access=http,url=192.178.46.164:8080}}'");
vlc -vvv /home/lourdes/Desktop/TV_Files/video.mpg :sub-file /home/lourdes/Desktop/TV_Files/video.srt --sout '#duplicate{dst=display,dst=standard{access=http,url=192.178.46.164:8080}}'");
vlc -vvv /home/lourdes/Desktop/TV_Files/video.mpg :sub-file "/home/lourdes/Desktop/TV_Files/video.srt" --sout '#duplicate{dst=display,dst=standard{access=http,url=192.178.46.164:8080}}'");
Any idea? I am sure it is a silly error but I can't get it working. I will keep trying.
Thanks everyone in advance