-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cyrillic alphabet, incorrect encoding #36
Comments
I checked it out
So |
Hello my friend
Can you pls send me url or m3u for arabic chanel
Thanks
Sent from my iPhone
On 27 Oct 2024, at 8:14 AM, krasnh ***@***.***> wrote:
I checked it out https://iptv-org.github.io/iptv/countries/ru.m3u. The encoding is correct.
#EXTINF:-1 tvg-id="Kinopokaz.ru" tvg-logo="https://i.imgur.com/nNjMyAq.png" group-title="Movies",Кинопоказ
http://31.148.48.15/Kinopokaz/index.m3u8
So iptvtools has nothing to do with it? It is necessary to ask the author of the server http://127.0.0.1:8185?
—
Reply to this email directly, view it on GitHub<#36 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ATOQMKNKY7WSB2HULNLAKWLZ5TKKZAVCNFSM6AAAAABQVVQOYSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZZHE4TAOJUGQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Search here https://github.com/iptv-org/iptv#playlists. |
Thanks bro
Have good week end
Sent from my iPhone
On 27 Oct 2024, at 8:46 AM, krasnh ***@***.***> wrote:
Can you pls send me url or m3u for arabic chanel
Search here https://github.com/iptv-org/iptv#playlists.
—
Reply to this email directly, view it on GitHub<#36 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ATOQMKJFV6KLYJOLD7TB36LZ5TOAPAVCNFSM6AAAAABQVVQOYSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBQGAYDCOBSGM>.
You are receiving this because you commented.Message ID: ***@***.***>
|
In principle, there is nothing difficult to save the playlist first and then run the `iptv-filter'. The order of actions will increase by only one command, which is not terrible. Anyway, anyway, the iptv player will no longer work with the original url link, but with the local playlist_576p.m3u file.
|
So you mean it works with local file but failed with remote url, right? |
Yes.
But |
Sounds like an encoding problem, I will take a look when having time. |
I completely forgot about this moment when I wrote the previous question.
Playlist by link
http://127.0.0.1:8185/playlist.m3u
. After launchingiptv-filter -i http://127.0.0.1:8185/playlist.m3u -o playlist_576p.m3u --max-height 576
, I get a broken encoding.If
wget http://127.0.0.1:8185/playlist.m3u -O playlist.m3u && iptv-filter -i playlist.m3u -o playlist_576p.m3u --max-height 576
, then:upd. For some reason, the first line of the playlist changes:
#EXTM3U
and
#EXTM3U url-tvg="http://127.0.0.1:8185/epg/xmltv" tvg-shift="0"
The text was updated successfully, but these errors were encountered: