ingest transcoded conten
I am trying to ingest transcoded content from my Harmonic Prostream 9000 which is udp multicast(h264).
When i issue the command "pullstream uri=dmpegtsudp://239.1.1.10:1001 localstreamname=test2”. Output from the telnet console is “Failed” However when i restart the server it starts to ingest it.
For each multicast input i create there are two ingest created. Don’t know why this is happening.
All my outputs are HLS i tried to use port 8080 of Evostream for the output however it did not work so i ended up installing apache as an origin server for testing.
For VOD content i am trying to create HLS from MP4 content. Issued these commands. First "createhlsstream localstreamnames=gravity10 targetfolder=/var/www/html groupname=hls playlistLength=10 chunklength=40” and "pullStream uri=rtmp://localhost/vod/mp4:gravity_2k.mp4 keepalive=1 localstreamname=gravity10” pull stream command issued later.
However HLS creation keeps overriding the playlist.m3u8 and the segment files. I though once the HLS creation is over server should discard the pull stream and HLS creation for VOD. In my scenario i will be using nginx as a origin server where all the segment files and playlist.m3u8 files will be transferred to that server.
Also can you recommend some easier interface to manage the Evostream Media Server the one which comes with it pretty small and sometimes i find it very difficult. Even when i remove the pull stream request from the web ui and reconnect to the server i see it again.