Git Product home page Git Product logo

iptv.example's People

Contributors

alexandersofronov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

iptv.example's Issues

Passing playlist in intent

hey,

I want to direct my users from my app to your app (iptv.pro)

however, when i try to do
intent.setData(Uri.fromFile(localFileOfPlayList)) or intent.setData(Uri.parse(remoteUrlOfPlayList))
the app opens, but the play list isnt loaded.
Does iptv.pro (and perhaps iptv free) support opening custom play list in the intent ?

Auto hide channels

Automatically hide the channel when the time is greater than or equal to the specified time. This is suitable for some event channels, to hide the expired event.

Event channel scheduling, will show the specified message instead of playing the link error (the link only works when the event starts)

Add hide_all_channels_tab to official version

Can i stop Activity Using a thread?

I need to stop IPTV core activity in my app when a condition is verified by an external thread.
Can i start the thread and after call IPTV core and after stop it?

Multiple categories "group-title " on m3u

Checkin m3u documentation says

you can have multiple categories for a single channel spliting with ;

group-title="TypeA;TypeB;TypeC"

IPTV is not detecting this scenario.
showing a single category "TypeA;TypeB;TypeC"

Define selected for custom player

How to define the option preferred_player_package as the latest option on settings page? I'm using the Perfect Play, has a great performance for streaming, the best in my testa until now, but IPTV Core don't support it, so, I will set the option to the can select a player.

Thank you!

Support for localhost link

Can catch links faster like wiseplay and support for internal link: 127.0.0.1, 192.168.x.x, localhost...

How to customize user-agent in android vlc sdk

I used vlc palyer for IPTV apk
I am going to change user-agent for this player
but when I customize user-agent, I got "my_custom_user_agent LibVLC/3.00-git" too
How can i delete this strings : "LibVLC/3.00-git"
Pls let me know

Iptv Core example

Hi friend, would you be able to provide the example of iptv core used with this application?

EPG on main channel MENU BAR with channel icon for STB devices

Hiya

i have been testing it on my mx9 stb, and i would like to add the EPG and channel icon on the main menu channel bar on the bottom part of the TV screen is this possible to customize on the player code

something similar to this here below, specific page for EPG showing like this menu, and also on the channel event like this

http://blog.listaiptvbrasil.com.br/wp-content/uploads/2017/12/Perfect-Player-IPTV.png

https://1.bp.blogspot.com/-EugoBVDZrKw/WBs-KWyBVbI/AAAAAAAAGdQ/k_r0Iz2uZoYun84NYD6zvQn007jl0PV2QCLcB/s1600/unnamed.png

https://http2.mlstatic.com/xiaomi-mi-tv-box-android-60-4k-iptv-app-filmes-D_NQ_NP_662685-MLB27695028503_072018-F.jpg

set default player not work

I can't set third party player as a default player with this code !

intent.putExtra("preferred_player_package", "org.videolan.vlc");

IPTV Core APK into Android studio

How can i add IPTV core apk into my android studio app. So that it downloads with my app.
Instead of getting the message IPTV Core not installed, Please install "IPTV Core" app from Google Play

Add intent-filter to manifest

Please consider adding the following intent filter to your activity:

<activity android:exported="true" android:label="@string/app_name"
        android:name=".ChannelsActivity">
    <intent-filter>
        <action android:name="android.intent.action.VIEW" />
        <category android:name="android.intent.category.DEFAULT" />
        <category android:name="android.intent.category.BROWSABLE" />
        <data android:scheme="http" />
        <data android:scheme="https" />
    </intent-filter>
</activity>

This would allow anyone to start IPTV directly from Chrome through an intent url such as:

intent://lista.kodiportugal.com#Intent;package=ru.iptvremote.android.iptv.core;component=ru.iptvremote.android.iptv.core.ChannelsActivity;scheme=http;endย 

How to put a play list on MainActivity.java

Can you make a video on YouTube how to put a play list to MainActivity.java.
And if you can make a tutorial how to launch iptv core using sketchware and put a play list.
Plz

I can't find layout folder

Hi, I can't find the layout folder, could you tell me where is it? Because I want to change a little bit the layout.

Thank you.

EPG not working

Hi

EPG is not working i have tested enabling the EPG url on main activity and also on the m3u channels list

on the m3u channel list i was able to load channels list, logo channel list ok

but no EPG working yet

also how can i add bar on left menu to import manually URL m3u list? via browser of app?

Change default player

Hello

I can set XMTV Player as the default player from iptv.example via code and not from settings.

And if it is possible to create a custom theme for the application

Thank you.

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.