Questions tagged [iptv]

98 questions
9
votes
1 answer

Change quality of video streaming in ExoPlayer

i am creating IPTV app. In this use Exoplayer for video streaming and now requirement is change Quality of video at runtime (Auto, 720p, 1080p, HD) like Youtube. i have found 2-3 solution but i don't understand how to implement that.
Ankit Dubariya
  • 905
  • 2
  • 9
  • 22
7
votes
1 answer

Collection of video samples with different codecs

I'm in a middle of trying to buy iptv device and of course different iptv devices supports different kind of file formats, video codecs and audio codecs. Can someone recommend me a collection of videos which would be encoded using different versions…
TarmoPikaro
  • 4,723
  • 2
  • 50
  • 62
6
votes
2 answers

where to start/split mpeg2-ts

I am writing a server which live streams mpeg2-ts on HTTP and I wondered what's the best position to split an mpeg transport stream. The stream is going to be played by iptv set-top boxes and I have no idea how these devices behave. I would think…
Karoly Horvath
  • 94,607
  • 11
  • 117
  • 176
5
votes
1 answer

Android set top box development

Has anybody experiences with Android IPTV set-top-boxes software development? Do we need to use Google TV add-on? Can we install application outside of the Market Place? Do current STBs allow the 3rd party applications installations? I was checking…
STeN
  • 6,262
  • 22
  • 80
  • 125
4
votes
2 answers

pts & pcr values limit in mpegts?

As I know PCR stored in 42bits and PTS stored in 33bits in mpegts container So, Max value for PCR is 2^42 = 4398046511104 Max value for PTS is 2^33 = 8589934592 PCR (sec) = 4398046511104 / 27 000 000 Hz = 162890,6 seconds (45 hours) PTS (sec)…
user3652819
  • 125
  • 3
  • 11
4
votes
2 answers

Is Android recommended for Atom processor platform?

I am going to develop a handheld device which has an Atom processor. I am thinking of using Android embedded OS for running telecom applications on this device. I have heard from my friends that Android is good for wireless applications. But my…
Surjya Narayana Padhi
  • 7,741
  • 25
  • 81
  • 130
4
votes
0 answers

EPG from multicast save to xml or any other file

i'm wondering how to save EPG from live transsimition over multicast. I've tryed with VLC but he dumps into some strange code.. Also i've trying with tv_grab_dvb-0.9 and have problems with save file. Any suggestions, or maybe solutions? Thx, for…
Marin
  • 1,098
  • 14
  • 33
3
votes
1 answer

Custom channel playlist sync with the server in Xtream Codes

I am working with Xtream Codes to generate the default M3U URL and EPG URL using the below API calls: http://<-YOUR DNS ->:<-YOUR PORT ->/get.php?username=$username&password=$password&type=m3u_plus&output=ts http://<-YOUR DNS ->:<-YOUR PORT…
3
votes
1 answer

Python script to verify IPTV streams (UDP)

My fiber internet provider supports IPTV over UDP. They do not however list the channels anywhere. I have found most of them manually, but would like to have a script that can verify if a channel is active/available. Any ideas on how to go about…
Peter B
  • 59
  • 1
  • 7
3
votes
1 answer

Stream live ts file from URL - iptv

I bought an IPTV reseller account and I got the links like that: #EXTM3U #EXTINF:-1,CHANNEL NAME 1 http://X.X.X.X:15000/live/USERNAME/PASSWORD/13094.ts #EXTINF:-1,CHANNEL NAME 2 http://X.X.X.X:15000/live/USERNAME/PASSWORD/13095.ts etc... Now, I…
usamember
  • 468
  • 2
  • 5
  • 15
3
votes
2 answers

How can I access a IPTV server programatically?

My University is currently running an IPTV trial. To access the service, you are asked to install VLC Media Player, and run the files, downloaded from the University's intranet, each representing a channel, through it. The files are of the…
Humphrey Bogart
  • 7,423
  • 14
  • 52
  • 59
2
votes
1 answer

How to Scramble and descramble Single script Using TSDuck

tsp -v \ -I ip 233.1.1.1:1001 \ -P scrambler --cw bf0fbe87fa57acc7829a1e32d0aec0b0 --aes-ctr 2001 \ -P analyze --interval 30 -o scrambled.txt \ -O ip 235.1.12.12:1234 Scramble and descramble was single script it possible ?
Mr_Milky
  • 155
  • 9
2
votes
1 answer

react-native-video ^6.0.0-alpha.3 "errorCode": "24001" in some mkv videos

I am developing an app capable of playing an IPTV list. All the contents go with the mkv format and most of them play correctly but some return the following error: { "error": Object { "errorCode": "24001", "errorException":…
2
votes
2 answers

Viewing a live Multicast RTP stream with HTML5

I’ve searched and read all the posts I can find, but I don’t think I get it. We have an extron SMP that provides us with a multicast live RTP stream. This stream can be viewed from any computer on our network using VLC Player. Now we want to play…
S. Walker
  • 2,129
  • 12
  • 30
2
votes
1 answer

VideoView don’t play m3u8-files

I cannot get the player to play all of the m3u8 playlists. Without any problems, direct links to mp4 files are played. There are only 1-2 m3u8 files I managed to find which could be played (one of them is:…
Artem
  • 21
  • 1
  • 2
1
2 3 4 5 6 7