Forum Discussion

Torijori_Yamamada's avatar
May 08, 2020

APM Portal Access and Video Streaming

Hi 

A new APM portal access definition requested by clients and the target service is kind of a video portal. APM perfectly rewrites all links on responses. But, the links belongs to video stream comes with xml notation and APM did not touch them. Since the destination has not rewritten the clients tries to reach those targets in their local environments.

<?xml version="1.0" encoding="UTF-8"?>
				<manifest xmlns="http://ns.adobe.com/f4m/1.0">
					<id>0_hizw01qh</id>
					<mimeType>video/x-flv</mimeType>
					<streamType>recorded</streamType>					
					<duration>26</duration>
					<baseURL>rtmp://10.24.85.83/mn360_vod</baseURL>
					<media url="mp4:content/data/4/274/0_hizw01qh_0_cbh86p7c_1.mp4" bitrate="704" width="624" height="352"/>
</manifest>

I'm not sure about the rtmp protocol is supported by APM or not. May be, it does not support the protocols other than Http/Https and this might be the reason why APM don't rewrite that links. Just may be. Or, i missed some points ? 

If that link could rewrite to point APM virtual server i think browsers can reach the video stream and play it. I use standart portal access definiton.

Does anyone have any idea ? Does APM supports RTMP over HTTP ?

1 Reply

  • Hello

     

    For the records. I've applied a workaround solution and it partially solved this issue. Long story short: No, APM neither supports rewriting RTMP links nor RTMP protocol itself.