Answer for RTP to HLS through evostream

Thanks for your quick response. We have embedded Linux Ubuntu in the small device – it’s mean that perfomance of my device is very slow for possibility to perform video encoding and I need to use Evostream server on the separate computer which will do this for online users. At the current moment we know only one way for possibility to transfer video stream from our device by command: gst-launch-0.10 v4l2src device=/dev/video0 ! ‘video/x-raw-yuv, width=640, height=480, framerate=30/1’ ! ffmpegcolorspace ! rtpvrawpay ! udpsink host=127.0.0.1 port=4000 sync=false From other Linux machine we can receive this stream by the next command: gst-launch udpsrc caps="application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)RAW, sampling=(string)YCbCr-4:2:0, depth=(string)8, width=(string)640, height=(string)480, ssrc=(uint)1825678493, payload=(int)96, clock-base=(uint)4068866987, seqnum-base=(uint)24582" port=4000 ! queue ! rtpvrawdepay ! queue ! ffmpegcolorspace ! autovideosink We need to provide our video stream with HD quality in the HLS (OGG Theora format) for their applications over internet with minimal delay (delay must be less then one second). EvoStream server located in the same local network with my device. I very much hoped that evostream can receive my stream from Gstreamer as well and will provide video stream in the required format for my needs, but you said that it is impossible and I need trying to change my source video stream. At now my problem that I am newbie in the Linux and have a problems with configuration Gstreamer which must be a data source for my video stream. I know that quality 640×480 is slow for my needs, but in future I want to use other USB camera with HD quality and embeded H.264 encoding for possibility to provide video with more hight resolution to the evostream server. In the current moment I trying to use this usb camera like for experiment. Can you help me to change my video stream from GStreamer for possibility to receive this stream by evostrem ? It’s my main problem in the current situation that does not give me a chance to try the use evostream server. Many thanks in advance.

Offcanvas

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.