Aussie Phorums Eyo Technologies For your PC needs

Go Back   Aussie Phorums > USENET / Newsgroup gateway > aus.* > aus.tv.digital

Reply
 
Thread Tools
  #1  
Old 14-12-2003, 04:35 PM
David Moylan
Guest
 

Posts: n/a
using VLS/VLC with DVB-T card in Australia

greetings,

i'm currently playing with a Nova-T DVB-T PCI card running under linux and
i'm trying to get Videolan Server running so i can stream output to machines
on my local network.

i've successfully used DVBSTREAM to stream digital output to desktops (using
VLC on the desktop) via multicast, but since i have to send the entire TS
for a selected channel, this takes up approx 20Mbit of my 100Mbit bandwidth
for all machines.

i've been trying to get VLS (Videolan Server) up and running but i get stuck
editing the "dvbrc" file which is required by libdvb. i don't have a working
example for australia/melbourne. i can get the format right on the channel
definitions, but don't understand the header format.

can anyone assist? it would be great to get VLS up and running for my
network.

any assist please e-mail or post in this thread.

cheers, Wiz!!

e-mail: djm (at) wiz (dot) net (dot) au


Reply With Quote
  #2  
Old 15-12-2003, 01:35 PM
vortex
Guest
 

Posts: n/a
Re: using VLS/VLC with DVB-T card in Australia

Just use the VLC as the streaming server. It will do it and I found the VLS
to be a lot more limited.


"David Moylan" <djm@NOSPAMwiz.net.au> wrote in message
news:0CSCb.52019$aT.20975@news-server.bigpond.net.au...
> greetings,
>
> i'm currently playing with a Nova-T DVB-T PCI card running under linux and
> i'm trying to get Videolan Server running so i can stream output to

machines
> on my local network.
>
> i've successfully used DVBSTREAM to stream digital output to desktops

(using
> VLC on the desktop) via multicast, but since i have to send the entire TS
> for a selected channel, this takes up approx 20Mbit of my 100Mbit

bandwidth
> for all machines.
>
> i've been trying to get VLS (Videolan Server) up and running but i get

stuck
> editing the "dvbrc" file which is required by libdvb. i don't have a

working
> example for australia/melbourne. i can get the format right on the channel
> definitions, but don't understand the header format.
>
> can anyone assist? it would be great to get VLS up and running for my
> network.
>
> any assist please e-mail or post in this thread.
>
> cheers, Wiz!!
>
> e-mail: djm (at) wiz (dot) net (dot) au
>
>



Reply With Quote
  #3  
Old 15-12-2003, 05:16 PM
Black Mamba
Guest
 

Posts: n/a
Re: using VLS/VLC with DVB-T card in Australia

The possibilites which the VideoLAN project offers are heaps exciting (well,
for me anyway) but I can't work out what the difference is between VLC and
VLS. Is there anywhere that outlines the main differences?

Nick

"vortex" <noone@nowhere.nul> wrote in message
news:brj6gn$qi3$1@pinah.connect.com.au...
> Just use the VLC as the streaming server. It will do it and I found the

VLS
> to be a lot more limited.
>
>
> "David Moylan" <djm@NOSPAMwiz.net.au> wrote in message
> news:0CSCb.52019$aT.20975@news-server.bigpond.net.au...
> > greetings,
> >
> > i'm currently playing with a Nova-T DVB-T PCI card running under linux

and
> > i'm trying to get Videolan Server running so i can stream output to

> machines
> > on my local network.
> >
> > i've successfully used DVBSTREAM to stream digital output to desktops

> (using
> > VLC on the desktop) via multicast, but since i have to send the entire

TS
> > for a selected channel, this takes up approx 20Mbit of my 100Mbit

> bandwidth
> > for all machines.
> >
> > i've been trying to get VLS (Videolan Server) up and running but i get

> stuck
> > editing the "dvbrc" file which is required by libdvb. i don't have a

> working
> > example for australia/melbourne. i can get the format right on the

channel
> > definitions, but don't understand the header format.
> >
> > can anyone assist? it would be great to get VLS up and running for my
> > network.
> >
> > any assist please e-mail or post in this thread.
> >
> > cheers, Wiz!!
> >
> > e-mail: djm (at) wiz (dot) net (dot) au
> >
> >

>
>



Reply With Quote
  #4  
Old 15-12-2003, 05:25 PM
Smiling Bob
Guest
 

Posts: n/a
Re: using VLS/VLC with DVB-T card in Australia

"Black Mamba" <black_mamba-NOSPAM-@hotpop.com> wrote in
news:3fdd50e5$2@duster.adelaide.on.net:
> (well, for me anyway) but I can't work out what the difference is
> between VLC and VLS. Is there anywhere that outlines the main
> differences?


From: http://www.videolan.org/doc/faq/en/v...en.html#AEN147

#####

Yes, both programs can be used to stream video, as explained in the
VideoLAN HOWTO. The streaming features of each program are described
on the streaming features page.

Technically, there is an important difference:

VLC opens all the system layers of the input stream, regenerate
them all and then stream the result on the network or write it to a
file. So VLC is good at streaming untrusted video and/or audio
sources, like the video files found on the Internet and/or produced
by non-professionnal software. VLC implements many muxers/demuxers
(ps, ts, avi, ogg, mp4, ...) and many codecs, which allows to convert
encapsulation formats and/or transcode an input stream on-the-fly !
VLC also has nice graphical interfaces.

VLS only opens the highest system layers of the input stream and
only has PS and TS demxuers. So VLS is good at streaming from trusted
video and/or audio sources in PS or TS format produced by professional
software or hardware like DVDs and DVB channels (satellite or digital
terrestial TV) because it only regenerate the system layers that need
to be regenerated, and no more. VLS is specially well designed to
stream multiplexed TS streams, for instance a whole DVB transponder.
VLS only has a TS muxer, doesn't do transcoding and doesn't have
graphical interfaces.

To be a real streamer, VLC would need to be able to read multiple
sources at the same time. VLS can do this since its origin, but VLC
cannot do this for the moment. Some VLC developers are working on a new
version of the VLC input, known as "Input 4", which should address this
issue.

####

HTH,

Bob
Reply With Quote
  #5  
Old 15-12-2003, 05:25 PM
Smiling Bob
Guest
 

Posts: n/a
Re: using VLS/VLC with DVB-T card in Australia

"Black Mamba" <black_mamba-NOSPAM-@hotpop.com> wrote in
news:3fdd50e5$2@duster.adelaide.on.net:
> (well, for me anyway) but I can't work out what the difference is
> between VLC and VLS. Is there anywhere that outlines the main
> differences?


Also, the pretty picture on this page might help you get your
head around it http://www.videolan.org/streaming/

(or it may well just confuse you more!!!)

HTH,

Bob
Reply With Quote
  #6  
Old 15-12-2003, 11:35 PM
David Moylan
Guest
 

Posts: n/a
Re: using VLS/VLC with DVB-T card in Australia

i really want to get VLS running ... i'm going to have 4 DVB-T cards in one
box
so i can stream all of 2, 7, 9 and 10 digital.

VLS is ideally suited for this.

is anyone able to assist with the structure of the .dvbrc file?

cheers, Wiz!!

"vortex" <noone@nowhere.nul> wrote in message
news:brj6gn$qi3$1@pinah.connect.com.au...
> Just use the VLC as the streaming server. It will do it and I found the

VLS
> to be a lot more limited.
>
>
> "David Moylan" <djm@NOSPAMwiz.net.au> wrote in message
> news:0CSCb.52019$aT.20975@news-server.bigpond.net.au...
> > greetings,
> >
> > i'm currently playing with a Nova-T DVB-T PCI card running under linux

and
> > i'm trying to get Videolan Server running so i can stream output to

> machines
> > on my local network.
> >
> > i've successfully used DVBSTREAM to stream digital output to desktops

> (using
> > VLC on the desktop) via multicast, but since i have to send the entire

TS
> > for a selected channel, this takes up approx 20Mbit of my 100Mbit

> bandwidth
> > for all machines.
> >
> > i've been trying to get VLS (Videolan Server) up and running but i get

> stuck
> > editing the "dvbrc" file which is required by libdvb. i don't have a

> working
> > example for australia/melbourne. i can get the format right on the

channel
> > definitions, but don't understand the header format.
> >
> > can anyone assist? it would be great to get VLS up and running for my
> > network.
> >
> > any assist please e-mail or post in this thread.
> >
> > cheers, Wiz!!
> >
> > e-mail: djm (at) wiz (dot) net (dot) au
> >
> >

>
>



Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
IDE Controller card problem sonyfier Tech Forums 4 29-07-2003 08:22 AM


All times are GMT +11. The time now is 04:23 PM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2006 Forum owner is not responsible for the contents of individual messages posted by others
Before you post a message, please understand that you are personally responsible for what you say on these forums