I am trying to setup gstreamer to send a video feed between two raspberry pis but I get an error. -“Could not decode stream” -“received buffer without first receiving caps” This is the command I use to create the stream: raspivid -t 0 -h 720 -w 1080 -fps 25 -hf -b 2000000 -o – | gst-launch-1.0 -v fdsrc ! h264parse
Tag: video-streaming
How to fix image problems when streaming h.264 via gstreamer udpsink
Using gstreamer I want to stream images from several Logitech C920 webcams to a Janus media server in RTP/h.264 format. The webcams produce h.264 encoded video streams, so I can send the streams to a UDP sink without re-encoding data, only payloading it. I’m using the gst-interpipe plugin to switch between the different webcams, so that the video stream received
How to play .m4s file given in mpd of MPEG-DASH on player?
I have downloaded the MPDs “http://dash.edgesuite.net/adobe/hdworld_dash/HDWorld.mpd” and all related .m4s files. I tried running it on VLC player. But the format is not recognized by VLC player. I have downloaded this media segment using wget (1 to 14 segments are available) http://dash.edgesuite.net/adobe/hdworld_dash/hdworld_seg_hdworld_0696kbps_ffmpeg.mp4.video_temp2.m4s. Can anybody tell me solution how to run .m4s format file on player? System: Ubuntu 11.10 Answer you