Hi,
You can create an MPEG-TS UDP Multicast stream from a pseudo-VOD stream using the following sequence:
1) pullstream uri=rtsp://localhost:5544/vod/testFile.mp4 localstreamname=TestMulticast
2) pushstream uri=mpegtsudp://229.0.0.1:5555 localstreamname=TestMulticast
The destination address for the pushstream URI should be in the multicast address range.
The codec/bitrate settings you mentioned are configured in the encoder that creates the files being pulled.
If you require transcoding, there is a Transcode API command in the EMS.
Please refer to the following documents for additional info:
Pseudo-VOD section of the EMS User Guide
https://evostream.com/support/documenta … #PseudoVOD
PushStream section of the EMS API Definition Guide
https://evostream.com/support/documenta … pushStream
Transcoding section of the EMS User Guide & API Definitions
https://evostream.com/support/documenta … ranscoding
https://evostream.com/support/documenta … #transcode
Cheers,
Don