Jump to content


Photo

Vlc Plugin


  • Please log in to reply
21 replies to this topic

#1 DarkNik

  • Member
  • 12 posts

+1
Neutral

Posted 26 December 2015 - 19:22

hello i make a vlc plugin for get auto bouquets as playlist

download link:

https://www.dropbox....3/satellite.lua

 

edit file with text editor :

first 2 line 

 

local dreamboxIp = ' Your Ip of satbox '
local streamPort = ' streaming port (default 8001) '
 
copy file to C:\Program Files\VideoLAN\VLC\lua\sd\
 
and open vlc, go to playlists and click on satellite on left bar
wait same sec and enjoy  !!!


Re: Vlc Plugin #2 DarkNik

  • Member
  • 12 posts

+1
Neutral

Posted 26 December 2015 - 19:45

preview: https://www.dropbox....review.png?dl=0



Re: Vlc Plugin #3 DarkNik

  • Member
  • 12 posts

+1
Neutral

Posted 27 December 2015 - 15:53

update : add authentication system



Re: Vlc Plugin #4 theparasol

  • Senior Member
  • 4,157 posts

+198
Excellent

Posted 27 December 2015 - 16:31

Nice script and thanks for sharing!


@Camping: ZGemma H.2S, Technisat Multytenne 4-in-1 @Home: Edision Mini 4K, Wave Frontier T55, EMP Centauri EMP DiSEqC 8/1 switch, 4x Inverto Ultra Black single LNB


Re: Vlc Plugin #5 Priskvark

  • Senior Member
  • 44 posts

+1
Neutral

Posted 27 December 2015 - 23:34

Thank you DarkNic!
 

Well done and thank you for making it public.



Re: Vlc Plugin #6 bril

  • Senior Member
  • 204 posts

+2
Neutral

Posted 28 December 2015 - 15:35

Very nice, (passowrd en httpPassord is wrong spelled our on  purpose?)

 

 

-- Authentication --
local username = 'root'
local passowrd = 'password'
-- if have openwebif authentication make this true
local httpPassord = false
-- if on change channel need password make this true
local streamPassword = false

Mut@ntHD51 STB 4K 2x,  Openpli 7.1 release  , 60 cm schotel 2x duo-lnb, 19.2/23.5 vaste opstelling, Panasonic TXL55DT50E


Re: Vlc Plugin #7 DarkNik

  • Member
  • 12 posts

+1
Neutral

Posted 28 December 2015 - 16:17

 

Very nice, (passowrd en httpPassord is wrong spelled our on  purpose?)

 

 

-- Authentication --
local username = 'root'
local passowrd = 'password'
-- if have openwebif authentication make this true
local httpPassord = false
-- if on change channel need password make this true
local streamPassword = false

 

ok i fix it ... thnx bril



Re: Vlc Plugin #8 jpuigs

  • Senior Member
  • 1,143 posts

+32
Good

Posted 28 December 2015 - 21:01

I've tried using it on my two Xtrend boxes (9000 and 10000), and It appears only the first Favourite group (named HD), in both boxes.

 

Attached File  satellite_lua.jpg   45.16KB   7 downloads

 

 

 

 


Enigma is getting old....

 

Spoiler

Re: Vlc Plugin #9 theparasol

  • Senior Member
  • 4,157 posts

+198
Excellent

Posted 28 December 2015 - 21:07

Then what name is in use for the second bouquet following the one named "HD (TV)" ? The plugin used on vlc 2.2.1 with my XP1000 sums up all the bouquets that are present on the box.

 

Attached File  vlcplugin_xp1000.png   308.51KB   9 downloads


Edited by theparasol, 28 December 2015 - 21:08.

@Camping: ZGemma H.2S, Technisat Multytenne 4-in-1 @Home: Edision Mini 4K, Wave Frontier T55, EMP Centauri EMP DiSEqC 8/1 switch, 4x Inverto Ultra Black single LNB


Re: Vlc Plugin #10 DarkNik

  • Member
  • 12 posts

+1
Neutral

Posted 28 December 2015 - 22:40

i use Xtrend 4000 with cyrus settings.... and work....

1) same times take more from same sec to load channels if have more channels on bouquet ... wait more time...

2) what setting use? can send me to test and fix it?



Re: Vlc Plugin #11 jpuigs

  • Senior Member
  • 1,143 posts

+32
Good

Posted 29 December 2015 - 00:35

Thanks, but I've already fixed it.

The second bouquet (which didn't appear), was an IPTV channel list, and inside it, I had a channel with a "spanish" character : ñ

I change ñ to n  and it works.

 

#SERVICE 1:0:1:7736:416:1:C00000:0:0:0:http%3a//127.0.0.1%3a8088/udp/239.0.3.45%3a8208/:Canal+ DCine Español  doesn't work.

 

#SERVICE 1:0:1:7736:416:1:C00000:0:0:0:http%3a//127.0.0.1%3a8088/udp/239.0.3.45%3a8208/:Canal+ DCine Espanol  works


Edited by jpuigs, 29 December 2015 - 00:36.

Enigma is getting old....

 

Spoiler

Re: Vlc Plugin #12 asiBenlik

  • Senior Member
  • 44 posts

0
Neutral

Posted 30 December 2015 - 00:52

How to set the streaming port


~~THINK OUTSIDE THE BOX~~

~PLi-Turko~

~HürTeam~


Re: Vlc Plugin #13 asiBenlik

  • Senior Member
  • 44 posts

0
Neutral

Posted 30 December 2015 - 01:31

mac os dont work


~~THINK OUTSIDE THE BOX~~

~PLi-Turko~

~HürTeam~


Re: Vlc Plugin #14 DarkNik

  • Member
  • 12 posts

+1
Neutral

Posted 30 December 2015 - 01:37

How to set the streaming port

 

line 4 of file : local streamPort = '8001'

 

mac os dont work

 

work i used from mac .... copy file to 

 

/Applications/VLC.app/Contents/MacOS/share/lua/sd/


Edited by DarkNik, 30 December 2015 - 01:38.


Re: Vlc Plugin #15 DarkNik

  • Member
  • 12 posts

+1
Neutral

Posted 30 December 2015 - 02:38

mac os dont work

 

and check the extension of file is .lua ... because on safari download .... saves as satellite.lua.txt ( rename file to satellite.lua )



Re: Vlc Plugin #16 holles

  • Member
  • 21 posts

0
Neutral

Posted 30 December 2015 - 18:08

Nice plugin.

 

Question: Is it possible to make the IPTV streams working. Something like replacing the % strings by used original values so it works in VLC? I looked at the code but don't know where to change something. In this version the IPTV streams are skipped by VLC (unknown streams).



Re: Vlc Plugin #17 jpuigs

  • Senior Member
  • 1,143 posts

+32
Good

Posted 2 January 2016 - 22:03

Is it possible to have Sat Lists instead of Bouquet Lists ?


Enigma is getting old....

 

Spoiler

Re: Vlc Plugin #18 DarkNik

  • Member
  • 12 posts

+1
Neutral

Posted 8 January 2016 - 18:40

Nice plugin.

 

Question: Is it possible to make the IPTV streams working. Something like replacing the % strings by used original values so it works in VLC? I looked at the code but don't know where to change something. In this version the IPTV streams are skipped by VLC (unknown streams).

 

ok i update script....!!!  :)

 

Is it possible to have Sat Lists instead of Bouquet Lists ?

 

sat lists on openwebif not in xml api ... need new script if any other user know base on lua can make easy ...  ^_^



Re: Vlc Plugin #19 holles

  • Member
  • 21 posts

0
Neutral

Posted 9 January 2016 - 17:31

IPTV still not working. But I see the changes in your script and will try to change the script to let it work.



Re: Vlc Plugin #20 DarkNik

  • Member
  • 12 posts

+1
Neutral

Posted 10 January 2016 - 06:11

IPTV still not working. But I see the changes in your script and will try to change the script to let it work.

 

can post one example of your link how look like...from {boxIP}/web/getallservices

(rememper to change host with same character ...)




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users