Playlist issue on 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.
festivalsfrancais
New Cone
New Cone
Posts: 7
Joined: 30 Jun 2010 14:10

Playlist issue on DVB-T

Postby festivalsfrancais » 30 Jun 2010 14:37

Hi,

I am having difficulty building an m3u playlist with my favourite TV channels.
The issue seems to be with the "program" option

It works if I use the following shortcut (note the "--" before the program) :

Code: Select all

"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" dvb-t://frequency=674167000 --program=293
But when I use this (note the ":" before the program) I get a wrong channel (first channel of multiplex?) :

Code: Select all

"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" dvb-t://frequency=674167000 :program=293
And when I try it inside a m3u playlist I just get a black screen :

Code: Select all

#EXTM3U #EXTINF:-1,France 3 #EXTVLCOPT:program=293 dvb-t://frequency=674167000
Is my syntax correct?

Note: I am using VLC 1.1.0, on Vista x64 and with Aero deactivated

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

Re: Playlist issue on DVB-T

Postby VLC_help » 01 Jul 2010 12:57

How does your playlist look like when you open the via command-line?

festivalsfrancais
New Cone
New Cone
Posts: 7
Joined: 30 Jun 2010 14:10

Re: Playlist issue on DVB-T

Postby festivalsfrancais » 01 Jul 2010 16:52

Code: Select all

"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" dvb-t://frequency=674167000 --program=293
appears as

Code: Select all

dvb-t://frequency=674167000
in the playlist (Title column - all others empty)

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

Re: Playlist issue on DVB-T

Postby VLC_help » 02 Jul 2010 17:25

Thanks. Does it work any better if you put

Code: Select all

"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" :program=293 dvb-t://frequency=674167000

festivalsfrancais
New Cone
New Cone
Posts: 7
Joined: 30 Jun 2010 14:10

Re: Playlist issue on DVB-T

Postby festivalsfrancais » 02 Jul 2010 17:40

At the front or at the back, the ":" doesn't work (wrong channel)

Code: Select all

"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" :program=293 dvb-t://frequency=674167000
At the front or at the back, the "--" works (correct channel)

Code: Select all

"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --program=293 dvb-t://frequency=674167000
In all four cases, the playlist inside VLC only displays

Code: Select all

dvb-t://frequency=674167000

festivalsfrancais
New Cone
New Cone
Posts: 7
Joined: 30 Jun 2010 14:10

Re: Playlist issue on DVB-T

Postby festivalsfrancais » 02 Jul 2010 17:48

With this playlist, only one channel per frequency works:

Code: Select all

#EXTM3U #EXTINF:-1,TF1 #EXTVLCOPT:program=1537 dvb-t://frequency=714167000 #EXTINF:-1,France 2 #EXTVLCOPT:program=257 dvb-t://frequency=674167000 #EXTINF:-1,France 3 #EXTVLCOPT:program=293 dvb-t://frequency=674167000 #EXTINF:-1,Canal + #EXTVLCOPT:program=769 dvb-t://frequency=811670000 #EXTINF:-1,France 5 #EXTVLCOPT:program=260 dvb-t://frequency=674167000 #EXTINF:-1,M6 #EXTVLCOPT:program=1025 dvb-t://frequency=6901670000 #EXTINF:-1,Arte HD #EXTVLCOPT:program=1031 dvb-t://frequency=691670000 #EXTINF:-1,Arte #EXTVLCOPT:program=1543 dvb-t://frequency=714167000 #EXTINF:-1,Direct 8 #EXTVLCOPT:program=513 dvb-t://frequency=6101670000 #EXTINF:-1,W9 #EXTVLCOPT:program=1026 dvb-t://frequency=6901670000 #EXTINF:-1,TMC #EXTVLCOPT:program=1542 dvb-t://frequency=714167000 #EXTINF:-1,NT1 #EXTVLCOPT:program=1027 dvb-t://frequency=6901670000 #EXTINF:-1,NRJ 12 #EXTVLCOPT:program=1538 dvb-t://frequency=714167000 #EXTINF:-1,LCP #EXTVLCOPT:program=262 dvb-t://frequency=674167000 #EXTINF:-1,France 4 #EXTVLCOPT:program=519 dvb-t://frequency=6101670000 #EXTINF:-1,BFM TV #EXTVLCOPT:program=515 dvb-t://frequency=6101670000 #EXTINF:-1,I>TELE #EXTVLCOPT:program=516 dvb-t://frequency=6101670000 #EXTINF:-1,Virgin 17 #EXTVLCOPT:program=517 dvb-t://frequency=6101670000 #EXTINF:-1,Gulli #EXTVLCOPT:program=518 dvb-t://frequency=6101670000 #EXTINF:-1,France O #EXTVLCOPT:program=261 dvb-t://frequency=674167000 #EXTINF:-1,TF1 HD #EXTVLCOPT:program=1281 dvb-t://frequency=626167000 #EXTINF:-1,France 2 HD #EXTVLCOPT:program=1282 dvb-t://frequency=626167000 #EXTINF:-1,M6 HD #EXTVLCOPT:program=1283 dvb-t://frequency=626167000

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

Re: Playlist issue on DVB-T

Postby VLC_help » 03 Jul 2010 17:09


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

Re: Playlist issue on DVB-T

Postby Lotesdelere » 07 Jul 2010 08:57

Does it work any better with today nightly build ?

http://nightlies.videolan.org/build/win32/?C=M;O=D

Get the most recent BRANCH version.

festivalsfrancais
New Cone
New Cone
Posts: 7
Joined: 30 Jun 2010 14:10

Re: Playlist issue on DVB-T

Postby festivalsfrancais » 07 Jul 2010 10:48

Hi

I tried with the exe in "branch-20100707-0203", and it still doesn't work:

- TF1 works
- France 2 works
- but France 3 and France 5 show France 2
- M6 doesn't work

(I didn't got further)

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

Re: Playlist issue on DVB-T

Postby Lotesdelere » 07 Jul 2010 12:04

What happen if you add the bandwidth parameter to each line like this:

Code: Select all

#EXTM3U #EXTINF:-1,TF1 #EXTVLCOPT:program=1537 dvb-t://frequency=714167000:bandwidth=8 #EXTINF:-1,France 2 #EXTVLCOPT:program=257 dvb-t://frequency=674167000:bandwidth=8 #EXTINF:-1,France 3 #EXTVLCOPT:program=293 dvb-t://frequency=674167000:bandwidth=8

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

Re: Playlist issue on DVB-T

Postby Lotesdelere » 07 Jul 2010 20:11

Please give us feedback as soon as possible, it's important for the v1.1.1 release.
Thank you.

festivalsfrancais
New Cone
New Cone
Posts: 7
Joined: 30 Jun 2010 14:10

Re: Playlist issue on DVB-T

Postby festivalsfrancais » 08 Jul 2010 09:13

With v1.1.1, it works.
With v1.1.0, it half works (I have to reselect the program in "Lecture > Programme").

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

Re: Playlist issue on DVB-T

Postby Lotesdelere » 08 Jul 2010 09:39

With v1.1.1, it works.
All channels are working fine ?

festivalsfrancais
New Cone
New Cone
Posts: 7
Joined: 30 Jun 2010 14:10

Re: Playlist issue on DVB-T

Postby festivalsfrancais » 08 Jul 2010 09:46

My test playlist was working all fine (First 6 channels), but when I added the rest of the french channels I realised that some refuse to start.
I get the title of the current show displayed in the toolbar, but no sound or video. The non-working channels are: W9, TMC, BFM, Gulli, and Arte_HD (all the others are working fine)

This is my current playlist

Code: Select all

#EXTM3U #EXTINF:-1,TF1 #EXTVLCOPT:program=1537 dvb-t://frequency=714167000:bandwidth=8 #EXTINF:-1,France 2 #EXTVLCOPT:program=257 dvb-t://frequency=674167000:bandwidth=8 #EXTINF:-1,France 3 #EXTVLCOPT:program=293 dvb-t://frequency=674167000:bandwidth=8 #EXTINF:-1,France 5 #EXTVLCOPT:program=260 dvb-t://frequency=674167000:bandwidth=8 #EXTINF:-1,M6 #EXTVLCOPT:program=1025 dvb-t://frequency=690167000:bandwidth=8 #EXTINF:-1,ARTE #EXTVLCOPT:program=1543 dvb-t://frequency=714167000:bandwidth=8 #EXTINF:-1,Direct 8 #EXTVLCOPT:program=513 dvb-t://frequency=610167000:bandwidth=8 #EXTINF:-1,W9 #EXTVLCOPT:program=1026 dvb-t://frequency=690167000:bandwidth=8 #EXTINF:-1,TMC #EXTVLCOPT:program=1542 dvb-t://frequency=714167000:bandwidth=8 #EXTINF:-1,NT1 #EXTVLCOPT:program=1027 dvb-t://frequency=690167000:bandwidth=8 #EXTINF:-1,NRJ12 #EXTVLCOPT:program=1538 dvb-t://frequency=714167000:bandwidth=8 #EXTINF:-1,LCP #EXTVLCOPT:program=262 dvb-t://frequency=674167000:bandwidth=8 #EXTINF:-1,France 4 #EXTVLCOPT:program=519 dvb-t://frequency=610167000:bandwidth=8 #EXTINF:-1,BFM TV #EXTVLCOPT:program=515 dvb-t://frequency=610167000:bandwidth=8 #EXTINF:-1,i>TELE #EXTVLCOPT:program=516 dvb-t://frequency=610167000:bandwidth=8 #EXTINF:-1,Virgin 17 #EXTVLCOPT:program=517 dvb-t://frequency=610167000:bandwidth=8 #EXTINF:-1,Gulli #EXTVLCOPT:program=518 dvb-t://frequency=610167000:bandwidth=8 #EXTINF:-1,France Ô #EXTVLCOPT:program=261 dvb-t://frequency=674167000:bandwidth=8 #EXTINF:-1,ORLEANS TV #EXTVLCOPT:program=373 dvb-t://frequency=674167000:bandwidth=8 #EXTINF:-1,TF1 HD #EXTVLCOPT:program=1281 dvb-t://frequency=626167000:bandwidth=8 #EXTINF:-1,France 2 HD #EXTVLCOPT:program=1282 dvb-t://frequency=626167000:bandwidth=8 #EXTINF:-1,M6 HD #EXTVLCOPT:program=1283 dvb-t://frequency=626167000:bandwidth=8 #EXTINF:-1,ARTE HD #EXTVLCOPT:program=1031 dvb-t://frequency=690167000:bandwidth=8

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

Re: Playlist issue on DVB-T

Postby Lotesdelere » 08 Jul 2010 10:01

My test playlist was working all fine (First 6 channels), but when I added the rest of the french channels I realised that some refuse to start.
I get the title of the current show displayed in the toolbar, but no sound or video. The non-working channels are: W9, TMC, BFM, Gulli, and Arte_HD (all the others are working fine)
Same issue as mine described here then. Thanks for the report.


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 37 guests