input an UDP feed and playback using VLC or an rtmp player
I am a new user and have a call scheduled with Bryan Meissner for this week. I have just downloaded a trial license of EvoStream. I am evaluating your software and hope to OEM in our products. At present we have a simple requirement to turn TCP/RTSP and other protocols to UDP.
At present I do not have access to any TCP content so all I am trying to do is input an UDP feed and playback using VLC or an rtmp player to verify a basic operation.
My EMS is at 10.0.0.182 and I have a UDP targeted at that IP using port 5555. I can verify the stream is hitting 10.0.0.182.
I am using this string to pull a stream "pullStream uri=rtsp://10.0.0.210:5555 keepAlive=1 forceTcp=0 localStreamname=rb ssmIp=10.0.0.210"
but I do not see a stream using VLC or an rtmp player.
VLC – rtsp://10.0.0.182:5555/rb
rtmp – rtmp://10.0.0.182/live/rb
I can verify my pull stream is in the /var/evostreamms/xml/pushPullSetup.xml
<STR name="checksum">446a3f40931ed74ffa0adba43530b599</STR>
<MAP isArray="true" name="dash" />
<MAP isArray="true" name="hds" />
<MAP isArray="true" name="hls" />
<MAP isArray="true" name="mss" />
<MAP isArray="true" name="process" />
<MAP isArray="true" name="pull">
<MAP isArray="false" name="0x00000001">
<STR name="audioCodecBytes"></STR>
<UINT32 name="configId">1</UINT32>
<STR name="emulateUserAgent">EvoStream Media Server (http://www.evostream.com) player</STR>
<BOOL name="forceTcp">false</BOOL>
<STR name="httpProxy"></STR>
<BOOL name="isAudio">true</BOOL>
<BOOL name="keepAlive">true</BOOL>
<STR name="localStreamName">rb</STR>
<UINT8 name="operationType">1</UINT8>
<STR name="pageUrl"></STR>
<STR name="ppsBytes"></STR>
<INT64 name="rangeEnd">-1</INT64>
<INT64 name="rangeStart">-2</INT64>
<UINT64 name="rtcpDetectionInterval">10</UINT64>
<BOOL name="sendRenewStream">false</BOOL>
<STR name="spsBytes"></STR>
<STR name="ssmIp">10.0.0.210</STR>
<STR name="swfUrl"></STR>
<STR name="tcUrl"></STR>
<UINT64 name="tos">256</UINT64>
<UINT64 name="ttl">256</UINT64>
<STR name="uri">rtsp://10.0.0.210:5555</STR>
Please advise what I am doing wrong. It would be great to have an example:
pullStream for UDP unicast and multicast as well as TCP client
pushStream for UDP unicast and multicast and TCP server
I look forward to your reply.