streaming date playback

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

streaming date playback

streaming date playback

1) rtsp

gst-launch-1.0 rtspsrc location=rtsp://192.168.0.105:10000 name=source ! queue ! rtph264depay ! vpudec ! overlaysink source. ! queue ! rtpmp4gdepay ! aacparse ! beepdec ! alsasink

pc side:

open vlc, choose media , then choose stream and rtsp, then choose the port to 10000

2)udp

imx side:

gstream 0.1 version:

gst-launch udpsrc do-timestamp=false uri=udp://192.168.0.255:10000 caps="video/mpegts" ! aiurdemux streaming_latency=400 name=d d. ! queue ! vpudec low-latency=true ! queue ! mfw_v4lsink sync=true d. ! queue ! beepdec ! alsasink sync=true

gstream 1.0 version:

gst-launch-1.0 udpsrc do-timestamp=false uri=udp://192.168.0.255:10000 caps="video/mpegts" ! aiurdemux streaming-latency=400 name=d d. ! queue ! vpudec ! queue ! overlaysink sync=true d. ! queue ! beepdec ! pulsesink sync=true

pc side:

open vlc , then choose media, then choose stream and add the ts file, then choose dup(legacy) in the destinationsetup, then set the same broadcasting address as the gstreamer command set, then streaming.

Labels (1)
No ratings
Version history
Last update:
‎09-28-2015 03:12 AM
Updated by: