http stream multiple tv channels

About encoding, codec settings, muxers and filter usage
hollow
New Cone
New Cone
Posts: 5
Joined: 20 Jan 2010 17:49

http stream multiple tv channels

Postby hollow » 02 Feb 2010 19:09

Hello,

I would like to stream through HTTP streaming multiple tv channels, with VLC. In order to do that, I think I need multiple tv tuners connected to the streaming server, one for each channel. After that, I need to run multiple instances of VLC, one for each channel, that receive the stream from an appropriate tv tuner and streams it to the ip address of the web server, on different ports.

Is this scenario correct?

My concerns:
1. Can I have multiple tv tuners connected to the same computer (the streaming server). And if so, can they come from the same vendor, or must I choose different brands for each tv tuner, in order to be able to pick a different tv tuner in each VLC?
2. Without any thought of advertising, do you have any suggestion for tv tuners? I know there's a compatibilty hardware list for VLC, but I really don't no much about what they should do. The tv signal is analog and VLC will run on windows xp\vista. As there would be around 4-5 of them, I need decent quality, acceptable price and the CPU of the PC must not be overwhelmed by the processing (it should be done in the tv tuner's hardware).

Thank you!

linuxos77
New Cone
New Cone
Posts: 3
Joined: 04 Feb 2010 22:38

Re: http stream multiple tv channels

Postby linuxos77 » 04 Feb 2010 22:40

This is EXACTLY what I'm looking to do!!! Did you make any progress? We're under the impression we can purchase several of the same tuner cards and point to each as a source.

Rémi Denis-Courmont
Developer
Developer
Posts: 15265
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: http stream multiple tv channels

Postby Rémi Denis-Courmont » 06 Feb 2010 11:43

1. Can I have multiple tv tuners connected to the same computer (the streaming server). And if so, can they come from the same vendor, or must I choose different brands for each tv tuner, in order to be able to pick a different tv tuner in each VLC?
Yes, as long as you have enough PCI slots and CPU power.
2. Without any thought of advertising, do you have any suggestion for tv tuners? I know there's a compatibilty hardware list for VLC, but I really don't no much about what they should do. The tv signal is analog and VLC will run on windows xp\vista. As there would be around 4-5 of them, I need decent quality, acceptable price and the CPU of the PC must not be overwhelmed by the processing (it should be done in the tv tuner's hardware).
Presumably anything compatible with BDA. That said, I would rather recommend streaming from Linux for stability reasons.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

dorijan
Blank Cone
Blank Cone
Posts: 27
Joined: 15 Nov 2007 23:13

Re: http stream multiple tv channels

Postby dorijan » 06 Feb 2010 13:57

Here is my vlm file that uses dvb-t as bda source and reenecode that with h.264 and act as http server

Code: Select all

new channel1 broadcast enabled setup channel1 input dvb-t://frequency=642000000 setup channel1 option programs=1,2,3,4 setup channel1 output #duplicate{dst="transcode{vcodec=h264,vb=600,scale=0.5,acodec=mp4a,ab=64,channels=2,samplerate=44100}:std{access=http,mux=ts,dst=10.168.58.5:8081}",select="program=1",dst="transcode{vcodec=h264,vb=600,scale=0.5,acodec=mp4a,ab=64,channels=2,samplerate=44100}:std{access=http,mux=ts,dst=10.168.58.5:8082}",select="program=2",dst="transcode{vcodec=h264,vb=600,scale=0.5,acodec=mp4a,ab=64,channels=2,samplerate=44100}:std{access=http,mux=ts,dst=10.168.58.5:8083}",select="program=3",dst="transcode{vcodec=h264,vb=600,scale=0.5,acodec=mp4a,ab=64,channels=2,samplerate=44100}:std{access=http,mux=ts,dst=10.168.58.5:8084}",select="program=4"} control channel1 play
but one thing is not working, i mean I dont know how to do it, and that is how to stream a EPG data...
if someone know how to do it, it would be great


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 11 guests