Created by Unknown User (sgehring), last updated by Anonymous on Mar 26, 2017
1 minute read
How do we get started creating a HTML application on the RDK platform? I don't see and documentation that addresses this.
No labels
6 Comments
Unknown User (asingh)
May 30, 2014
Hi Shaun,
RDK 2.0 provides the rdk browser which was written over QT Webkit. So you can write your HTML application over that.
Ajay
Unknown User (ebiancarelli)
Jun 05, 2014
Exactly Ajay. There is a sample browser application called 'fancy' in the QT sources. It shows how to create a simple web browser using QtWebView. There are also a number of links on the internet that show how to do this. This link seems comprehensive:
I have looked around this wiki for documentation on how to reach the Recorder, TSB and Front Panel services from JavaScript. Are there any concrete html sample pages or documentation on the apis of the various services available through ServiceManager? Will RDK 2.0 still use an on the device web server for RPC? If so, is there any docs on what is available through http based RPC?
I have seen mentioning of a stand alone application (training workshop slides), is it available?
I understand that the video tag is used for playback and playback control, and I have found html samples on the following services:
systemService
homeNetworkingService
deviceSettingService
Unknown User (lpham)
Aug 14, 2015
I have not found html samples on the following services (systemService, homeNetworkingService, deviceSettingService). Please send me link, Thx.
Unknown User (jlindquist)
Jun 27, 2014
I would like to second the question on JavaScript API's. There does not seem to be documentation on how to reach from the browser several of the components in RDK. It would be very beneficial for developers to have a standard method for creating web applications that make use of the RDK features.
Regards, JanL
Unknown User (asingh)
Aug 08, 2014
Hi Thomas,
In RDK 2.0 scheduler is not part of RDK distribution. It is assumed there will be a MSO specific scheduler module (in cloud or inside the box) which suppose to control the recorder module.
So in short in RDK 2.0 right now there is no direct way to control (schedule/delete/list) the recording from browser. You can only play it using HTML5 video tag.
6 Comments
Unknown User (asingh)
May 30, 2014Hi Shaun,
RDK 2.0 provides the rdk browser which was written over QT Webkit. So you can write your HTML application over that.
Ajay
Unknown User (ebiancarelli)
Jun 05, 2014Exactly Ajay. There is a sample browser application called 'fancy' in the QT sources. It shows how to create a simple web browser using QtWebView. There are also a number of links on the internet that show how to do this. This link seems comprehensive:
http://blog.palominolabs.com/2012/09/19/enabling-web-inspector-in-qtwebkit/
Ernie
Time Warner Cable
Unknown User (tchristensen)
Jun 25, 2014I have looked around this wiki for documentation on how to reach the Recorder, TSB and Front Panel services from JavaScript. Are there any concrete html sample pages or documentation on the apis of the various services available through ServiceManager? Will RDK 2.0 still use an on the device web server for RPC? If so, is there any docs on what is available through http based RPC?
I have seen mentioning of a stand alone application (training workshop slides), is it available?
I understand that the video tag is used for playback and playback control, and I have found html samples on the following services:
Unknown User (lpham)
Aug 14, 2015I have not found html samples on the following services (systemService, homeNetworkingService, deviceSettingService). Please send me link, Thx.
Unknown User (jlindquist)
Jun 27, 2014I would like to second the question on JavaScript API's. There does not seem to be documentation on how to reach from the browser several of the components in RDK. It would be very beneficial for developers to have a standard method for creating web applications that make use of the RDK features.
Regards,
JanL
Unknown User (asingh)
Aug 08, 2014Hi Thomas,
In RDK 2.0 scheduler is not part of RDK distribution. It is assumed there will be a MSO specific scheduler module (in cloud or inside the box) which suppose to control the recorder module.
So in short in RDK 2.0 right now there is no direct way to control (schedule/delete/list) the recording from browser. You can only play it using HTML5 video tag.