Why v8uhd http://localhost:8080/list.m3u not working?hugoduro wrote: ↑Wed Jan 27, 2021 7:40 pmMacrom,
You could try this simple tool i've developed:
V8ChannelM3U.zip
Change to your receiver IP and start the listener process.
Then you could get the m3u list by url likeCode: Select all
http://localhost:8080/list.m3u
WinGTShare unofficial tool
Moderators: admin, GTMedia Team
Re: WinGTShare unofficial tool
Re: WinGTShare unofficial tool
@hugoduro I'd like to try your tool but it does not run on my WindowsXP. Could it be compiled on WindowsXP?
Re: WinGTShare unofficial tool
Yes Hugo, it works!!!hugoduro wrote: ↑Wed Jan 27, 2021 9:06 pmI has a bug. Now i think this one works well:hugoduro wrote: ↑Wed Jan 27, 2021 7:40 pmMacrom,
You could try this simple tool i've developed:
V8ChannelM3U.zip
Change to your receiver IP and start the listener process.
Then you could get the m3u list by url likeCode: Select all
http://localhost:8080/list.m3u
V8ChannelM3U.zip
I can set url for M3U list with this
As my S905x based TvBOX has 4K output i will can playback 4K channels with V8x if finally they will be available.
Could be awesome if this piece of software could be merged with some Kodi plugin like simple IPTV or a new one like GTShare Plugin by HD
Regards
- Attachments
-
- Kodi_GTShare3.jpg (94.21 KiB) Viewed 8516 times
-
- Kodi_GTShare2.jpg (43.45 KiB) Viewed 8519 times
-
- Kodi_GTShare.jpg (55.91 KiB) Viewed 8520 times
Re: WinGTShare unofficial tool
With the GTMedia V8 turbo all the satellites are visible
- Attachments
-
- alle sat.jpg (182.52 KiB) Viewed 8510 times
V8 Turbo ;
Re: WinGTShare unofficial tool
V8uhd working very good .95 west ku abc feeds 4.2.2 working in the computer V8uhd only sound .Good tool.Thankyou Hagoduro
Re: WinGTShare unofficial tool
Hello, I have tried the program and it is great !!.
I use it with portable VLC and it works very well with my Nova8.
But I have a question, which address does WinGTSHare connect to to get the nova playlist?
thanks!!
I use it with portable VLC and it works very well with my Nova8.
But I have a question, which address does WinGTSHare connect to to get the nova playlist?
thanks!!
-
- Posts: 20
- Joined: Thu Oct 22, 2020 8:59 pm
Re: WinGTShare unofficial tool
[/code]
No Live links
the config is it, BUT add your GTMEDIA IP:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<appSettings>
<add key="default_ip" value="192.168.1.XX" /> <!--ip or machine name-->
<add key="default_port" value="81" />
<add key="default_protocol" value="tcp" /> <!--tcp|udp|rtp-->
<add key="external_player" value="inc\\vlc\\vlc.exe --fullscreen" />
<add key="enable_OSD" value="true" /> <!--true|false NOTE: this version Requires installation of Microsoft XNA Framework -->
</appSettings>
</configuration>
Download VLC portable and put it on "inc" directory "inc\\vlc\\vlc.exe"
Code: Select all
https://get.videolan.org/vlc/3.0.12/win32/vlc-3.0.12-win32.zip
the config is it, BUT add your GTMEDIA IP:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<appSettings>
<add key="default_ip" value="192.168.1.XX" /> <!--ip or machine name-->
<add key="default_port" value="81" />
<add key="default_protocol" value="tcp" /> <!--tcp|udp|rtp-->
<add key="external_player" value="inc\\vlc\\vlc.exe --fullscreen" />
<add key="enable_OSD" value="true" /> <!--true|false NOTE: this version Requires installation of Microsoft XNA Framework -->
</appSettings>
</configuration>
-
- Posts: 20
- Joined: Thu Oct 22, 2020 8:59 pm
Re: WinGTShare unofficial tool
Thank youJuankaxxi wrote: ↑Sun Jan 31, 2021 7:54 am[/code]Download VLC portable and put it on "inc" directory "inc\\vlc\\vlc.exe"
the config is it, BUT add your GTMEDIA IP:Code: Select all
https://get.videolan.org/vlc/3.0.12/win32/vlc-3.0.12-win32.zip
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<appSettings>
<add key="default_ip" value="192.168.1.XX" /> <!--ip or machine name-->
<add key="default_port" value="81" />
<add key="default_protocol" value="tcp" /> <!--tcp|udp|rtp-->
<add key="external_player" value="inc\\vlc\\vlc.exe --fullscreen" />
<add key="enable_OSD" value="true" /> <!--true|false NOTE: this version Requires installation of Microsoft XNA Framework -->
</appSettings>
</configuration>
Re: WinGTShare unofficial tool
@Hugoduro
I stop using the program for a few days , now I can't mase it to work? keep getting ERROR CAN'T FIND EXTERNAL PLAYER. PLEASE CHECK CONFIGURATION FILE
I download the inc file and add it to the program file??
I switched computer. Maybe missing any file?
I stop using the program for a few days , now I can't mase it to work? keep getting ERROR CAN'T FIND EXTERNAL PLAYER. PLEASE CHECK CONFIGURATION FILE
I download the inc file and add it to the program file??
I switched computer. Maybe missing any file?
Re: WinGTShare unofficial tool
Hi @cpr43,cpr43 wrote: ↑Thu Feb 04, 2021 12:34 am@Hugoduro
I stop using the program for a few days , now I can't mase it to work? keep getting ERROR CAN'T FIND EXTERNAL PLAYER. PLEASE CHECK CONFIGURATION FILE
I download the inc file and add it to the program file??
I switched computer. Maybe missing any file?
You can download the external player from here:
Code: Select all
https://drive.google.com/file/d/1TQSXGeW7kMuJpCvgSufGUnMZII44I933/view?usp=sharing
I should be like this: Then you should also edit the config file like this:
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<appSettings>
<add key="default_ip" value="192.168.0.17" /> <!--ip or machine name-->
<add key="default_port" value="81" />
<add key="default_protocol" value="tcp" /> <!--tcp|udp|rtp-->
<add key="external_player" value="inc\\MPC-HC\\mpc-hc64.exe /fullscreen" />
<add key="enable_OSD" value="true" /> <!--true|false NOTE: this version Requires installation of Microsoft XNA Framework -->
</appSettings>
</configuration>
HD
Re: WinGTShare unofficial tool
Hi @Hugoduro
Got it, thanks, much appreciated!!
Got it, thanks, much appreciated!!
Re: WinGTShare unofficial tool
Hola !!! Me gustaría saber porque no puedo mirar en mi PC los canales que tengo con protocolo NewCam en mi V8X
Re: WinGTShare unofficial tool
Posiblemente no tienes configurado el "external player" en el archivo de configuracion.
V8x, 77w NewCam/IKS. V0.5.0_Alpha
No live links (Rule #18) highlight the URL and use the Code tag option "</>"
V7HD, V8SUPER, V8X, V7PRO, GTC, FORMULER F4(TURBO)
V7HD, V8SUPER, V8X, V7PRO, GTC, FORMULER F4(TURBO)
Re: WinGTShare unofficial tool
Pues según yo si tengo el reproductor establecido porque los canales de banda C si los puedo mirar
Re: WinGTShare unofficial tool
hola me podria poner una foto de como debe de estar el archivo WinGtShareTool.exe porfavor
Re: WinGTShare unofficial tool
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<appSettings>
<add key="default_ip" value="192.168.0.17" /> <!--ip or machine name-->
<add key="default_port" value="81" />
<add key="default_protocol" value="tcp" /> <!--tcp|udp|rtp-->
<!--add key="external_player" value="inc\\ffplay -fs" /--> <!-- FFPLAY -->
<!--add key="external_player" value="C:\\PROGRA~2\\VIDEOLAN\\VLC\\VLC.EXE -fullscreen" /--> <!-- VLC -->
<add key="external_player" value="C:\\PROGRA~1\\MPC-HC\\mpc-hc64.exe" /> <!-- MPC-HC 64bit -->
<!--add key="external_player" value="inc\\MPC-HC\\mpc-hc64.exe /fullscreen" /-->
<add key="enable_OSD" value="true" /> <!--true|false NOTE: this version Requires installation of Microsoft XNA Framework -->
</appSettings>
</configuration>
asi lo tengo yo tengo algo mal???
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<appSettings>
<add key="default_ip" value="192.168.0.17" /> <!--ip or machine name-->
<add key="default_port" value="81" />
<add key="default_protocol" value="tcp" /> <!--tcp|udp|rtp-->
<!--add key="external_player" value="inc\\ffplay -fs" /--> <!-- FFPLAY -->
<!--add key="external_player" value="C:\\PROGRA~2\\VIDEOLAN\\VLC\\VLC.EXE -fullscreen" /--> <!-- VLC -->
<add key="external_player" value="C:\\PROGRA~1\\MPC-HC\\mpc-hc64.exe" /> <!-- MPC-HC 64bit -->
<!--add key="external_player" value="inc\\MPC-HC\\mpc-hc64.exe /fullscreen" /-->
<add key="enable_OSD" value="true" /> <!--true|false NOTE: this version Requires installation of Microsoft XNA Framework -->
</appSettings>
</configuration>
asi lo tengo yo tengo algo mal???
Re: WinGTShare unofficial tool
hola ya se mira copie una configuracion que estaba publicada y ya funciono con MPC y yo quiria utilizar VLC gracias!!!
Re: WinGTShare unofficial tool
Muy bien, aqui es mi config utilizando el MPC-HC en el directorio "INC". Los que tiene <!-- no se usa. Tambien mi IP del V8x es 192.168.1.56
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<appSettings>
<add key="default_ip" value="192.168.1.56" /> <!--ip or machine name-->
<add key="default_port" value="81" />
<add key="default_protocol" value="tcp" /> <!--tcp|udp|rtp-->
<!--add key="external_player" value="inc\\ffplay -fs" /--> <!-- FFPLAY -->
<!--add key="external_player" value="C:\\PROGRA~2\\VIDEOLAN\\VLC\\VLC.EXE -fullscreen" /--> <!-- VLC -->
<!--add key="external_player" value="C:\\PROGRA~1\\MPC-HC\\mpc-hc64.exe" /--> <!-- MPC-HC 64bit -->
<add key="external_player" value="inc\\MPC-HC\\mpc-hc64.exe /fullscreen" />
<add key="enable_OSD" value="true" /> <!--true|false NOTE: this version Requires installation of Microsoft XNA Framework -->
</appSettings>
</configuration>
No live links (Rule #18) highlight the URL and use the Code tag option "</>"
V7HD, V8SUPER, V8X, V7PRO, GTC, FORMULER F4(TURBO)
V7HD, V8SUPER, V8X, V7PRO, GTC, FORMULER F4(TURBO)
Re: WinGTShare unofficial tool
+++++++++++++++++++++++++++++++++++++++++++++++++
WinGTShareTool v.0.6.0
+++++++++++++++++++++++++++++++++++++++++++++++++
v.0.6.0 06/02/2021
Change log:
- Config Form for a simpler configuration. Go to Application Menu > File > Config.
- Automatic detect external player path in configuration form.
-- ..
IMPORTANT: This version requires installation of "Microsoft XNA Framework"
You can download it from here:
[/color]
Microsoft XNA Framework: Alternate link:
NOTE: External player is not included.
It's recomended to use MPC-HC or VLC. Choose it in configuration.
+++++++++++++++++++++++++++++++++++++++++++++++++
WinGTShareTool v.0.6.0
+++++++++++++++++++++++++++++++++++++++++++++++++
v.0.6.0 06/02/2021
Change log:
- Config Form for a simpler configuration. Go to Application Menu > File > Config.
- Automatic detect external player path in configuration form.
-- ..
IMPORTANT: This version requires installation of "Microsoft XNA Framework"
You can download it from here:
Code: Select all
https://www.microsoft.com/en-us/download/details.aspx?id=20914
Microsoft XNA Framework: Alternate link:
Code: Select all
https://drive.google.com/file/d/126iGtScUKkpwLmKih9u6QzV1WdGQe0Fu/view?usp=sharing
It's recomended to use MPC-HC or VLC. Choose it in configuration.
+++++++++++++++++++++++++++++++++++++++++++++++++
- Attachments
-
- Capturar.PNG (192.14 KiB) Viewed 8145 times
Last edited by hugoduro on Sun Feb 07, 2021 7:09 pm, edited 3 times in total.
Re: WinGTShare unofficial tool
@hugoduro
Very thanks for your work
Very thanks for your work
GTX Combo - V8 UHD - GT combo - V8 Finder Pro - V7 Pro - V8X - V8 Turbo - X8 - X8 combo - V8 Pro 2 - D2 DAB+
Re: WinGTShare unofficial tool
That is a great program and super easy to use. It is a difference make. Much thanks!
-
- Posts: 20
- Joined: Thu Oct 22, 2020 8:59 pm
Re: WinGTShare unofficial tool
Grate work thank you
Re: WinGTShare unofficial tool
Sorry, but new version won't play for me - I get a Microsoft .NET Framework error message when I try to run it:
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553'
However I have no problem running the previous version of WinGTShare - wanted to try this new version for the option of choosing VLC player
Any advice would be helpful please, as it's such a great tool
By the way, the link code for the Microsoft XNA Framework takes you to a download page that says the file is not available??
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553'
However I have no problem running the previous version of WinGTShare - wanted to try this new version for the option of choosing VLC player
Any advice would be helpful please, as it's such a great tool
By the way, the link code for the Microsoft XNA Framework takes you to a download page that says the file is not available??