careyer

Results 113 comments of careyer

@ivanskj : Thank you! **Your pipeline would be very much appreciated.** I think RTP is indeed the cause of trouble since it is a packet oriented network protocol usually supposed...

@ivanskj : Thanks! i wanted to avoid encoding the video to h264 but rather send the rawvideo... I will give it a try anyway. How does your decoding pipeline look...

@ivanskj: Oh man... i did not consider that hellovideo was a h264 player after all. I tried with gstreamer for hours and hours but it does not display anything if...

@ivanskj > What type of format is /dev/video3 sending? I don't exactly know what format it is. I just know that this rtp pipeline worked like butter for it. **TX**:...

@rodizio1 : Thank you very much for the excellent explanation of `VIDEO_BLOCKS / VIDEO_FECS / VIDEO_BLOCKLENGTH` and how they act together. That makes perfect sense (and is much more intuitive...

@ivanskj : Ahhh! I think I do understand now what you mean.... I was considering that you suggested to apply pay/depay to the already h264 encoded data. Now I understand...

@rodizio1 : Yes the FLIR One outputs 160x120 @ 10fps. If the output is in mjpeg format i cannot say for sure though. The resolution does not sound much but...

@ivanskj : That would be very much appreciated. I indeed made a apt-get update and I have installed the following plugins: ``` gstreamer1.0-plugins-good; gstreamer1.0-plugins-bad; gstreamer1.0-plugins-ugly ``` These should be the...

@ivanskj : Thank you very much! Very much appreciated. Maybe you can check via`gst-inspect1.0 | grep raw` if you have the rawvideoparse element in your setup?

I have tested a bit further... As it seems to me it works with h264 encoding/decoding because the gstreamer pipeline element `h264parse` is able to determine how a h264 frame...