Skip to content

RDKEMW-2170 : Merging latest change for phase1 video tag support #5

Merged
mfiess merged 1 commit into
developfrom
topic/RDKEMW-2170
Mar 21, 2025
Merged

RDKEMW-2170 : Merging latest change for phase1 video tag support #5
mfiess merged 1 commit into
developfrom
topic/RDKEMW-2170

Conversation

@trupthi1403
Copy link
Copy Markdown
Contributor

Reason for change: Added the video.js file for video tag support
Test Procedure: build should be successful and able to run
main.js(application file) and verify properties: src, muted, autoplay, loop
Risks: low
Priority: P2

@trupthi1403 trupthi1403 requested a review from a team March 18, 2025 16:56
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Mar 18, 2025

CLA assistant check
All committers have signed the CLA.

Comment thread src/jsc/JavaScriptContext.cpp Outdated
injectFun(mContext, "require", requireCallback);
if(mModuleSettings.enablePlayer)
{
runFile("/home/root/modules/video.js", nullptr);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kindly use path without /home/root

Copy link
Copy Markdown
Contributor Author

@trupthi1403 trupthi1403 Mar 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated the changes

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@trupthi1403
in video.js file add the below header on the top:

/**

  • If not stated otherwise in this file or this component's LICENSE
  • file the following copyright and licenses apply:
  • Copyright 2024 RDK Management
  • Licensed under the Apache License, Version 2.0 (the "License");
  • you may not use this file except in compliance with the License.
  • You may obtain a copy of the License at
  • http://www.apache.org/licenses/LICENSE-2.0
  • Unless required by applicable law or agreed to in writing, software
  • distributed under the License is distributed on an "AS IS" BASIS,
  • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  • See the License for the specific language governing permissions and
  • limitations under the License.
    **/

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vjain008 Updated the file by adding header

Reason for change: Added the video.js file for video tag support
Test Procedure: build should be successful and able to run
main.js(application file) and verify properties: src, muted, autoplay, loop
Risks: low
Priority: P2
@mfiess mfiess merged commit f590b1b into develop Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants