Vous êtes ici » Page d'Accueil » Forum » Re: crash of 20.0.0.1 version [Bug Reporting]

Connexion

Identifiant :

Mot de passe :

Se souvenir de moi



Mot de passe perdu ?

Inscrivez-vous !

Réseaux Sociaux


Nouveaux Utilisateurs

DamionTann 09/05/2024
ElwoodShoo 08/05/2024
BertCobbet 08/05/2024
DeangeloSs 08/05/2024
WildaE5349 08/05/2024
JeremyEoz0 07/05/2024
ARIELLY17 07/05/2024
HVNKathy73 06/05/2024
Valorie500 05/05/2024
ValeriaCle 03/05/2024


Parcourir cette discussion :   2 Utilisateurs non enregistré en ligne




(1) 2 »


Re: crash of 20.0.0.1 version
#20
Administrateur


Benutzerinformationen
Hi Raider,

Thanks for the debug time
I again modified something in the code :
As you remeber, I made a test with a first HTTP request and if it failed into error then I did a second HTTP request specificly to the new parameter 'name' we found coming from your receiver WebIF.
Then I was meaning : what could happen if I just let this parameter 'name' in the HTTP request with my receiver ?
-> answer is : it works !
So I just removed all the bullshit I inserted to do the error checks and added the parameter to the HTTP request default !

We will have to redoo a test on your side.

Best regards,

Date de publication : 13/09/2013 22:09
____________________
Sébastien
Administrateur & Développeur Enigma-TV
Imprimer Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit M. Wong Haut


Re : : crash of 20.0.0.1 version
#19
Administrateur


Benutzerinformationen
Hi,

I reviewed all issues you reported.
Please check your Email ...
Do the tests and report to me.

Many thanks for your help !

Best regards,

Date de publication : 10/09/2013 20:45
____________________
Sébastien
Administrateur & Développeur Enigma-TV
Imprimer Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit M. Wong Haut


Re: Re : : crash of 20.0.0.1 version
#18
Débutant


Benutzerinformationen
Hi Sébastien, this is working fine.
I found a small things like, in provider who was the problem the mini window is not working, in the other theres no problem.
Another thing i found is if i change the language to Portuguese when i access by web side there's no login option, only shows the player window and the OS image in the bottom, with English and Français is OK, no problems found.
Meanwhile i will check more to try to help get better and better this nice program.
In android i make a test and i's working, but it's not my favourite ...
best regards.

Date de publication : 09/09/2013 22:55
Imprimer Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit M. Wong Haut


Re : : crash of 20.0.0.1 version
#17
Administrateur


Benutzerinformationen
Hi,

Bug found and software code corrected !!!
Test done with Raider.
It will be pushed with the next 2.0.0.3 release.

-> Raider, please test as much as you can and come back to me with your feedback !

Best regards,

Date de publication : 08/09/2013 21:20
____________________
Sébastien
Administrateur & Développeur Enigma-TV
Imprimer Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit M. Wong Haut


Re: crash of 20.0.0.1 version
#16
Débutant


Benutzerinformationen
I send you already the details.
Best regards.

Date de publication : 08/09/2013 19:01
Imprimer Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit M. Wong Haut


Re : : crash of 20.0.0.1 version
#15
Administrateur


Benutzerinformationen
Hi Raider,

I worked all this afternoon on this issue ...
I changed some code in my app to 'maybe' solve the issue.
We anyway need to do a TeamViewer so I can do some checks on your side directly, would you be ok ?

Let me summarize the issue / changes :
From the WebIF, when you click on the little TV icon to start the stream into VLC, then the WebIF generates a .m3u file.
This m3u file is used by VLC to get the stream URL + the settings.
My tool cannot open this m3u file ...
What I do is that I directly do a http command to get the stream URL and then use this URL to feed the embedded VLC plugin. (without any options)
NOW, I added some codes to check if some options like 'http-reconnect' or 'program=' are used and if it is the case then I also add (well this needs to be verified) those options in the stream settings.
As you said, if for a channel that works without option I add like the 'program=any number' then it doesn't work !
This is the proof that the option is taken in consideration.

Lets test this together.

Give me you TeamViewer ID & password on my Email info@enigma-tv.com and let it open ...
I will try to connect as soon I can.
During this session I will transfer some files, don't worry ... those are corrections of current code.

Best regards,

Date de publication : 08/09/2013 17:33
____________________
Sébastien
Administrateur & Développeur Enigma-TV
Imprimer Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit M. Wong Haut


Re: Re : : crash of 20.0.0.1 version
#14
Débutant


Benutzerinformationen
Hi Sébastien, this provider is in 30.0W and it's not free.
If you have a motor we can find a way to watch this from my side (no problem).
One interest thing that i found in the url generated by vlc is, as a follow example :
#EXTM3U
#EXTVLCOPT--http-reconnect=true
#EXTVLCOPT:program=811
http://192.168.1.85:8001/1:0:1:32B:24:36:CE40000:0:0:0:

if i removed the commented lines from the file (#EXTVLCOPT:program=811) and open it with vlc, it open vlc but without emission, but in the other provider we can remove all and it open always without problem.
Anything else you need i'm here to help to try to find a solution.
I found something that can be helpful here:
https://trac.videolan.org/vlc/ticket/4264

Best regards.

Date de publication : 08/09/2013 13:03
Imprimer Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit M. Wong Haut


Re : : crash of 20.0.0.1 version
#13
Administrateur


Benutzerinformationen
Hi Raider,

Hum, interesting case ...
I watched your Youtube video and understand the problem.
To investigate into this issue, I would need to reproduce this on my side.
Is this provider on Astra ? and is it free ?
If not, do you have any other channel that is free to give me so I can check from here ?

The test I have to do is to check the URL provided using directly the WebIF of the Dreambox and then check what URL my tool generate to feed VLC.
Something must be different.

In case there is no way to let me debug myself, we could work together (if you want).
I can produce a 'Debug version' and create some logs to check step by step what goes internally to the tool.

Please let me know.
Also, I'm very busy for the next 2 weeks ... but we can work ... the only thing is that it can take time before I reply to you.

Best regards,

Date de publication : 07/09/2013 19:37
____________________
Sébastien
Administrateur & Développeur Enigma-TV
Imprimer Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit M. Wong Haut


Re: crash of 20.0.0.1 version
#12
Débutant


Benutzerinformationen
Hello again.
I force to click many times in the channel list, and in some cases after i make around 10 clicks sometimes a channel open, others no, the reason this is comportment is stranger.
Always the information in top is playing even without image.
But it's not a solution, in some cases 20 times is not enough.
I put a video in youtube to show how it happen and to help to solve this problem.
Here is a link.
http://youtu.be/DrBIhWezOYU
Best regards.

Date de publication : 07/09/2013 17:40
Imprimer Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit M. Wong Haut


Re: crash of 20.0.0.1 version
#11
Débutant


Benutzerinformationen
Hello, i'm talking about from watch in enigma tv in my computer.
The channels that i can watch in my computer i can watch outide too.
Is any away to debug to try to find the problem.
I tried it on VU Duo, Dreambox 500S , MK Digital Xp1000 and Gigablue UE, with the same result, all channels from one provider (all S2) works like a charm, but the all channels from the other provider (S2 some channels) and no standard or S2 work.
I leave to you a setting list from my VU, to try to find something, meanwhile i'm check any solution.
All the FTA channels open well, and as example (Disney channel from ZON bouquet is ok too, don't ask me why)
Btw, i tried in a diferent machine and the result is the same.
With vlc all open perfect.
Best regards.

Joindre un fichier:


Lien visibles uniquement pour les utilisateurs enregistrés

Date de publication : 07/09/2013 15:24
Imprimer Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit M. Wong Haut







Vous pouvez consulter les sujets.
Vous ne pouvez pas débuter un nouveau sujet.
Vous ne pouvez pas répondre aux messages.
Vous ne pouvez pas modifier vos messages.
Vous ne pouvez pas supprimer vos messages.
Vous ne pouvez pas créer des sondages.
Vous ne pouvez pas participer aux sondages.
Vous ne pouvez pas joindre des fichiers à vos messages.
Vous ne pouvez pas publier vos messages sans approbation.
Vous ne pouvez pas utiliser ce type de sujet.
Vous ne pouvez pas utiliser le HTML.
Vous ne pouvez pas utiliser une signature dans vos messages.

[Recherche avancée]