You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

HLS Streaming Changes:

Change 1:

cd build-raspberrypi3-rdk-camera/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/rms/git-r0/git/builders/make2/CCdist/rms/config/

vi config.lua

Line Number : 41

-                       pushPullPersistenceFile="/usr/local/rms/config/pushPullSetup.xml",

+--[[                   pushPullPersistenceFile="/usr/local/rms/config/pushPullSetup.xml", ]]--


Disable this "pushPullPersistenceFile="/usr/local/rms/config/pushPullSetup.xml"," line in config.lua


Change 2:

cd build-raspberrypi3-rdk-camera/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/rms/git-r0/git/sources/thelib/src/streaming/hls

vi hlsplaylist.cpp

Function Name : OpenSegment

Line Number : 562

-                       _appending ? ((uint32_t) _segmentSequence) : SEGMENT_SEQUENCE(_segmentSequence));

+                       _appending ? ((uint32_t) _segmentSequence) : (uint32_t)SEGMENT_SEQUENCE(_segmentSequence));


Added (uint32_t) type casting in this "_appending ? ((uint32_t) _segmentSequence) : SEGMENT_SEQUENCE(_segmentSequence));" line


Change 3:

cd meta-cmf-raspberrypi/meta-rdk-camera/recipes-extended/rms/files

Copy this file in this directory startRMS.sh


Change 4:


  • No labels