Questions tagged [iptv]
98 questions
1
vote
0 answers
How to play live stream with hls.js
I'm trying to make website that clients able to watch iptv.
I'm using hls.js.
As a start I have try to play stream that broadcasting from vlc player. I also try to play the url https://video-dev.github.io/streams/x36xhzz/x36xhzz.m3u8 and it's…

Hashan Sachintha
- 133
- 1
- 10
1
vote
2 answers
EPG Layout like androidtv livetv app
We are developing the EPG layout for android tv app but our app does not implement the TIF completely
Can we use only EPG layout from TIF and render it on my app?
Any ideas, please suggest
Thanks

Jay Sontela
- 21
- 1
- 3
1
vote
1 answer
FFmpeg forward iptv .ts remote stream returned (401 Unauthorized authorization failed)
My problem is when i try to forward remote iptv channel .ts file from remote server using this command
Local Windows :
ffmpeg -i http://ip_tv_server.com:_port_/live/user/user/ts_file.ts -vcodec libx264 -vb 500k -vprofile baseline -level 2.1 -acodec…

Yassine Qoraiche
- 1,077
- 14
- 32
1
vote
1 answer
How to play a jwplayer link on vlc?
I get this link from a live streaming and i want to play it on vlc this is the link :
rtmp://stream.mediaforall.net:1935/liveorigin/livestream_480p http://ssl.p.jwpcdn.com/player/v/7.8.7/jwplayer.flash.swf h
what should i…

lapacino
- 171
- 1
- 5
- 15
1
vote
1 answer
Receive acknowledgement from TCP Socket
I am Sending some Command to lg iptv. some command like:
Current temperature (Command: d n)
Checks the inside temperature.
Transmission
[d][n][ ][Set ID][ ][Data][Cr]
Data FF: Check the status
Acknowledgement
[n][ ][Set ID][ ][OK/NG][Data][x]
*…

Farshad
- 325
- 2
- 15
1
vote
1 answer
Send Keyboard presses via IP HTTP GET
I have an IPTV Android BOX (ATN 200II) and unfortunately have no IR control on a control system. They have no API to control the app remotely, but the remote just sends keyboard presses to the device. I was just wonder is there any way that I can…

the1kingdom
- 31
- 5
1
vote
1 answer
Discovering Smart TVs on my local Network through Android NSD
I'm developing an Android app that scans the Smart TVs on my local network using Android NSD; at some point, I need to define which kind the service type (protocol + transport layer) NSD looks for, and he only examples I've found are ._http._tcp and…

vanderflo
- 137
- 11
1
vote
0 answers
How to Control radio IPTV on set-top-box in javascript
I develop module radio for set-top-box in php,html5 and javascript .
I dont know what script to control radio:sound,radioprogress and radio info.
In other module TV or VOD they call function
function play(id,type){
…

tuan huynh
- 727
- 5
- 13
0
votes
0 answers
How to play an IPTV live stream without an extension using Next.js?
I'm currently working on a Next.js project where I'm trying to create a video player to stream live IPTV feeds. The URLs of the streams I'm working with don't have an extension and don't use a manifest.
As an example, a typical stream URL looks like…

Serial Geeker
- 49
- 6
0
votes
0 answers
How can I run IPTV video links ending with .ts or .m3u8 on my WordPress site using HTTPS?
Hope you are doing well...
I want to open a live video stream on my wordpress site.
I tried many solutions but in the end, I reached this conclusion, I can't open the video so I need to convert the link I want to CDN or proxy in order to make it…
0
votes
0 answers
Pro:Idiom not running on samsung Tizen 3.0
I am trying to run the Pro:Idiom video using the udp URL, but it's not getting decrypted. My Samsung Tv is using Tizen OS version 3.0 and here is the code below:
try{
var drmParam = new Object();
drmParam.ForensicData = "abcvdfdsfsadfasdfafda";
…

ABC
- 31
- 6
0
votes
0 answers
Trying to create an online IPTV player with React. ReactPlayer not playing channels
I'm trying to create an online iptv player so I can play my personal iptv list without installing any app or software. To do so, I'm using React as framework and I'm stuck because of some problem.
Apparently my iptv provider gave me a list of this…

Antonio Rizzo
- 1
- 1
0
votes
0 answers
Xui one API test form PHP
i want to give online test with xui one api via sms api contact form how can i do this
http://dns/accescode/?api_key=*****&action=create_line&is_trial=1&username=trialeapi&exp_date=1hour&bouquet=???&allowed_outputs=???
Hello
i want to give online…

Ahmet Aydin
- 1
- 1
0
votes
0 answers
How to get current live period from multi period dash stream?
How can I get current live period from multi periods?
For example:
0
votes
0 answers
How can I embed a .ts stream on my website, using m3u8 that works with HLS.js?
I have the URL of the stream that I wanted to embed on my website, using HLS.js but I can't because it has got the format of .ts (Transport Stream).
I have already tried VLC http streaming transconversion but it hasn't worked. If you consider using…

Anonymous
- 5
- 3