HTTP streaming flavorId not found problem

Kaltura 10.19, RHEL7 install.
This seems to work when only one flavor is enabled.
With multiple flavors I get the an error, as you can see the flavor id (0_,3jnsgoqs,qh1oq3m5,a3og6jn8) is not passed through correctly from the request :

2015-09-30 14:18:20 [0.000177] [10.25.64.209] [1537895378] [17] [PS2] [KExternalErrors::terminateDispatch] DEBUG: Dispatch took - 0.066936016082764 seconds, memory: 7864320
2015-09-30 14:18:20 [0.030114] [10.25.64.209] [1813653897] [1] [PS2] [sfContext->initialize] INFO: {sfContext} initialization
2015-09-30 14:18:20 [0.000769] [10.25.64.209] [1813653897] [2] [PS2] [sfController->initialize] INFO: {sfController} initialization
2015-09-30 14:18:20 [0.000819] [10.25.64.209] [1813653897] [3] [PS2] [sfRouting->parse] INFO: {sfRouting} match route [default] "/:module/:action/"
2015-09-30 14:18:20 [0.000180] [10.25.64.209] [1813653897] [4] [PS2] [sfWebRequest->loadParameters] INFO: {sfRequest} request parameters array ( ‘v’ => ‘2’, ‘p’ => ‘aasp-3.1.0.43.124’, ‘fp’ => ‘LNX 19,0,0,185’, ‘r’ => ‘THPEV’, ‘g’ => ‘BHZBCJTJHGID’, ‘module’ => ‘extwidget’, ‘action’ => ‘serveFlavor’, ‘entryId’ => ‘0_hwj2mvr7’, ‘flavorId’ => ‘0_,3jnsgoqs,qh1oq3m5,a3og6jn8,’, ‘forceproxy’ => ‘true’, ‘name’ => ‘a.mp4.csmil’,)
2015-09-30 14:18:20 [0.000202] [10.25.64.209] [1813653897] [5] [PS2] [sfFrontWebController->dispatch] INFO: {sfController} dispatch request
2015-09-30 14:18:20 [0.003231] [10.25.64.209] [1813653897] [6] [PS2] [sfFilterChain->execute] INFO: {sfFilter} executing filter "sfRenderingFilter"
2015-09-30 14:18:20 [0.000122] [10.25.64.209] [1813653897] [7] [PS2] [sfFilterChain->execute] INFO: {sfFilter} executing filter "myHealthCheckAndSecurityFilter"
2015-09-30 14:18:20 [0.001835] [10.25.64.209] [1813653897] [8] [PS2] [myHealthCheckAndSecurityFilter->basicSecureRequest] WARN: basicSecureRequest: took [0.0016708374023438] seconds
2015-09-30 14:18:20 [0.000133] [10.25.64.209] [1813653897] [9] [PS2] [sfFilterChain->execute] INFO: {sfFilter} executing filter "sfCommonFilter"
2015-09-30 14:18:20 [0.000104] [10.25.64.209] [1813653897] [10] [PS2] [sfFilterChain->execute] INFO: {sfFilter} executing filter "sfFlashFilter"
2015-09-30 14:18:20 [0.000115] [10.25.64.209] [1813653897] [11] [PS2] [sfFilterChain->execute] INFO: {sfFilter} executing filter "sfExecutionFilter"
2015-09-30 14:18:20 [0.054556] [10.25.64.209] [415768926] [1] [PS2] [sfContext->initialize] INFO: {sfContext} initialization
2015-09-30 14:18:20 [0.000843] [10.25.64.209] [415768926] [2] [PS2] [sfController->initialize] INFO: {sfController} initialization
2015-09-30 14:18:20 [0.000825] [10.25.64.209] [415768926] [3] [PS2] [sfRouting->parse] INFO: {sfRouting} match route [default_index] "/:module"
2015-09-30 14:18:20 [0.000144] [10.25.64.209] [415768926] [4] [PS2] [sfWebRequest->loadParameters] INFO: {sfRequest} request parameters array ( ‘module’ => ‘serverip’, ‘action’ => ‘index’,)
2015-09-30 14:18:20 [0.000185] [10.25.64.209] [415768926] [5] [PS2] [sfFrontWebController->dispatch] INFO: {sfController} dispatch request
2015-09-30 14:18:20 [0.000264] [10.25.64.209] [415768926] [6] [PS2] [sfController->forward] INFO: {sfController} action does not exist
2015-09-30 14:18:20 [0.023116] [10.25.64.209] [1813653897] [12] [PS2] [KalturaPDO->__construct] DEBUG: conn took - 0.00058698654174805 seconds to mysql:host=127.0.0.1;port=3306;dbname=kaltura;
2015-09-30 14:18:20 [0.000480] [10.25.64.209] [1813653897] [13] [PS2] [Propel::initConnection] NOTICE: total conn took 0.0012190341949463 mysql:host=127.0.0.1;port=3306;dbname=kaltura;
2015-09-30 14:18:20 [0.001992] [10.25.64.209] [415768926] [7] [PS2] [sfFilterChain->execute] INFO: {sfFilter} executing filter "sfRenderingFilter"
2015-09-30 14:18:20 [0.000111] [10.25.64.209] [415768926] [8] [PS2] [sfFilterChain->execute] INFO: {sfFilter} executing filter "myHealthCheckAndSecurityFilter"
2015-09-30 14:18:20 [0.004297] [10.25.64.209] [1813653897] [14] [PS2] [KalturaStatement->execute] DEBUG: /
my-server[1813653897][propel] */ SELECT flavor_asset.ID, flavor_asset.INT_ID, flavor_asset.PARTNER_ID, flavor_asset.TAGS, flavor_asset.CREATED_AT, flavor_asset.UPDATED_AT, flavor_asset.DELETED_AT, flavor_asset.ENTRY_ID, flavor_asset.FLAVOR_PARAMS_ID, flavor_asset.STATUS, flavor_asset.VERSION, flavor_asset.DESCRIPTION, flavor_asset.WIDTH, flavor_asset.HEIGHT, flavor_asset.BITRATE, flavor_asset.FRAME_RATE, flavor_asset.SIZE, flavor_asset.IS_ORIGINAL, flavor_asset.FILE_EXT, flavor_asset.CONTAINER_FORMAT, flavor_asset.VIDEO_CODEC_ID, flavor_asset.TYPE, flavor_asset.CUSTOM_DATA FROM flavor_asset WHERE flavor_asset.ID=‘0_,3jnsgoqs,qh1oq3m5,a3og6jn8,’ AND flavor_asset.STATUS<>‘3’ LIMIT 1
2015-09-30 14:18:20 [0.000912] [10.25.64.209] [1813653897] [15] [PS2] [KalturaStatement->execute] DEBUG: Sql took - 0.00073504447937012 seconds
2015-09-30 14:18:20 [0.000724] [10.25.64.209] [1813653897] [16] [PS2] [KExternalErrors::dieError] ERR: exception ‘Exception’ with message ‘exiting on error 6 - requested flavor was not found’ in /opt/kaltura/app/infra/log/KalturaLog.php:83
Stack trace:
#0 /opt/kaltura/app/alpha/apps/kaltura/lib/KExternalErrors.class.php(128): KalturaLog::err(‘exiting on erro…’)
#1 /opt/kaltura/app/alpha/apps/kaltura/modules/extwidget/actions/serveFlavorAction.class.php(44): KExternalErrors::dieError(6)
#2 /opt/kaltura/app/cache/alpha/kaltura/prod/config/config_core_compile.yml.php(905): serveFlavorAction->execute()
#3 /opt/kaltura/app/cache/alpha/kaltura/prod/config/config_core_compile.yml.php(1006): sfExecutionFilter->execute(Object(sfFilterChain))
#4 /opt/kaltura/app/vendor/symfony/filter/sfFlashFilter.class.php(50): sfFilterChain->execute()
#5 /opt/kaltura/app/cache/alpha/kaltura/prod/config/config_core_compile.yml.php(1006): sfFlashFilter->execute(Object(sfFilterChain))
#6 /opt/kaltura/app/cache/alpha/kaltura/prod/config/config_core_compile.yml.php(830): sfFilterChain->execute()
#7 /opt/kaltura/app/cache/alpha/kaltura/prod/config/config_core_compile.yml.php(1006): sfCommonFilter->execute(Object(sfFilterChain))
#8 /opt/kaltura/app/alpha/apps/kaltura/lib/filter/myHealthCheckAndSecurityFilter.class.php(65): sfFilterChain->execute()
#9 /opt/kaltura/app/cache/alpha/kaltura/prod/config/config_core_compile.yml.php(1006): myHealthCheckAndSecurityFilter->execute(Object(sfFilterChain))
#10 /opt/kaltura/app/cache/alpha/kaltura/prod/config/config_core_compile.yml.php(974): sfFilterChain->execute()
#11 /opt/kaltura/app/cache/alpha/kaltura/prod/config/config_core_compile.yml.php(1006): sfRenderingFilter->execute(Object(sfFilterChain))
#12 /opt/kaltura/app/cache/alpha/kaltura/prod/config/config_core_compile.yml.php(576): sfFilterChain->execute()
#13 /opt/kaltura/app/cache/alpha/kaltura/prod/config/config_core_compile.yml.php(2228): sfController->forward(‘extwidget’, ‘serveFlavor’)
#14 /opt/kaltura/app/alpha/bootstrap.php(28): sfFrontWebController->dispatch()
#15 /opt/kaltura/app/alpha/web/index.php(256): require_once(’/opt/kaltura/ap…’)
#16 {main}

Anyone? Please tell me if I’m doing anything silly.
Thank you.

Here is another example:
Manifest request:
http://my-server/p/103/sp/10300/playManifest/entryId/0_hwj2mvr7/format/hdnetworksmil/protocol/http/cdnHost/my-server/ks/replaced_KS/uiConfId/23448210/a/a.smil?

Manifest response:

<?xml version="1.0"?>
				<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 2.0//EN" "http://www.w3.org/2001/SMIL20/SMIL20.dtd">
				<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
					<head>
						<meta name="title" content="" />
						<meta name="httpBase" content="http://my-server" />
						<meta name="vod" content="true"/>
					</head>
					<body>
						<switch id="video">
<video src="/p/103/sp/10300/serveFlavor/entryId/0_hwj2mvr7/v/2/flavorId/0_3jnsgoqs/forceproxy/true/name/a.mp4" system-bitrate="463000"/>
<video src="/p/103/sp/10300/serveFlavor/entryId/0_hwj2mvr7/v/2/flavorId/0_9xhitr68/forceproxy/true/name/a.mp4" system-bitrate="663000"/>
<video src="/p/103/sp/10300/serveFlavor/entryId/0_hwj2mvr7/v/2/flavorId/0_1ypxiomf/forceproxy/true/name/a.mp4" system-bitrate="878000"/>
<video src="/p/103/sp/10300/serveFlavor/entryId/0_hwj2mvr7/v/2/flavorId/0_hehaemc4/forceproxy/true/name/a.mp4" system-bitrate="950000"/>
<video src="/p/103/sp/10300/serveFlavor/entryId/0_hwj2mvr7/v/2/flavorId/0_bno53fzm/forceproxy/true/name/a.mp4" system-bitrate="953000"/>
<video src="/p/103/sp/10300/serveFlavor/entryId/0_hwj2mvr7/v/2/flavorId/0_6o1yb0wz/forceproxy/true/name/a.mp4" system-bitrate="954000"/>
</switch>
			</body>
		</smil>

Then incorrect download request:

http://my-server//p/103/sp/10300/serveFlavor/entryId/0_hwj2mvr7/v/2/flavorId/0_,3jnsgoqs,9xhitr68,1ypxiomf,hehaemc4,bno53fzm,6o1yb0wz,/forceproxy/true/name/a.mp4.csmil/bitrate=5?v=3.1.0&p=aasp-3.1.0.43.124&fp=LNX%2019,0,0,185&r=VEBRY&g=VTBQRKWFPMDS

Any ideas why the flavor id is 0_,3jnsgoqs,9xhitr68,1ypxiomf,hehaemc4,bno53fzm,6o1yb0wz, ??

Now this is happening for for Akamai and Adobe HTTP streaming.
Does anyone have any idea why this would be happening?