Electronic Program Guide, real-time updating menu systems for broadcast radio and TV providing scheduling information for current and upcoming content.
Questions tagged [epg]
48 questions
0
votes
0 answers
Use libdvbpsi on Android app to get EPG information
I'm developing an app to run on a set top box with Android. This app has a media player to play multicast IPTV streams. I use LibVLC and VLCVideoLayout, following the official java_sample. I want to get EPG information and it seems that libdvbpsi…

Jon
- 891
- 13
- 32
0
votes
1 answer
Oracle Apex installation issue
SQL> @apex_epg_config D:\X19
I am getting an error during installation of oracle apex 19 on window server 2008 with oracle 11gr2
Loading images directory: D:\X19/apex/images
declare
ERROR at line 1:
ORA-00600: internal error code, arguments:…

shahidyasin
- 7
- 1
- 4
0
votes
0 answers
Script for EPG (electronic program guide)
I need to make an EPG file witch is a tab delimited file from another doc.
For example:
2019.11.17.
8.30 Terminator 2
- Description for the movie
10.00 Terminator 3
- Description for the movie
12.00 etc..
and from this I need something like…
user12378152
0
votes
1 answer
How to create program guide based on Android Tv Input Framework, as below shown diagram
I downloaded the google project from git repo link: https://github.com/googlesamples/androidtv-sample-inputs. But I am unable to find the understanding of module for the below-mentioned layout. I need to create channel and EPG view exactly same as…

Android1005
- 155
- 3
- 14
0
votes
1 answer
How does the Eelectronic Program Guide view update while scrolling?
I mean initially there is dummy data then data gets loaded.
I am using collection view for the EPG. I want to load the data dynamically and at the same time I want to set the collection view cell width dynamically.
For example please see the JIOTV…

Raxit Pandya
- 113
- 10
0
votes
1 answer
It is possible to vertical scroll as ViewGroup in android using TV remote navigation
1.What steps I will reproduce the problem?
2.I am Developing an android application as Electronic Program Guide(EPG) for set-top-box followed by this project https://github.com/codessentials/android-tv-epg."
3.I can able to navigate left to…

Ramesh C
- 43
- 1
- 8
0
votes
1 answer
Unable to scroll down in TV(EPG-GUIDE)Using TV Remote Down Button
1.I am Developing an android application as Electronic Program Guide(EPG) for set-top-box followed by this project https://github.com/codessentials/android-tv-epg."
2.I can able to navigate left to right,rigtht to left(Horizontal scroll) & able to…

Ramesh C
- 43
- 1
- 8
0
votes
0 answers
It is Possible to set the TV remote navigation focus in EPG-GUIDE using Canvas & View Group in android
1.I am Developing an android Electronic Program Guide(EPG) application for set-top-box followed by this project "https://github.com/korre/android-tv-epg."
2.I am able to get output(design) like this
3.I want to get output with focus of any one…

Ramesh C
- 43
- 1
- 8
0
votes
2 answers
best way to sync EPG Data from server to android
I am working over a Android Application , where i need to sync EPG (Electronic Program Guide) for a TV Application. I need to locally save data of 7 days (300 channels EPG / PER DAY)
Just wanted to make sure what should be the Best Approach
1)…

Sharmaji
- 599
- 2
- 9
- 23
0
votes
0 answers
How to set up Oracle for PSPs
I am in the process of setting up Oracle for PSPs. I did the following already.
On DBA account
EXEC DBMS_EPG.CREATE_DAD('SCOTT_DAD', '/plsql/*');
EXEC DBMS_EPG.SET_DAD_ATTRIBUTE('SCOTT_DAD', 'database-username', 'SCOTT');
GRANT EXECUTE ON DBMS_EPG…

Venkat
- 107
- 12
0
votes
1 answer
Loading EPG programs on AndroidTv, with a where-clause/selection-filter
I have a problem, properly just cause of confusion, when fetching programs through the ContentResolver for a channel, with a selection variable..
I get the following exception:
java.lang.SecurityException: Selection not allowed for…

Thor A. Pedersen
- 1,122
- 4
- 18
- 32
0
votes
0 answers
Looking for an RSS feed for Electronique Program Guide (EPG)
I'm looking to create a mobile app in which I will be needing the EPG of preferably every channel that exists. That case may be too good to be true so what I'm looking for now is an RSS feed from which I can constantly get the EPG of some, let's…

Nader Zouaoui
- 9
- 2
0
votes
1 answer
Linux LibdvbV5 EIT grabbing - not getting enough days
I'm just starting to write some (C++) code on a Ubuntu 14.04.4 system to access DVB streams via a DVB TV USB tuner. I'm using libdvbv5. I'm in the UK using terrestrial freeview.
Trying to grab the off-air event information (EIT). Managed to do so -…

nmw01223
- 1,611
- 3
- 23
- 40
0
votes
2 answers
how to extract EPG from dvb-t (live tv stream - udp) with ffmpeg?
I want to extract EPG from dvb-t (live tv stream - udp) with ffmpeg.
I have a dvb-t device and receiving streams with udp.

Amir Moradabadi
- 27
- 2
- 5
0
votes
1 answer
Get value between to hours from mysql using php
I'm trying to get a specific show description from my DB but I really don't know how, I know i'm new into this, the table (guide) have 2 DATETIME values "start" and "end"
If I use this:
$sql = mysql_query("SELECT * FROM guide WHERE start >=…

ozonostudio
- 119
- 2
- 6
- 13