DVB-t

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
SanderMe
New Cone
New Cone
Posts: 8
Joined: 10 Feb 2008 19:18

DVB-t

Postby SanderMe » 17 Feb 2009 22:06

Hello,
Is there any way to use web player to watch DVB-t except streaming it to another format and than open it.
I have tried to open playlist:

Code: Select all

#EXTM3U #EXTVLCOPT:dvb-frequency=762000 #EXTVLCOPT:dvb-bandwidth=8 dvb-t://
Nothing happens.

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: DVB-t

Postby Jean-Baptiste Kempf » 18 Feb 2009 01:12

EXTVLCOPT are unsupported.
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.

SanderMe
New Cone
New Cone
Posts: 8
Joined: 10 Feb 2008 19:18

Re: DVB-t

Postby SanderMe » 18 Feb 2009 16:16

And that means there is no way to use webplayer for dvb-t?

revolunet
Big Cone-huna
Big Cone-huna
Posts: 515
Joined: 17 Oct 2007 13:16
VLC version: 0.9.8
Operating System: Vista
Location: Paris, France
Contact:

Re: DVB-t

Postby revolunet » 18 Feb 2009 16:44

you can pass standard VLC options in the playlist.add function (3rd arg)
VLC & web IT consulting - http://www.revolunet.com
Github : http://github.com/revolunet

SanderMe
New Cone
New Cone
Posts: 8
Joined: 10 Feb 2008 19:18

Re: DVB-t

Postby SanderMe » 18 Feb 2009 17:50

Do i have to do it with activex? Or any examples how to add to playlist.

revolunet
Big Cone-huna
Big Cone-huna
Posts: 515
Joined: 17 Oct 2007 13:16
VLC version: 0.9.8
Operating System: Vista
Location: Paris, France
Contact:

Re: DVB-t

Postby revolunet » 18 Feb 2009 18:34

Yes the (new) activex use the api from http://wiki.videolan.org/Documentation: ... d_above.29
VLC & web IT consulting - http://www.revolunet.com
Github : http://github.com/revolunet

SanderMe
New Cone
New Cone
Posts: 8
Joined: 10 Feb 2008 19:18

Re: DVB-t

Postby SanderMe » 15 Apr 2009 16:01

<html>

Code: Select all

<title>VLC Mozilla plugin test page</title> <body> <embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" width="640" height="480" id="vlc"> </embed> <script language="Javascript"> <!-- var vlc = document.getElementById("vlc"); vlc.playlist.add(dvb-t:// :dvb-frequency=762000 :dvb-bandwidth=8); !--> </script> </body> </html>
It doesn´t start playing. is says Waiting for video?
What to do?

revolunet
Big Cone-huna
Big Cone-huna
Posts: 515
Joined: 17 Oct 2007 13:16
VLC version: 0.9.8
Operating System: Vista
Location: Paris, France
Contact:

Re: DVB-t

Postby revolunet » 15 Apr 2009 17:36

look at the debug using the api from http://wiki.videolan.org/Documentation: ... d_above.29
VLC & web IT consulting - http://www.revolunet.com
Github : http://github.com/revolunet


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 19 guests