Questions tagged [iptv]

98 questions
0
votes
1 answer

Widevine URL License Key

How to make widevine with license key url on code m3u android iptv application? Link : https://example.com/file.mpd Widevine url license key : https://example.com/key?=12345 Example code IPTV.m3u : #EXTM3U #EXTINF:-1 tvg-name" TV",…
Stuart Lee
  • 21
  • 1
  • 8
0
votes
1 answer

AndroidTV IPTV change channel by number input

Need to change channel by numpad of remote controller but don't know correct method. Numbers can be pressed multiple times and need to wait for all of them and get 1 String like "123". Now I override onKey up like below override fun onKeyUp(keyCode:…
Dowlpack
  • 318
  • 3
  • 10
0
votes
1 answer

How to play any live streaming url in html

Im trying some live streaming url like m3u8 url in my blog site which is made by html. But Some streaming link have some more part then m3u8. Example:…
0
votes
1 answer

link m3u8 not work( #EXTM3U #EXT-X-) IN VLC or web player

hello i have this link iptv : https://webui.vhls.ru.com/cdnus2/premium8/tracks-v1a1/mono.m3u8 it does not work in the program vlc or in jwplayer web . the code source of this link m3u8 is : image code source m3u8 #EXTM3U #EXT-X-TARGETDURATION:5…
0
votes
1 answer

How to play any type of m8u3 live tv streaming on android?

I could play some of the live tv streams on my app, but I failed to play some of them. on VLC play I can play this: https://raw.githubusercontent.com/taodicakhia/IPTV_Exception/master/channels/af/tolotv.m3u8 and also this:…
Sarwar Sateer
  • 395
  • 3
  • 16
0
votes
1 answer

Restream m3u8 to local network

Can you please suggest any software/commands that would restream HTTP://iptvservice.com/channel1.m3u8 to the local network where it can be accessible with the link HTTP://127.0.0.1/channel1.m3u8?
0
votes
1 answer

Building m3u8 playlist with mp4 files

I own a digital receiver which could also play IPTV channels (m3u8). I want to build my own local IPTV station to be able to watch a video playlist on TV. I configured a computer as a web server. Now, I am trying to build the m3u8 playlist. I tried…
MM PP
  • 4,050
  • 9
  • 35
  • 61
0
votes
2 answers

Need to setup a RMTP stream from our server with multicast

I have a client with a 1-2 thousand viewer audience, with everyday streams, same concurrent number of viewers. Ive got a server set up for their website etc, but am in the process of figuring out the best way to stream with OBS onto that server, and…
0
votes
1 answer

Can't able to play IPTV channel in Flutter Video Player

I have made a flutter video player app and want to play IPTV channel in the app. The player is playing some online videos successfully but it is not able to run the link of IPTV. I have a paid IPTV m3u playlist file. I want to play the specific…
0
votes
1 answer

How calculate $Time$ variable for name of dash media segments?

I have an MPD playlist. I'd like to find out what are URLs of media segments for next period. The example is like this
Boy
  • 1
0
votes
0 answers

How can I play iptv url in react native expo application?

I'm trying to build a mobile application for live Tv using iptv and react native expo,but I don't know how can I play an m3u8 file,does any one have some idea how I can do that ?
hamza
  • 1
0
votes
1 answer

m3u file cannot download it from Xtream and implement it in IPTV application

I am working on IPTV player that's going to be implementing a m3u file from Xtream but I don't seem to be able to download the m3u file through Android's DownloadManager and I cannot use it for direct parsing. I tried downloading the m3u file from…
user12208476
0
votes
1 answer

video/mp2t browser live streaming support

Is there any way we could live stream "video/mp2t" content in the browser? I'm building a live stream app where some urls don't have any mimetype specified but the content is "video/mp2t". I've tried to use the major html 5 players: jwplayer,…
José Salgado
  • 981
  • 10
  • 25
0
votes
1 answer

How to Parse M3U8 file in Android

I need to parse m3u8 content in android studio. I tried several times using github library such as open-m3u8. But I can not parse this. Please resolve this problem for me. Thanks. I tried several times using github library such as open-m3u8. But…
Harmon Skiles
  • 21
  • 2
  • 6
0
votes
2 answers

How to use APIs to view lines in Xtream code 2.9.2?

How to view Lines from Xtream Code CMS? I am using some APIs but not able view lines it always shows me 'Access Denied'. How to allow API access? I have Xtream code 2.9.2 version. I know To use APIs, we have to import our IP address into the…
Nouman Nazir
  • 13
  • 1
  • 6