Page 1 of 1

problem with VLC

Posted: 31 Jul 2007 15:20
by ayaz-baku88
Hello, dear supporter friend!

I want to know the solution of one easy problem. I translate some number of channels from SkyStar 2 DVB receiver into the Ethernet network (100 mbps) and I can receive channels from other clients. It is clear that there is no problem in translate. But as a matter of fact I can translate 11 channels at the same time. Because every time when I want to watch TV channels I see every time new channels. One time ch 1, second time ch 3 and etc.

For example,
udp://230.0.0.3:9888

when I open it via VLC every time I watch other channels. But I want to catch 1 channel every time.

I need such a help as:
udp://230.0.0.3:9888:ch1 of something like this udp://230.0.0.3:9888 :program1

Re: problem with VLC

Posted: 02 Aug 2007 09:10
by ayaz-baku88
People, please tell me hwow can I catch 1 channel from streaming of transporder (where 5-6 channels)?

I wait for your answers...

Re: problem with VLC

Posted: 07 Aug 2007 02:03
by grobinson
If you wind your way through this thread, you'll see there's an option for picking one program and one program from the stream;
viewtopic.php?f=14&t=35357

It fgoes something like:
:programs=<program pid> :sout=#duplicate{dst=std{access=http,mux=ts,dst=<your host ip>:<your port>},select="program=<program pid>"}

I think you can use the information menu item from VLC when viewing the stream to get the program numbers.

Hope this helps.