streaming dvb-t

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
dorijan
Blank Cone
Blank Cone
Posts: 27
Joined: 15 Nov 2007 23:13

streaming dvb-t

Postby dorijan » 20 Sep 2008 23:02

Hi...
I am trying to stream dvb-t channels, so I tried this as input:

dvb-t:// :dvb-frequency=522000 :dvb-bandwidth=8

and encode it using h.264
but I got error:

Your input can't be opened:
VLC is unable to open the MRL 'dvb-t:// :dvb-frequency=522000 :dvb-bandwidth=8'. Check the log for details.

I also tried:
dvb-t:// :dvb-frequency=522000 :dvb-bandwidth=8 :program=1

but I also got this error
When I try to play just dvb-t:// :dvb-frequency=522000 :dvb-bandwidth=8 :program=1 it plays.
What am I doing wrong?
thank you...

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

Re: streaming dvb-t

Postby dorijan » 20 Sep 2008 23:09

and I forgot the complete line:

:sout=#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2}:duplicate{dst=std{access=http,mux=ts,dst=10.168.4.3:8080}}

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: streaming dvb-t

Postby Jean-Baptiste Kempf » 21 Sep 2008 04:18

Can you Open those?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

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

Re: streaming dvb-t

Postby dorijan » 21 Sep 2008 10:27

yes...when I open
dvb-t:// :dvb-frequency=522000 :dvb-bandwidth=8 :program=1

it plays without problem...

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

Re: streaming dvb-t

Postby dorijan » 21 Sep 2008 16:48

anyone?
did anyone managed any kind of dvb-t streaming?

Lotesdelere
Cone Master
Cone Master
Posts: 9943
Joined: 08 Sep 2006 04:39
Location: Europe

Re: streaming dvb-t

Postby Lotesdelere » 21 Sep 2008 19:00

Someone else reported the same problem here:
viewtopic.php?f=14&t=50181

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

Re: streaming dvb-t

Postby dorijan » 21 Sep 2008 21:01

How can I report bug? or it is this forum for it?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: streaming dvb-t

Postby VLC_help » 22 Sep 2008 16:53

Use trac for bug reports.
https://trac.videolan.org/vlc/

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Re: streaming dvb-t

Postby The DJ » 22 Sep 2008 17:39

The dvb module is a linux module. On windows, you would need dshow or you will need to develop a DBA module for VLC mediaplayer, that can use windows DBA api to access DVB devices.
Don't use PMs for support questions.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: streaming dvb-t

Postby Jean-Baptiste Kempf » 22 Sep 2008 19:17

The dvb module is a linux module. On windows, you would need dshow or you will need to develop a DBA module for VLC mediaplayer, that can use windows DBA api to access DVB devices.
BDA already is on 0.9.x
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

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

Re: streaming dvb-t

Postby dorijan » 23 Sep 2008 00:36

here are some more debug information:

main warning: no access module matching "dvb-t" could be loaded
main debug: TIMER module_Need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms)
main error: open of `dvb-t:// :dvb-frequency=522000 :dvb-bandwidth=8' failed: could not create access

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

Re: streaming dvb-t

Postby dorijan » 23 Sep 2008 01:08

ok...I managed to stream something with help from people on irc :)
but still got problem
I cannot change channel
lets say :program=2 is not working

VLC is unable to open the MRL 'dvb-t://frequency=522000:bandwidth=8 :program=2'. Check the log for details.
main error: open of `dvb-t://frequency=522000:bandwidth=8 :program=2' failed: could not create access
bda warning: ParsePath: Unknown parameter program=2 main warning: no access module matching "dvb-t" could be loaded

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: streaming dvb-t

Postby VLC_help » 23 Sep 2008 14:15

bda warning: ParsePath: Unknown parameter program=2
--program=<integer> Program
Choose the program to select by giving its Service ID. Only use this
option if you want to read a multi-program stream (like DVB streams
for example).
--programs=<string> Programs
Choose the programs to select by giving a comma-separated list of
Service IDs (SIDs). Only use this option if you want to read a
multi-program stream (like DVB streams for example).
http://wiki.videolan.org/VLC_command-line_help
does programs work any better?

Lotesdelere
Cone Master
Cone Master
Posts: 9943
Joined: 08 Sep 2006 04:39
Location: Europe

Re: streaming dvb-t

Postby Lotesdelere » 23 Sep 2008 18:40

I cannot change channel
lets say :program=2 is not working
The Program number must be the Service PID number, also known as SID.

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

Re: streaming dvb-t

Postby dorijan » 23 Sep 2008 20:50

I cannot change channel
lets say :program=2 is not working
The Program number must be the Service PID number, also known as SID.
ok...but why does it work when you try to play it without streaming?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: streaming dvb-t

Postby VLC_help » 24 Sep 2008 14:19

So you only get ParsePath error when you add streaming options?

chris-dk
New Cone
New Cone
Posts: 5
Joined: 25 Sep 2008 11:30

Re: streaming dvb-t

Postby chris-dk » 25 Sep 2008 20:39

Hi...
I am trying to stream dvb-t channels, so I tried this as input:

dvb-t:// :dvb-frequency=522000 :dvb-bandwidth=8

and encode it using h.264
but I got error:

Your input can't be opened:
VLC is unable to open the MRL 'dvb-t:// :dvb-frequency=522000 :dvb-bandwidth=8'. Check the log for details.

I also tried:
dvb-t:// :dvb-frequency=522000 :dvb-bandwidth=8 :program=1

but I also got this error
When I try to play just dvb-t:// :dvb-frequency=522000 :dvb-bandwidth=8 :program=1 it plays.
What am I doing wrong?
thank you...

I use this one for streaming freq 714 Mhz with 5 PID's,you can change the --programs= x,x,x to --program=x, and also the transcode options as I stream with a very low bitrate.

vlc dvb-t:// :dvb-frequency=714000 :dvb-bandwidth=8 --programs=102,101,103,111,217 :sout=#transcode{vcodec=mp4v,vb=200,scale=0.25,acodec=mp4a,ab=16,channels=1}:duplicate{dst=std{access=http,mux=ps,dst=:8080}}


running VLC with http to the IP port 8080 opens op ALL streams in individual windows..

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

Re: streaming dvb-t

Postby dorijan » 14 Dec 2008 02:08

Hi...
Is there any way to get this streams separated?
I am using this command with 0.98a

vlc dvb-t://frequency=522000:bandwidth=8 --programs=1,2,3 :sout=#transcode{vcodec="h264",vb="600",scale="0.3",acodec="mp4a",ab="64",channels="2"}:std{access="http",mux="ts",dst="10.168.4.3:1231"}:sout-all

and I get all tree channels...
but I want only one...
and I want all channels to be recoded, so that I can select only one channel and transfer it...this way I am using more bandwith

thank you..

KenS
Blank Cone
Blank Cone
Posts: 85
Joined: 09 Apr 2007 14:01
VLC version: 0.9.0
Location: Melbourne, AU

Re: streaming dvb-t

Postby KenS » 14 Dec 2008 04:52

Try adding

Code: Select all

,select="program=1"
including the comma and quotes
as described here
Note - bda commands are slightly different from linux dvb but you have those already
--- Ken

P3 500MHz server 300Gb HDD
Hauppauge Nova-T-500 dual DVB-T
XMLTV GUI 3.06.00W
DVB Webscheduler 4.0.14
VLC 0.9.8a/1.0.0


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: Google [Bot] and 60 guests