Hi, I am telecommunication enginner and I am doing my thesis about Digital TV. I need to make a demo and I would like to use VLC since I need to modify the code to introduce new data afterwards.
I am trying to stream two movies into a transport stream between two VLC (Server, Client). I have a file with estension *.ts which I have created with other program(Elecard) to put into a transport stream two movies. Then I try to stream this file (*.ts) with VLC Server and select which one I want to watch in the VLC Client.
The problem is that VLC only let me choose the channel I want to watch in the server not in the client where it is logical to make the action to choose what channel I want to see and, I have seen through TSReader (a transport stream analyzer) that VLC is only streaming one of two files depending on which I choose in my server instead of the client. My unique purpose is to put two files (movies) in one transport stream and then choose what I want to watch in my client VLC.
I created the file (*ts) because I don´t know how to achieve streaming two movies in the VLC without having to create a TS. If is there any way to do this please tell me. If there is any choice to stream my transport stream with my two files at the same time and then decide which want to see in my client please tell me.
I would be very grateful if anyone can help with this issue. I am willing to evolve the VLC source to achieve it too.
Thanks.