Giter VIP home page Giter VIP logo

Comments (19)

Isayso avatar Isayso commented on July 29, 2024

The server is responding with error 403, that means it needs a special setup to grant access.
E.g. if you want to play these m3u8 links in Kodi, you need to add the user agent, which can be defined in the settings and add to the link with F2 and right click.
The link looks like this afterwards:
http://fnctve-i.akamaihd.net/hls/live/200669/fnctve/HD.m3u8|User-Agent=Mozilla/5.0 (X11; Linux i686; rv:42.0) Gecko/20100101 Firefox/42.0 Iceweasel/42.0

Your AppleTV seems to use this special User-Agent which I don't know.
My Prog uses the User-Agent string for testing, so you can try to modify the Agent in the list and test it.
Its a little bit like "wrong password" and not easy to solve. In future release I can probably add a "cannot test" answer as a grey color.
If you find the right User-Agent string, please tell me. Probably somebody else knows the solution?
Thanks and I'm sorry!

from playlisteditortv.

Isayso avatar Isayso commented on July 29, 2024

I made a test version. The half-dead links are gray now. With Ctrl-click you select all and Shift+Ctrl-click only the orange full dead links.

PlaylistEditorIPTV_v1.5.2.zip

from playlisteditortv.

SileC avatar SileC commented on July 29, 2024

Excellent. I will give it a try. BTW how can I type in a cell to make updates? Or this has to be done outside checker? Copy paste (for logos) works OK.

from playlisteditortv.

SileC avatar SileC commented on July 29, 2024

Grayed out works ok, it is good as it detects geo blocked channels too.
Still got some channels that show red but work ok.
rtmp://95.77.97.220/live/livestream
rtmp://89.33.78.174/live/livestream
rtmp://rapsodia1.arya.ro/live/rapsodiatv1
rtmp://columna1.arya.ro/live/columnatv1
All these channels work only in GSEiptv (android, ios) but not in iptvsmarters
I have others, but the problem with those is that they are not broadcasting continuos so you have to do the check at specifc time. Maybe is better in that case that the list has a header for Random transmission. But is there a way to remove themafter selection during deletion? I know is just copy and paste to put them back (if you dont ovewrite the original file).

from playlisteditortv.

Isayso avatar Isayso commented on July 29, 2024

Excellent. I will give it a try. BTW how can I type in a cell to make updates? Or this has to be done outside checker? Copy paste (for logos) works OK.

with F2 or a second click in the cell, this can be changed in settings.

I found that rtmp are not responding with the Microsoft web client, I would need a 3rd party dll for this. In the meantime I will select them with gray.

To add a kind of "do not check" flag to the table is not an easy task. I would probably violate the m3u file structure and need my own data format to save. I will think of it.

from playlisteditortv.

SileC avatar SileC commented on July 29, 2024

Sounds OK.
I found another issue, these links pass the check but is actually not working.
http://193.228.153.231:4240/bysid/40
http://193.228.153.231:4240/bysid/100
http://193.228.153.231:4240/bysid/120
http://193.228.153.231:4240/bysid/150
Attached is also a list and all channels passed the check, but some are not working.
Also is there a way to be able to import a txt file with format:
Radio Mambo TV
https://5926fc9c7c5b2.streamlock.net/9044/9044/playlist.m3u8
so just to pull the lines if the program name does not have #EXTINF in front to go to next line, check if http://link and take it in file?

somechannels002.txt

from playlisteditortv.

Isayso avatar Isayso commented on July 29, 2024

Please try it.

TV Station
http://.......

or

http:.....

alone can be imported via clipboard now. So open file and copy to clipboard.

Your dead links should be detected better now.

from playlisteditortv.

SileC avatar SileC commented on July 29, 2024

The checking works much better, still missing some links, but very few. (I used the list above, cleared all gray, orange and went through list). Drag and drop txt file (attached above) does not work.
Other issues: 1. It cannot find my vlc to play links, and vlc is even open in a differnt window.
2. for opening file what is the difference between click and double click? I get same command - open file.
3. When moving mouse over OPEN icon, can you add that Ctrl+N makes new window? Is very important if you want to create a new list to paste into (either orange, gray or make new list). And after you have list open you don't see info on background when opening file.
4. Idea: when deleting broken/gray list can you ask if want to copy to clipboard? this way links can be pasted in a new file for further processing.

from playlisteditortv.

Isayso avatar Isayso commented on July 29, 2024
  1. I'm not sure if I will do this for D&D of txt file. It's probably better to have a visual file inspection of the user bevor import. Otherwise the error handling could be very difficult when you have garbage in the file.
    I cannot detect if the link delivers useful stream data and I set a timeout of 6 seconds, if you have a very slow server behind, thats a problem too. The answer time is very different unfortunately.
  2. double click on empty background opens the open dialog
  3. did it
  4. good idea, will do it
    Crtl-x and ctrl-i would do the same

from playlisteditortv.

SileC avatar SileC commented on July 29, 2024

Let me know when you have the new version.
Related to vlc, do you know why is not able to find it to play channels? Kodi I did not try.

from playlisteditortv.

Isayso avatar Isayso commented on July 29, 2024

Oh yes vlc forgot....... It reads the install path from the registry and starts a new vlc process, not using an open one. the reg key is
"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
do you see the "vlc not found" popup?

from playlisteditortv.

SileC avatar SileC commented on July 29, 2024

Yes, vlc not found. I will check the registry if I have same path on Win10.

from playlisteditortv.

SileC avatar SileC commented on July 29, 2024

VLC not found in Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
what location should i look in?
VideoLan

from playlisteditortv.

Isayso avatar Isayso commented on July 29, 2024

I see you use the 32bit version of vlc, this uses probably an other location, must check this.
Thanks for your time!

Screenshot (109)

from playlisteditortv.

SileC avatar SileC commented on July 29, 2024

I installed what I got from videolan website, didn't pay attention to the dropdown menu for download.
uninstall vlc
I installed the 64bit and it works OK. Maybe you have to add a check for the vlc and kodi versions and set some error if not available. Maybe redirect to install?

from playlisteditortv.

Isayso avatar Isayso commented on July 29, 2024

Found that the 32bit version has different Reg keys. Must at least check this and do some popup.
PS: 32bit progs on 64bit Windows has this behavior only.

from playlisteditortv.

Isayso avatar Isayso commented on July 29, 2024

Unfortunately my PC broke, I give you the latest version, with some fixes. If you find something, please notice me, but I'm afraid I will not do anything before next week. Its under warranty, so I cannot repair it myself. Thanks!

from playlisteditortv.

SileC avatar SileC commented on July 29, 2024

Ok. Thanks.

from playlisteditortv.

Isayso avatar Isayso commented on July 29, 2024

Please take a look at the new version. You can now select the orange and the gray links separately.

from playlisteditortv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.