Problem with DVR camera stream
Hi,
I installed EvoStream on Amazon ec2, all is working fine (ubuntu is the OS, I installed EvoStream using the linux guide, I telnet to the EvoStream server, tried version command, all works fine).
Then I tried to add a new transcoding. I have a bunch of cameras (on a couple of dvr’s) which can be accessed by using rtsp url (sample: rtsp://username:password@ipaddress/h264 … /av_stream). Video type is h264 – MPEG-4 AVC (part 10) which is OK and audio PCM MU-LAW which isn’t (this is why I need to transcode the stream).
I tried the following:
transcode source=rtsp://username:password@ipaddress/h264/ch1/main/av_stream groupName=group1 videoBitrates=700k audioBitrates=100k destinations=MyCam01
Problem is, it doesn’t work, i tested my stream using VLC, it works fine, but if I try to access EvoServer using rtmp://serverip/live/MyCam01 nothing happens?