Quote from DaviddeArgentina on December 29, 2023, 11:43 pmGreetings guys,
I am making my own version of IPTV based on information from
https://github.com/iptv-org/iptvBoth the NeoMediaPlayer and zmVLC plugins seem to work correctly with the .m3u8 links running the clips.
The issue to consider the database.
The website (three years out of date) provides a single .json file
My idea is to migrate that .json file to something more manageable, like sqLite, to be able to make more advanced queries in SQL format.
So far, what I have confirmed is the following:
* Open/Close the table
* Get the structure
* Get the number of records
* individualize record by record field by field
* display all the previous data on the screen.
* Generated a filter by language to split records that do not interest me.At this point I can already think of a .SQL file so that it can be imported into a database.
This .SQL file will have a structure of this type:
* Fixed header (CREATE TABLE: definitions and their fields) (I already have this done)
* here would come all the content of each of the INSERT INTO (half-resolved)
* Fixed closure of formal .SQL file structureI have done everything I have expressed in Powershell, because it is the only thing that solves well (and quickly) the final idea which is to obtain, after processing, a .SQL file that imports a database.
When this is available, it will be very useful for those who are interested in their own version of IPTV.
For all of the above, I propose that you participate in the project.
It will be necessary:
* Someone who has some experience with PowerShell,
* Content verifiers
* TranslatorsFor those who want to participate, I ask you to send me an email to
applications (at) rocketmail (dot) com
to coordinate some tasks.Thank you so much!
Saludos muchachos,
Estoy realizando mi propia versión de IPTV basada en la información de
https://github.com/iptv-org/iptvtanto los plugines NeoMediaPlayer y zmVLC parecen funcionar corretamente con los enlaces .m3u8 que ejecutan los clips.
El tema a considerar el la base de datos.
El sitio web (tres años desactualizado) provee un único archivo .json
Mi idea es migrar ese archivo .json a algo mas manejable, tipo sqLite, para poder hacer consultas mas avanzadas en formato SQL.
hasta ahora, lo que llevo confirmado es lo siguiente:
* Abrir / Cerrar la tabla
* Obtener la estructura
* Obtener la cantidad de registros
* individualizar registro por registro campo a campo
* exponer en pantalla todos los datos anteriores.
* Generado de un filtro por idioma para fraccionar registros que no me interesan.En este momento ya puedo pensar en en archivo .SQL para que pueda importarse a una base de datos.
Este archivo .SQL va a tener una estructura de este tipo:
* Header fijo (CREATE TABLE: definiciones y sus campos) (esto ya lo tengo hecho)
* aqui vendría todo el contenido de cada uno de los INSERT INTO (a medio resolver)
* Cierre fijo de la estructura formal del archivo .SQLTodo lo expresado lo llevo hecho en Powershell, porque es lo único que resuelve bien (y rápido) la idea final que es obtener, después del procesamiento, un archivo .SQL que importe una base de datos.
Cuando esto esté disponible, va a ser muy util para quienes les interese su propia versión de IPTV
Para todo lo expuesto, les propongo que participen en el proyecto.
Va a ser necesario:
* Alguien que tenga alguna experiencia con PowerShell,
* Verificadores de contenidos
* TraductoresPara los que quieran participar, les pido me manden un mail a
aplicaciones (arroba) rocketmail (punto) com
para coordinar algunas tareas.Infnitas gracias !
Greetings guys,
I am making my own version of IPTV based on information from
https://github.com/iptv-org/iptv
Both the NeoMediaPlayer and zmVLC plugins seem to work correctly with the .m3u8 links running the clips.
The issue to consider the database.
The website (three years out of date) provides a single .json file
My idea is to migrate that .json file to something more manageable, like sqLite, to be able to make more advanced queries in SQL format.
So far, what I have confirmed is the following:
* Open/Close the table
* Get the structure
* Get the number of records
* individualize record by record field by field
* display all the previous data on the screen.
* Generated a filter by language to split records that do not interest me.
At this point I can already think of a .SQL file so that it can be imported into a database.
This .SQL file will have a structure of this type:
* Fixed header (CREATE TABLE: definitions and their fields) (I already have this done)
* here would come all the content of each of the INSERT INTO (half-resolved)
* Fixed closure of formal .SQL file structure
I have done everything I have expressed in Powershell, because it is the only thing that solves well (and quickly) the final idea which is to obtain, after processing, a .SQL file that imports a database.
When this is available, it will be very useful for those who are interested in their own version of IPTV.
For all of the above, I propose that you participate in the project.
It will be necessary:
* Someone who has some experience with PowerShell,
* Content verifiers
* Translators
For those who want to participate, I ask you to send me an email to
applications (at) rocketmail (dot) com
to coordinate some tasks.
Thank you so much!
Saludos muchachos,
Estoy realizando mi propia versión de IPTV basada en la información de
https://github.com/iptv-org/iptv
tanto los plugines NeoMediaPlayer y zmVLC parecen funcionar corretamente con los enlaces .m3u8 que ejecutan los clips.
El tema a considerar el la base de datos.
El sitio web (tres años desactualizado) provee un único archivo .json
Mi idea es migrar ese archivo .json a algo mas manejable, tipo sqLite, para poder hacer consultas mas avanzadas en formato SQL.
hasta ahora, lo que llevo confirmado es lo siguiente:
* Abrir / Cerrar la tabla
* Obtener la estructura
* Obtener la cantidad de registros
* individualizar registro por registro campo a campo
* exponer en pantalla todos los datos anteriores.
* Generado de un filtro por idioma para fraccionar registros que no me interesan.
En este momento ya puedo pensar en en archivo .SQL para que pueda importarse a una base de datos.
Este archivo .SQL va a tener una estructura de este tipo:
* Header fijo (CREATE TABLE: definiciones y sus campos) (esto ya lo tengo hecho)
* aqui vendría todo el contenido de cada uno de los INSERT INTO (a medio resolver)
* Cierre fijo de la estructura formal del archivo .SQL
Todo lo expresado lo llevo hecho en Powershell, porque es lo único que resuelve bien (y rápido) la idea final que es obtener, después del procesamiento, un archivo .SQL que importe una base de datos.
Cuando esto esté disponible, va a ser muy util para quienes les interese su propia versión de IPTV
Para todo lo expuesto, les propongo que participen en el proyecto.
Va a ser necesario:
* Alguien que tenga alguna experiencia con PowerShell,
* Verificadores de contenidos
* Traductores
Para los que quieran participar, les pido me manden un mail a
aplicaciones (arroba) rocketmail (punto) com
para coordinar algunas tareas.
Infnitas gracias !
Quote from DaviddeArgentina on January 8, 2024, 7:06 pmGreetings guys,
After having presented the project a week ago, the IPTV concept is now operational.
I am very sorry that no one was interested, because there were no comments of any kind.
For those who are interested in developing their own version of IPTV, I have for sale the PUB program (my development) on which it is already working.
In addition to the PUB, they must have available the plugins used for different types of services.
These plugins are from third parties and have a shareware license that they will have to manage.
I will appreciate all kinds of questions, comments, suggestions, etc.
Greetings from Buenos Aires.
Saludos muchachos,
Luego de haber presentado el proyecto hace una semana, el concepto de IPTV ya está operativo.
Lamento muchisimo que a nadie le haya producido interes, porque no hubo ningún tipo de comentarios.
Para los que les interese el desarrollo de su propia versión de IPTV, tengo a la venta el programa PUB (mi desarrollo) sobre el cual ya está funcionando.
Además del PUB, deberán tener disponibles los plugines utilizados para distintos tipos de servicios.
Esos plugines son de terceros y tienen una licencia shareware que tendrán que gestionar.
Apreciaré todo tipo de preguntas, comentarios, sugerencias, etc.
Saludos desde Buenos Aires.
Greetings guys,
After having presented the project a week ago, the IPTV concept is now operational.
I am very sorry that no one was interested, because there were no comments of any kind.
For those who are interested in developing their own version of IPTV, I have for sale the PUB program (my development) on which it is already working.
In addition to the PUB, they must have available the plugins used for different types of services.
These plugins are from third parties and have a shareware license that they will have to manage.
I will appreciate all kinds of questions, comments, suggestions, etc.
Greetings from Buenos Aires.
Saludos muchachos,
Luego de haber presentado el proyecto hace una semana, el concepto de IPTV ya está operativo.
Lamento muchisimo que a nadie le haya producido interes, porque no hubo ningún tipo de comentarios.
Para los que les interese el desarrollo de su propia versión de IPTV, tengo a la venta el programa PUB (mi desarrollo) sobre el cual ya está funcionando.
Además del PUB, deberán tener disponibles los plugines utilizados para distintos tipos de servicios.
Esos plugines son de terceros y tienen una licencia shareware que tendrán que gestionar.
Apreciaré todo tipo de preguntas, comentarios, sugerencias, etc.
Saludos desde Buenos Aires.
Uploaded files:Quote from DaviddeArgentina on January 10, 2024, 12:04 amIn this link you can find the NeoIPTV example:
https://aplicaciones.xp3.biz/david/NeoIPTV.zip
(file 35.1 Mb)
The readme file details the explanations.
enjoy it!
En este enlace pueden encontrar el ejemplo de NeoIPTV:
https://aplicaciones.xp3.biz/david/NeoIPTV.zip
(file 35.1 Mb)
El archivo readme detalla las explicaciones.
que lo disfruten!
In this link you can find the NeoIPTV example:
https://aplicaciones.xp3.biz/david/NeoIPTV.zip
(file 35.1 Mb)
The readme file details the explanations.
enjoy it!
En este enlace pueden encontrar el ejemplo de NeoIPTV:
https://aplicaciones.xp3.biz/david/NeoIPTV.zip
(file 35.1 Mb)
El archivo readme detalla las explicaciones.
que lo disfruten!
Quote from carlos Saldaña on January 10, 2024, 4:18 pmA mí me interesa Cual es su costo y de cuales plugin se requiere licencia
una pregunta los correo que te envió a tu correo si te llegan
A mí me interesa Cual es su costo y de cuales plugin se requiere licencia
una pregunta los correo que te envió a tu correo si te llegan
Quote from DaviddeArgentina on January 10, 2024, 5:42 pmHola @carlos-saldana
Gracias por tu interés.
Los plugines que se usan son:
NeoDBPro, que maneja la base de datos y el grid de la pantalla.
zmVLC, que es el que presenta en pantalla el streamming de los canales. Freeware.
npEdge, el navegador que pone en pantalla el logo de cada canal Se lo puede reemplazar por EzEdge con relativa facilidad. (o simplemente, no poner esos logos)
El costo de todo mi desarrollo, con el programa PUB y la base de datos (hasta ahora llevo implementado los canales hispanoparlantes, que son 270) es de u$s 100.-
Saludos desde Buenos Aires
Hola @carlos-saldana
Gracias por tu interés.
Los plugines que se usan son:
NeoDBPro, que maneja la base de datos y el grid de la pantalla.
zmVLC, que es el que presenta en pantalla el streamming de los canales. Freeware.
npEdge, el navegador que pone en pantalla el logo de cada canal Se lo puede reemplazar por EzEdge con relativa facilidad. (o simplemente, no poner esos logos)
El costo de todo mi desarrollo, con el programa PUB y la base de datos (hasta ahora llevo implementado los canales hispanoparlantes, que son 270) es de u$s 100.-
Saludos desde Buenos Aires