I was trying to push multiple bitrate of the same streams to akamai using PushPublishRTMP, I couldn’t find any method where i can set multiple streams with publisher, I want to achieve this using server side api’s as not all the streams need to be pushed to akamai.
I am trying to achieve the same which can be achieved using this properties in
myStream_480p={profile:“rtmp-akamai”, streamName:“myStream_1_500”, akamai.streamId:12345, userName:“myuser”, password:“mypassword”, adaptiveStreaming:true, sendOriginalTimecodes:true, originalTimecodeThreshold:0x100000}
myStream_360p={profile:“rtmp-akamai”, streamName:“myStream_1_750”, akamai.streamId:12345, userName:“myuser”, password:“mypassword”, adaptiveStreaming:true, sendOriginalTimecodes:true, originalTimecodeThreshold:0x100000}
myStream_720p={profile:“rtmp-akamai”, streamName:“myStream_1_1000”, akamai.streamId:12345, userName:“myuser”, password:“mypassword”, adaptiveStreaming:true, sendOriginalTimecodes:true, originalTimecodeThreshold:0x100000}
Thanks,
Anupam