Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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